![]() |
0.5.0
|
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. | |
Definition at line 309 of file RtkSolution.hpp.
|
inline |
Constructor.
| [in] | satSigId | Satellite Signal Id |
| [in] | obsType | Observation Type |
Definition at line 314 of file RtkSolution.hpp.
|
inline |
Less than comparison (needed for map)
| [in] | rhs | Right hand side of the operator |
Definition at line 323 of file RtkSolution.hpp.
| GnssObs::ObservationType NAV::RtkSolution::Observable::obsType |
Observation Type.
Definition at line 318 of file RtkSolution.hpp.
| SatSigId NAV::RtkSolution::Observable::satSigId |
Satellite Signal Id.
Definition at line 317 of file RtkSolution.hpp.