◆ addData()
Process a PackedNavBits object, producing NavData objects as appropriate.
- Parameters
-
[in] | navIn | The PackedNavBits data to process. |
[out] | navOut | Any resulting NavData objects that were completed, usually as a result of adding navIn to the set of data. |
[in] | cadence | The data rate of the navigation messages being processed. If cadence < 0, The default values of NavData::msgLenSec will be used. Values >= 0 will override the default. |
- Returns
- false on error.
Implements gnsstk::PNBNavDataFactory.
Definition at line 81 of file PNBMultiGNSSNavDataFactory_T.cpp.
◆ getProcAlm()
bool PNBTestFactory::getProcAlm |
( |
| ) |
const |
|
inline |
◆ getProcEph()
bool PNBTestFactory::getProcEph |
( |
| ) |
const |
|
inline |
◆ getProcHea()
bool PNBTestFactory::getProcHea |
( |
| ) |
const |
|
inline |
◆ getProcTim()
bool PNBTestFactory::getProcTim |
( |
| ) |
const |
|
inline |
◆ getValidity()
◆ resetState()
void PNBTestFactory::resetState |
( |
| ) |
|
|
inlineoverridevirtual |
Reset the state of the data accumulator. Most PNBNavDataFactory child classes will maintain some state to assemble data prior to processing. This method is intended to be used to clear out that intermediate data to start from a fresh state, e.g. if you're loading discontinuous data.
Implements gnsstk::PNBNavDataFactory.
Definition at line 89 of file PNBMultiGNSSNavDataFactory_T.cpp.
The documentation for this class was generated from the following file: