![]() |
0.5.1
|
GNSS Observation messages. More...
Go to the source code of this file.
Data Structures | |
| struct | NAV::GnssObs::ObservationData::CarrierPhase |
| Carrier phase. More... | |
| class | NAV::GnssObs |
| GNSS Observation message information. More... | |
| struct | NAV::GnssObs::ObservationData |
| Stores the satellites observations. More... | |
| struct | NAV::GnssObs::ObservationData::Pseudorange |
| Pseudorange. More... | |
| struct | NAV::GnssObs::ReceiverInfo |
| Receiver Information, e.g. from RINEX header. More... | |
| struct | NAV::GnssObs::SatelliteData |
| Useful information of the satellites. More... | |
Namespaces | |
| namespace | NAV |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const NAV::GnssObs::ObservationType &obj) |
| Stream insertion operator overload. | |
| constexpr const char * | NAV::to_string (GnssObs::ObservationType obsType) |
| Converts the enum to a string. | |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const NAV::GnssObs::ObservationType & | obj ) |
Stream insertion operator overload.
| [in,out] | os | Output stream object to stream the time into |
| [in] | obj | Object to print |
Definition at line 16 of file GnssObs.cpp.