Cyclone ISO C++ API Reference Guide
|
Go to the documentation of this file. 1 #ifndef OMG_DDS_CORE_TIME_HPP_
2 #define OMG_DDS_CORE_TIME_HPP_
75 explicit Time(int64_t sec, uint32_t nanosec = 0);
static const Time invalid()
static const Time from_secs(double seconds)
const dds::core::Time operator-(const dds::core::Time &lhs, const dds::core::Duration &rhs)
bool operator==(const Time &that) const
bool operator>=(const Time &that) const
int64_t to_microsecs() const
static const Time from_microsecs(int64_t microseconds)
static const Time from_millisecs(int64_t milliseconds)
const dds::core::Time operator+(const dds::core::Time &lhs, const dds::core::Duration &rhs)
bool operator>(const Time &that) const
bool operator<(const Time &that) const
int64_t to_millisecs() const
int compare(const Time &that) const
bool operator<=(const Time &that) const
Time & operator-=(const Duration &a_ti)
bool operator!=(const Time &that) const
Time & operator+=(const Duration &a_ti)