|
CbmRoot
|
Structure to hold the current time information for the current microslice. More...
Public Attributes | |
| u64 | currentTsTime = 0 |
| Unix time of timeslice in units of epoch length. | |
| u64 | currentCycle = 0 |
| Current epoch cycle. | |
| u32 | currentEpoch = 0 |
| Current epoch number within epoch cycle. | |
| u64 | currentEpochTime = 0 |
| Current epoch time relative to timeslice in clock cycles. | |
Structure to hold the current time information for the current microslice.
Definition at line 157 of file sts/UnpackMS.h.
| u64 cbm::algo::sts::UnpackMS::TimeSpec::currentCycle = 0 |
Current epoch cycle.
Definition at line 159 of file sts/UnpackMS.h.
Referenced by cbm::algo::sts::UnpackMS::operator()(), and cbm::algo::sts::UnpackMS::ProcessTsmsbMessage().
| u32 cbm::algo::sts::UnpackMS::TimeSpec::currentEpoch = 0 |
Current epoch number within epoch cycle.
Definition at line 160 of file sts/UnpackMS.h.
Referenced by cbm::algo::sts::UnpackMS::ProcessTsmsbMessage().
| u64 cbm::algo::sts::UnpackMS::TimeSpec::currentEpochTime = 0 |
Current epoch time relative to timeslice in clock cycles.
Definition at line 161 of file sts/UnpackMS.h.
Referenced by cbm::algo::sts::UnpackMS::ProcessTsmsbMessage().
| u64 cbm::algo::sts::UnpackMS::TimeSpec::currentTsTime = 0 |
Unix time of timeslice in units of epoch length.
Definition at line 158 of file sts/UnpackMS.h.
Referenced by cbm::algo::sts::UnpackMS::operator()(), and cbm::algo::sts::UnpackMS::ProcessTsmsbMessage().