19 #ifndef MIR_TIME_CLOCK_H_
20 #define MIR_TIME_CLOCK_H_
29 typedef std::chrono::high_resolution_clock::time_point
Timestamp;
34 virtual ~Clock() =
default;
44 #endif // MIR_TIME_CLOCK_H_
virtual Timestamp sample() const =0
std::chrono::high_resolution_clock::time_point Timestamp
Definition: clock.h:29