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