|
| void | LDASTools::AL::SetOffsetTableFilename (const std::string &Filename) |
| | Establish the filename which contains the leap seconds.
|
| GPSTime | LDASTools::AL::operator+ (const GPSTime &, const double &) |
| | Addition operator.
|
| GPSTime | LDASTools::AL::operator+ (const double &, const GPSTime &) |
| | Addition operator.
|
| GPSTime | LDASTools::AL::operator- (const GPSTime &, const double &) |
| | Subtraction operator.
|
| double | LDASTools::AL::operator- (const GPSTime &, const GPSTime &) |
| | Subtraction operator.
|
| bool | LDASTools::AL::operator== (const GPSTime &, const GPSTime &) |
| | Equality operator.
|
| bool | LDASTools::AL::operator!= (const GPSTime &, const GPSTime &) |
| | Inequality operator.
|
| bool | LDASTools::AL::operator< (const GPSTime &, const GPSTime &) |
| | Less than operator.
|
| bool | LDASTools::AL::operator> (const GPSTime &, const GPSTime &) |
| | Greater than operator.
|
| bool | LDASTools::AL::operator<= (const GPSTime &, const GPSTime &) |
| | Less than or equal to operator.
|
| bool | LDASTools::AL::operator>= (const GPSTime &, const GPSTime &) |
| | Greater than or equal to operator.
|
| std::ostream & | LDASTools::AL::operator<< (std::ostream &Stream, const GPSTime &Time) |
| | Output operator.
|