Go to the source code of this file.
Classes | |
class | rtc::Time |
class | rtc::TimeBase< T, D > |
class | rtc::WallTime |
Namespaces | |
namespace | rtc |
Functions | |
void | rtc::normalizeSecNSec (uint64_t &sec, uint64_t &nsec) |
void | rtc::normalizeSecNSec (uint32_t &sec, uint32_t &nsec) |
void | rtc::normalizeSecNSecUnsigned (int64_t &sec, int64_t &nsec) |
std::ostream & | rtc::operator<< (std::ostream &os, const Time &rhs) |
std::ostream & | rtc::operator<< (std::ostream &os, const WallTime &rhs) |
Variables | |
static const Time | rtc::TIME_MAX = rtc::Time(UINT_MAX, 999999999) |
static const Time | rtc::TIME_MIN = rtc::Time(0, 0) |