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

Raw observation data from a receiver for a single frequency. More...

Detailed Description

Raw observation data from a receiver for a single frequency.

Not to be modified by processing functions

Inheritance diagram for RawSig:
Collaboration diagram for RawSig:

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
 

Member Function Documentation

◆ operator<()

bool RawSig::operator< ( const RawSig & b) const
inline

Field Documentation

◆ code

E_ObsCode RawSig::code = E_ObsCode::NONE

Reported code type.

◆ D

double RawSig::D = 0

Doppler.

◆ invalid

bool RawSig::invalid = false

◆ L

double RawSig::L = 0

Carrier phase (cycles)

◆ LLI

bool RawSig::LLI = false

Loss of lock indicator.

◆ P

double RawSig::P = 0

Pseudorange (meters)

◆ snr

double RawSig::snr = 0

Signal to Noise ratio (dB-Hz)


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