9 #ifndef anna_timex_Meter_hpp 10 #define anna_timex_Meter_hpp 54 Meter(
const Meter& other) : a_timestamp(other.a_timestamp) { a_topReference = 0; ;}
100 return (now > a_timestamp) ? (now - a_timestamp) : (
Millisecond)0;
115 Meter&
operator= (
const Meter& other) { a_timestamp = other.a_timestamp; a_topReference = other.a_topReference;
return *
this; }
void clearTopReference()
Definition: Meter.hpp:88
Definition: Millisecond.hpp:24
Meter & operator=(const Millisecond ×tamp)
Definition: Meter.hpp:109
Meter(const Meter &other)
Definition: Meter.hpp:54
Millisecond getDelay() const
Definition: Meter.hpp:98
Meter()
Definition: Meter.hpp:47
static Millisecond millisecond()
Definition: functions.hpp:379
Millisecond setControlPoint()
Definition: Meter.hpp:62
void setTopReference(const Millisecond &topReference)
Definition: Meter.hpp:83