Searched defs:ClockReading (Results 1 – 1 of 1) sorted by relevance
24 struct ClockReading { struct25 ClockReading(uint32_t _clock_id, uint64_t _timestamp) in ClockReading() argument35 using ClockSnapshotVector = std::vector<ClockReading>; argument