#include <TimingContextSCU.h>
Public Member Functions | |
TimingContextSCU (long long cycleStamp, const std::string &cycleName) | |
Constructor. | |
int64_t | getInterruptTimeStamp () |
uint32_t | getCycleTime () |
Protected Attributes | |
int64_t | timeStamp_ |
Definition at line 14 of file TimingContextSCU.h.
fesaGSI::TimingContextSCU::TimingContextSCU | ( | long long | cycleStamp, | |
const std::string & | cycleName | |||
) |
Constructor.
TimeStamp | event-timestamp | |
cycleName | Name of the cycle |
Definition at line 6 of file TimingContextSCU.cpp.
References timeStamp_.
uint32_t fesaGSI::TimingContextSCU::getCycleTime | ( | ) |
Definition at line 20 of file TimingContextSCU.cpp.
References timeStamp_.
int64_t fesaGSI::TimingContextSCU::getInterruptTimeStamp | ( | ) |
Definition at line 14 of file TimingContextSCU.cpp.
References timeStamp_.
int64_t fesaGSI::TimingContextSCU::timeStamp_ [protected] |
Definition at line 31 of file TimingContextSCU.h.
Referenced by getCycleTime(), getInterruptTimeStamp(), and TimingContextSCU().