![]() |
0.4.1
|
Satellite observations ordered per satellite. More...
Data Structures | |
struct | Signal |
Signal for a code. More... | |
Data Fields | |
int8_t | freqNum |
Frequency number. Only used for GLONASS G1 and G2. | |
SatId | satId |
Satellite identifier. | |
std::vector< Signal > | signals |
List of signals. | |
Satellite observations ordered per satellite.
Definition at line 201 of file CycleSlipDetector.hpp.
int8_t NAV::CycleSlipDetector::SatelliteObservation::freqNum |
Frequency number. Only used for GLONASS G1 and G2.
Definition at line 212 of file CycleSlipDetector.hpp.
SatId NAV::CycleSlipDetector::SatelliteObservation::satId |
Satellite identifier.
Definition at line 210 of file CycleSlipDetector.hpp.
std::vector<Signal> NAV::CycleSlipDetector::SatelliteObservation::signals |
List of signals.
Definition at line 211 of file CycleSlipDetector.hpp.