Definition at line 93 of file PNBMultiGNSSNavDataFactory_T.cpp.
Public Member Functions | |
| unsigned | addDataTest () |
| unsigned | addFactoryTest () |
| This must be executed first as it adds a factory that other tests use. More... | |
| unsigned | constructorTest () |
| void | countResults (const gnsstk::NavDataPtrList &navOut) |
| Count the various types of messages present in navOut. More... | |
| PNBMultiGNSSNavDataFactory_T () | |
| void | resetCount () |
| unsigned | setTypeFilterTest () |
| unsigned | setValidityFilterTest () |
Public Attributes | |
| unsigned | almCount |
| Counts of messages, set by countResults. More... | |
| unsigned | ephCount |
| unsigned | heaCount |
| unsigned | ionoCount |
| unsigned | otherCount |
| unsigned | toCount |
| PNBMultiGNSSNavDataFactory_T::PNBMultiGNSSNavDataFactory_T | ( | ) |
Definition at line 121 of file PNBMultiGNSSNavDataFactory_T.cpp.
| unsigned PNBMultiGNSSNavDataFactory_T::addDataTest | ( | ) |
Definition at line 316 of file PNBMultiGNSSNavDataFactory_T.cpp.
| unsigned PNBMultiGNSSNavDataFactory_T::addFactoryTest | ( | ) |
This must be executed first as it adds a factory that other tests use.
Definition at line 130 of file PNBMultiGNSSNavDataFactory_T.cpp.
| unsigned PNBMultiGNSSNavDataFactory_T::constructorTest | ( | ) |
Make sure that the PNBMultiGNSSNavDataFactory contains the expected factory objects. Also implicitly tests addFactory, as the test would fail if addFactory didn't work.
Definition at line 143 of file PNBMultiGNSSNavDataFactory_T.cpp.
| void PNBMultiGNSSNavDataFactory_T::countResults | ( | const gnsstk::NavDataPtrList & | navOut | ) |
Count the various types of messages present in navOut.
Definition at line 463 of file PNBMultiGNSSNavDataFactory_T.cpp.
|
inline |
Definition at line 113 of file PNBMultiGNSSNavDataFactory_T.cpp.
| unsigned PNBMultiGNSSNavDataFactory_T::setTypeFilterTest | ( | ) |
Definition at line 252 of file PNBMultiGNSSNavDataFactory_T.cpp.
| unsigned PNBMultiGNSSNavDataFactory_T::setValidityFilterTest | ( | ) |
Definition at line 218 of file PNBMultiGNSSNavDataFactory_T.cpp.
| unsigned PNBMultiGNSSNavDataFactory_T::almCount |
Counts of messages, set by countResults.
Definition at line 116 of file PNBMultiGNSSNavDataFactory_T.cpp.
| unsigned PNBMultiGNSSNavDataFactory_T::ephCount |
Definition at line 116 of file PNBMultiGNSSNavDataFactory_T.cpp.
| unsigned PNBMultiGNSSNavDataFactory_T::heaCount |
Definition at line 116 of file PNBMultiGNSSNavDataFactory_T.cpp.
| unsigned PNBMultiGNSSNavDataFactory_T::ionoCount |
Definition at line 116 of file PNBMultiGNSSNavDataFactory_T.cpp.
| unsigned PNBMultiGNSSNavDataFactory_T::otherCount |
Definition at line 116 of file PNBMultiGNSSNavDataFactory_T.cpp.
| unsigned PNBMultiGNSSNavDataFactory_T::toCount |
Definition at line 116 of file PNBMultiGNSSNavDataFactory_T.cpp.