CbmRoot
|
Public Attributes | |
uint64_t | currentTsTime = 0 |
Unix time of timeslice in units of epoch length. | |
uint64_t | currentCycle = 0 |
Current epoch cycle. | |
uint32_t | currentEpoch = 0 |
Current epoch number within epoch cycle. | |
uint64_t | currentEpochTime = 0 |
Current epoch time relative to timeslice in clock cycles. | |
Definition at line 106 of file much/UnpackMS.h.
uint64_t cbm::algo::much::UnpackMS::TimeSpec::currentCycle = 0 |
Current epoch cycle.
Definition at line 108 of file much/UnpackMS.h.
Referenced by cbm::algo::much::UnpackMS::operator()(), and cbm::algo::much::UnpackMS::ProcessTsmsbMessage().
uint32_t cbm::algo::much::UnpackMS::TimeSpec::currentEpoch = 0 |
Current epoch number within epoch cycle.
Definition at line 109 of file much/UnpackMS.h.
Referenced by cbm::algo::much::UnpackMS::operator()(), and cbm::algo::much::UnpackMS::ProcessTsmsbMessage().
uint64_t cbm::algo::much::UnpackMS::TimeSpec::currentEpochTime = 0 |
Current epoch time relative to timeslice in clock cycles.
Definition at line 110 of file much/UnpackMS.h.
Referenced by cbm::algo::much::UnpackMS::operator()(), and cbm::algo::much::UnpackMS::ProcessTsmsbMessage().
uint64_t cbm::algo::much::UnpackMS::TimeSpec::currentTsTime = 0 |
Unix time of timeslice in units of epoch length.
Definition at line 107 of file much/UnpackMS.h.
Referenced by cbm::algo::much::UnpackMS::operator()(), and cbm::algo::much::UnpackMS::ProcessTsmsbMessage().