0.5.0
Loading...
Searching...
No Matches
NAV::RtkSolution::Observable Struct Reference

Observable. More...

Public Member Functions

 Observable (SatSigId satSigId, GnssObs::ObservationType obsType)
 Constructor.
bool operator< (const Observable &rhs) const
 Less than comparison (needed for map)

Data Fields

GnssObs::ObservationType obsType
 Observation Type.
SatSigId satSigId
 Satellite Signal Id.

Detailed Description

Observable.

Definition at line 309 of file RtkSolution.hpp.

Constructor & Destructor Documentation

◆ Observable()

NAV::RtkSolution::Observable::Observable ( SatSigId satSigId,
GnssObs::ObservationType obsType )
inline

Constructor.

Parameters
[in]satSigIdSatellite Signal Id
[in]obsTypeObservation Type

Definition at line 314 of file RtkSolution.hpp.

Member Function Documentation

◆ operator<()

bool NAV::RtkSolution::Observable::operator< ( const Observable & rhs) const
inline

Less than comparison (needed for map)

Parameters
[in]rhsRight hand side of the operator
Returns
True if lhs < rhs

Definition at line 323 of file RtkSolution.hpp.

Field Documentation

◆ obsType

GnssObs::ObservationType NAV::RtkSolution::Observable::obsType

Observation Type.

Definition at line 318 of file RtkSolution.hpp.

◆ satSigId

SatSigId NAV::RtkSolution::Observable::satSigId

Satellite Signal Id.

Definition at line 317 of file RtkSolution.hpp.


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