Automated tests for gnsstk::NavLibrary.
Definition at line 131 of file NavLibrary_T.cpp.
Public Member Functions | |
unsigned | addFactoryTest () |
unsigned | addTypeFilterTest () |
unsigned | findTest () |
unsigned | getAvailableSatsTest () |
unsigned | getHealthTest () |
unsigned | getIonoCorrTest () |
unsigned | getISCTest () |
unsigned | getOffsetTest () |
unsigned | getTimeTest () |
Test getInitialTime() and getFinalTime() More... | |
unsigned | getXvtTest () |
unsigned | isPresentTest () |
NavLibrary_T () | |
unsigned | setTypeFilterTest () |
unsigned | setValidityFilterTest () |
Public Attributes | |
gnsstk::CivilTime | civ |
gnsstk::CommonTime | ct |
NavLibrary_T::NavLibrary_T | ( | ) |
Definition at line 167 of file NavLibrary_T.cpp.
unsigned NavLibrary_T::addFactoryTest | ( | ) |
Make sure addFactory() puts the factory in each supported signal in the factories map.
Definition at line 450 of file NavLibrary_T.cpp.
unsigned NavLibrary_T::addTypeFilterTest | ( | ) |
Make sure NavLibrary::addTypeFilter and clearTypeFilter updates getTypeFilter() in all factories.
Definition at line 412 of file NavLibrary_T.cpp.
unsigned NavLibrary_T::findTest | ( | ) |
Definition at line 293 of file NavLibrary_T.cpp.
unsigned NavLibrary_T::getAvailableSatsTest | ( | ) |
Definition at line 509 of file NavLibrary_T.cpp.
unsigned NavLibrary_T::getHealthTest | ( | ) |
Definition at line 213 of file NavLibrary_T.cpp.
unsigned NavLibrary_T::getIonoCorrTest | ( | ) |
Definition at line 568 of file NavLibrary_T.cpp.
unsigned NavLibrary_T::getISCTest | ( | ) |
Definition at line 604 of file NavLibrary_T.cpp.
unsigned NavLibrary_T::getOffsetTest | ( | ) |
Definition at line 251 of file NavLibrary_T.cpp.
unsigned NavLibrary_T::getTimeTest | ( | ) |
Test getInitialTime() and getFinalTime()
Definition at line 484 of file NavLibrary_T.cpp.
unsigned NavLibrary_T::getXvtTest | ( | ) |
Make sure that NavLibrary::getXvt pulls the correct ephemeris and computes the correct xvt.
Definition at line 175 of file NavLibrary_T.cpp.
unsigned NavLibrary_T::isPresentTest | ( | ) |
Definition at line 538 of file NavLibrary_T.cpp.
unsigned NavLibrary_T::setTypeFilterTest | ( | ) |
Make sure NavLibrary::setTypeFilter updates getTypeFilter() in all factories.
Definition at line 380 of file NavLibrary_T.cpp.
unsigned NavLibrary_T::setValidityFilterTest | ( | ) |
Make sure NavLibrary::setValidityFilter updates navValidity in all factories.
Definition at line 351 of file NavLibrary_T.cpp.
gnsstk::CivilTime NavLibrary_T::civ |
Definition at line 161 of file NavLibrary_T.cpp.
gnsstk::CommonTime NavLibrary_T::ct |
Definition at line 162 of file NavLibrary_T.cpp.