gnsstk::Epoch - encapsulates date and time-of-day
Definition in file Epoch.cpp.
#include <iostream>
#include <iomanip>
#include <string>
#include <ctime>
#include "gnsstkplatform.h"
#include "Epoch.hpp"
#include "TimeConstants.hpp"
#include "TimeString.hpp"
Go to the source code of this file.
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
Functions | |
ostream & | gnsstk::operator<< (ostream &s, const Epoch &e) |
Variables | |
const Epoch | gnsstk::BEGINNING_OF_TIME (CommonTime::BEGINNING_OF_TIME) |
Earliest representable Epoch. More... | |
const Epoch | gnsstk::END_OF_TIME (CommonTime::END_OF_TIME) |
Latest Representable Epoch. More... | |