Receiver Clock information.
More...
|
std::vector< double > | bias |
| Receiver clock biases for each satellite system [s].
|
|
std::vector< double > | biasStdDev |
| StdDev of the receiver clock biases for each satellite system [s].
|
|
std::vector< double > | drift |
| Receiver clock drifts for each satellite system [s/s].
|
|
std::vector< double > | driftStdDev |
| StdDev of the receiver clock drifts for each satellite system [s].
|
|
std::vector< SatelliteSystem > | satelliteSystems |
| Order of satellite systems.
|
|
Receiver Clock information.
◆ ReceiverClock()
NAV::ReceiverClock::ReceiverClock |
( |
std::vector< SatelliteSystem > | satelliteSystems | ) |
|
|
inlineexplicit |
◆ addSystem()
Add a new system.
- Parameters
-
◆ biasFor() [1/2]
Get the bias for the given satellite system.
- Parameters
-
- Returns
- The bias in [s] for the given satellite system. Or null if it is not found
◆ biasFor() [2/2]
Get the bias for the given satellite system.
- Parameters
-
- Returns
- The bias in [s] for the given satellite system. Or null if it is not found
◆ biasStdDevFor() [1/2]
Get the bias StdDev for the given satellite system.
- Parameters
-
- Returns
- The bias StdDev in [s] for the given satellite system. Or null if it is not found
◆ biasStdDevFor() [2/2]
const double * NAV::ReceiverClock::biasStdDevFor |
( |
SatelliteSystem | satSys | ) |
const |
|
inlinenodiscard |
Get the bias StdDev for the given satellite system.
- Parameters
-
- Returns
- The bias StdDev in [s] for the given satellite system. Or null if it is not found
◆ driftFor() [1/2]
Get the drift for the given satellite system.
- Parameters
-
- Returns
- The drift in [s/s] for the given satellite system. Or null if it is not found
◆ driftFor() [2/2]
const double * NAV::ReceiverClock::driftFor |
( |
SatelliteSystem | satSys | ) |
const |
|
inlinenodiscard |
Get the drift for the given satellite system.
- Parameters
-
- Returns
- The drift in [s/s] for the given satellite system. Or null if it is not found
◆ driftStdDevFor() [1/2]
Get the drift StdDev for the given satellite system.
- Parameters
-
- Returns
- The drift StdDev in [s/s] for the given satellite system. Or null if it is not found
◆ driftStdDevFor() [2/2]
const double * NAV::ReceiverClock::driftStdDevFor |
( |
SatelliteSystem | satSys | ) |
const |
|
inlinenodiscard |
Get the drift StdDev for the given satellite system.
- Parameters
-
- Returns
- The drift StdDev in [s/s] for the given satellite system. Or null if it is not found
◆ getIdx()
std::optional< size_t > NAV::ReceiverClock::getIdx |
( |
SatelliteSystem | satSys | ) |
const |
|
inlinenodiscard |
Get the index of the sat system.
- Parameters
-
- Returns
- The index if it was in the list
The documentation for this struct was generated from the following file:
- /home/runner/work/INSTINCT/INSTINCT/src/Navigation/GNSS/Positioning/ReceiverClock.hpp