|
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 117 of file much/UnpackMS.h.
| uint64_t cbm::algo::much::UnpackMS::TimeSpec::currentCycle = 0 |
Current epoch cycle.
Definition at line 119 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 120 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 121 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 118 of file much/UnpackMS.h.
Referenced by cbm::algo::much::UnpackMS::operator()(), and cbm::algo::much::UnpackMS::ProcessTsmsbMessage().