Class to use for configuring NavDataFactory and PNBNavDataFactory objects. The parameters may not always apply to any given factory.
Definition at line 52 of file FactoryControl.hpp.
#include <FactoryControl.hpp>
Public Member Functions | |
FactoryControl () | |
Initialize data to reasonable defaults. More... | |
Public Attributes | |
bool | bdsTimeZZfilt |
TimeOffsetFilter | timeOffsFilt |
|
inline |
Initialize data to reasonable defaults.
Definition at line 56 of file FactoryControl.hpp.
bool gnsstk::FactoryControl::bdsTimeZZfilt |
If true, ignore BeiDou time offsets with A0 and A1 terms both zero.
Definition at line 62 of file FactoryControl.hpp.
TimeOffsetFilter gnsstk::FactoryControl::timeOffsFilt |
Specify how NavDataFactoryWithStore::addNavData() should process TimeOffsetData objects.
Definition at line 73 of file FactoryControl.hpp.