class Time GPS time container class.
The time class contains a GPS time in seconds and nanoseconds since midnight, January 6, 1980. The Time class is closely coupled with the Interval class which represents time intervals. All basic arithmetic operations are defined between the two classes. Ancillary (non-member) functions convert the GPS time to other representations
Time(ulong_t sec, ulong_t nsec=0)
nsec - Number of nanoseconds since last GPS second.
Time(const Time& t)
Time& operator=(const Time&)
Time operator+=(const Interval& dt)
Interval operator -(const Time& dt) const
Time operator-=(const Interval& dt)
bool operator!(void) const
bool operator==(const Time& rhs) const
bool operator!=(const Time& rhs) const
bool operator>=(const Time& rhs) const
bool operator<=(const Time& rhs) const
bool operator>(const Time& rhs) const
bool operator<(const Time& rhs) const
ulong_t getS(void) const
ulong_t getN(void) const
double totalS(void) const
double totalNS(void) const
double fracS(void) const
void setS(ulong_t s)
void setN(ulong_t n)
alphabetic index hierarchy of classes
generated by doc++