#include <TimeStamp.h>
Definition at line 116 of file TimeStamp.h.
◆ TimeUnitID
◆ TimeStamp() [1/3]
o2::header::TimeStamp::TimeStamp |
( |
| ) |
|
|
default |
◆ TimeStamp() [2/3]
o2::header::TimeStamp::TimeStamp |
( |
uint64_t |
ts | ) |
|
|
inline |
◆ TimeStamp() [3/3]
o2::header::TimeStamp::TimeStamp |
( |
const TimeUnitID & |
unit, |
|
|
uint32_t |
tick, |
|
|
uint16_t |
subtick = 0 |
|
) |
| |
|
inline |
◆ ~TimeStamp()
o2::header::TimeStamp::~TimeStamp |
( |
| ) |
|
|
default |
◆ get()
template<class T , typename Rep = typename T::rep, typename Period = typename T::period>
auto o2::header::TimeStamp::get |
( |
| ) |
const |
|
inline |
get the duration in the units of the specified clock or duration type the template parameter can either be a clock or duration type following std::chrono concept
Definition at line 136 of file TimeStamp.h.
◆ operator uint64_t()
o2::header::TimeStamp::operator uint64_t |
( |
| ) |
const |
|
inline |
◆ mBCNumber
uint16_t o2::header::TimeStamp::mBCNumber |
◆ mPeriod
uint32_t o2::header::TimeStamp::mPeriod |
◆ mSubTicks
uint16_t o2::header::TimeStamp::mSubTicks |
◆ mTicks
uint32_t o2::header::TimeStamp::mTicks |
◆ mTimeStamp64
uint64_t o2::header::TimeStamp::mTimeStamp64 |
◆ mUnit
uint16_t o2::header::TimeStamp::mUnit |
◆ sClockLHC
◆ sMicroSeconds
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/DataFormats/Headers/include/Headers/TimeStamp.h
- /home/runner/work/AliceO2/AliceO2/DataFormats/Headers/src/TimeStamp.cxx