Ginan
Loading...
Searching...
No Matches
Sig Struct Reference

Per signal data that is calculated from the raw signals. More...

Detailed Description

Per signal data that is calculated from the raw signals.

Inheritance diagram for Sig:
Collaboration diagram for Sig:

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
 

Constructor & Destructor Documentation

◆ Sig() [1/2]

Sig::Sig ( )
inline

◆ Sig() [2/2]

Sig::Sig ( RawSig & raw)
inline

Field Documentation

◆ biases

double Sig::biases[NUM_MEAS_TYPES] = {std::nan("")}

◆ biasVars

double Sig::biasVars[NUM_MEAS_TYPES] = {}

◆ codeVar

double Sig::codeVar = 0

Variance of code measurement.

◆ phasVar

double Sig::phasVar = 0

Variance of phase measurement.


The documentation for this struct was generated from the following file: