![]() |
Ginan
|
Per signal data that is calculated from the raw signals. More...
Per signal data that is calculated from the raw signals.
Public Member Functions | |
| Sig () | |
| Sig (RawSig &raw) | |
Public Member Functions inherited from RawSig | |
| bool | operator< (const RawSig &b) const |
Data Fields | |
| double | codeVar = 0 |
| Variance of code measurement. | |
| double | phasVar = 0 |
| Variance of phase measurement. | |
| double | biases [NUM_MEAS_TYPES] = {std::nan("")} |
| double | biasVars [NUM_MEAS_TYPES] = {} |
Data Fields inherited from RawSig | |
| 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 |
|
inline |
| double Sig::biases[NUM_MEAS_TYPES] = {std::nan("")} |
| double Sig::biasVars[NUM_MEAS_TYPES] = {} |
| double Sig::codeVar = 0 |
Variance of code measurement.
| double Sig::phasVar = 0 |
Variance of phase measurement.