![]() |
0.4.1
|
Go to the source code of this file.
Namespaces | |
namespace | NAV |
Functions | |
void | NAV::from_json (const json &j, InsTime &insTime) |
Converts the provided json object into an InsTime. | |
std::ostream & | NAV::operator<< (std::ostream &os, const InsTime &insTime) |
Stream insertion operator overload. | |
std::ostream & | NAV::operator<< (std::ostream &os, const InsTime_GPSweekTow &gpsWeekTow) |
Stream insertion operator overload. | |
std::ostream & | NAV::operator<< (std::ostream &os, const InsTime_JD &jd) |
Stream insertion operator overload. | |
std::ostream & | NAV::operator<< (std::ostream &os, const InsTime_MJD &mjd) |
Stream insertion operator overload. | |
std::ostream & | NAV::operator<< (std::ostream &os, const InsTime_YDoySod &yDoySod) |
Stream insertion operator overload. | |
std::ostream & | NAV::operator<< (std::ostream &os, const InsTime_YMDHMS &ymdhms) |
Stream insertion operator overload. | |
void | NAV::to_json (json &j, const InsTime &insTime) |
Converts the provided InsTime into a json object. | |