![]() |
Ginan
|
Raw observation data from a receiver for a single frequency. More...
Raw observation data from a receiver for a single frequency.
Not to be modified by processing functions
Public Member Functions | |
| bool | operator< (const RawSig &b) const |
Data Fields | |
| E_ObsCode | code = E_ObsCode::NONE |
| Reported code type. | |
| double | L = 0 |
| Carrier phase (cycles) | |
| double | P = 0 |
| Pseudorange (meters) | |
| double | D = 0 |
| Doppler. | |
| bool | LLI = false |
| Loss of lock indicator. | |
| double | snr = 0 |
| Signal to Noise ratio (dB-Hz) | |
| bool | invalid = false |
|
inline |
| E_ObsCode RawSig::code = E_ObsCode::NONE |
Reported code type.
| double RawSig::D = 0 |
Doppler.
| bool RawSig::invalid = false |
| double RawSig::L = 0 |
Carrier phase (cycles)
| bool RawSig::LLI = false |
Loss of lock indicator.
| double RawSig::P = 0 |
Pseudorange (meters)
| double RawSig::snr = 0 |
Signal to Noise ratio (dB-Hz)