0.4.1
Loading...
Searching...
No Matches
NAV::GnssAnalyzer::Combination::Term Struct Reference

Term of a combination equation. More...

Public Types

enum class  ObservationType : uint8_t {
  Pseudorange ,
  Carrier
}
 Observation types. More...
 

Data Fields

int8_t freqNum
 Frequency number. Only used for GLONASS G1 and G2 // TODO: Set this somewhere.
 
ObservationType obsType
 Observation Type.
 
bool receivedDuringRun
 Flag weather the signal was received.
 
SatSigId satSigId
 SignalId and satellite number.
 
int sign
 +1 or -1
 

Detailed Description

Term of a combination equation.

Definition at line 81 of file GnssAnalyzer.hpp.

Member Enumeration Documentation

◆ ObservationType

Observation types.

Enumerator
Pseudorange 

Pseudorange.

Carrier 

Carrier-Phase.

Definition at line 84 of file GnssAnalyzer.hpp.

Field Documentation

◆ freqNum

int8_t NAV::GnssAnalyzer::Combination::Term::freqNum

Frequency number. Only used for GLONASS G1 and G2 // TODO: Set this somewhere.

Definition at line 92 of file GnssAnalyzer.hpp.

◆ obsType

ObservationType NAV::GnssAnalyzer::Combination::Term::obsType

Observation Type.

Definition at line 93 of file GnssAnalyzer.hpp.

◆ receivedDuringRun

bool NAV::GnssAnalyzer::Combination::Term::receivedDuringRun

Flag weather the signal was received.

Definition at line 94 of file GnssAnalyzer.hpp.

◆ satSigId

SatSigId NAV::GnssAnalyzer::Combination::Term::satSigId

SignalId and satellite number.

Definition at line 91 of file GnssAnalyzer.hpp.

◆ sign

int NAV::GnssAnalyzer::Combination::Term::sign

+1 or -1

Definition at line 90 of file GnssAnalyzer.hpp.


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