Definition in file Epoch.cpp.
#include <iostream>
#include <iomanip>
#include <string>
#include <ctime>
#include "gpstkplatform.h"
#include "Epoch.hpp"
#include "TimeConstants.hpp"
#include "TimeString.hpp"
#include "JulianDate.hpp"
#include "MJD.hpp"
#include "YDSTime.hpp"
#include "CivilTime.hpp"
#include "GPSWeekZcount.hpp"
#include "GPSWeekSecond.hpp"
Include dependency graph for Epoch.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | gpstk |
Functions | |
| ostream & | operator<< (ostream &s, const Epoch &e) |
Variables | |
| const Epoch | BEGINNING_OF_TIME (CommonTime::BEGINNING_OF_TIME) |
| Earliest representable Epoch. | |
| const Epoch | END_OF_TIME (CommonTime::END_OF_TIME) |
| Latest Representable Epoch. | |
|
||||||||||||
|
Definition at line 684 of file Epoch.cpp. References Epoch::printf(). |
|
|
|
Latest Representable Epoch.
Referenced by AntexData::AntexData(), EpochDataStore::EpochDataStore(), and SVExclusionList::SVExclusionList(). |
1.3.9.1