1 #ifndef FW_TIME_INTERVAL_HPP 2 #define FW_TIME_INTERVAL_HPP 29 void set(U32 seconds, U32 useconds);
34 void add(U32 seconds, U32 mseconds);
80 #ifdef BUILD_UT // Stream operators to support Googletest 81 friend std::ostream& operator<<(std::ostream& os,
const TimeInterval& val);
bool operator>=(const TimeInterval &other) const
SerializeStatus deserialize(SerializeBufferBase &buffer)
deserialize to contents
bool operator<(const TimeInterval &other) const
static Comparison compare(const TimeInterval &time1, const TimeInterval &time2)
bool operator!=(const TimeInterval &other) const
TimeInterval & operator=(const TimeInterval &other)
SerializeStatus
forward declaration for string
static TimeInterval sub(const TimeInterval &t1, const TimeInterval &t2)
bool operator<=(const TimeInterval &other) const
void add(U32 seconds, U32 mseconds)
bool operator>(const TimeInterval &other) const
bool operator==(const TimeInterval &other) const
C++-compatible configuration header for fprime configuration.
Comparison
The type of a comparison result.
SerializeStatus serialize(SerializeBufferBase &buffer) const
serialize contents