#include <Time.hpp>
Definition at line 44 of file Time.hpp.
◆ Time() [1/2]
◆ Time() [2/2]
Time::Time |
( |
timeval |
time | ) |
|
◆ ~Time()
◆ now()
◆ operator+() [1/2]
Time Time::operator+ |
( |
const Time & |
other | ) |
const |
◆ operator+() [2/2]
Result = (this) + Duration
Definition at line 153 of file Time.cpp.
◆ operator+=()
Time & Time::operator+= |
( |
const Time & |
other | ) |
|
◆ operator-() [1/2]
Time Time::operator- |
( |
const double & |
seconds | ) |
const |
◆ operator-() [2/2]
Time Time::operator- |
( |
const Time & |
other | ) |
const |
◆ operator<()
bool Time::operator< |
( |
const Time & |
other | ) |
const |
◆ operator==()
bool Time::operator== |
( |
const Time & |
other | ) |
const |
◆ operator>=()
bool Time::operator>= |
( |
const Time & |
other | ) |
const |
◆ seconds()
◆ set() [1/4]
void Time::set |
( |
double |
time | ) |
|
◆ set() [2/4]
void Time::set |
( |
timeval |
time | ) |
|
◆ set() [3/4]
void Time::set |
( |
UINT64 |
ntpSeconds, |
|
|
UINT32 |
ntpFractionalSeconds |
|
) |
| |
◆ set() [4/4]
void Time::set |
( |
UINT64 |
ntpTime | ) |
|
◆ toLongString()
std::string Time::toLongString |
( |
| ) |
const |
◆ toString()
std::string Time::toString |
( |
| ) |
const |
◆ total_milliseconds()
UINT32 Time::total_milliseconds |
( |
| ) |
|
◆ m_nanosecondsToSecondFractionNTP
const double Time::m_nanosecondsToSecondFractionNTP |
|
staticprivate |
◆ m_secondFractionNTPtoNanoseconds
const double Time::m_secondFractionNTPtoNanoseconds |
|
staticprivate |
◆ m_time
◆ secondsFrom1900to1970
const UINT64 Time::secondsFrom1900to1970 |
|
static |
The documentation for this class was generated from the following files: