0.2.0
|
GNSS Observation messages. More...
Go to the source code of this file.
Classes | |
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... | |
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. | |
GNSS Observation messages.
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 |
|
constexpr |
Converts the enum to a string.
[in] | obsType | Enum value to convert into text |