Definition at line 55 of file CNav2Filter_T.cpp.
Public Member Functions | |
| CNav2Filter_T () | |
| unsigned | loadData () |
| unsigned | noFilterTest () |
| Test to make sure that with no filters, no data is removed. More... | |
| unsigned | testCNav2Combined () |
| Test the combination of sanity,and cross-source filters. More... | |
| unsigned | testCNav2Sanity () |
| Test the CNAV-2 sanity filter. More... | |
| ~CNav2Filter_T () | |
Public Attributes | |
| list< CNavFilterData > | cNavList |
| list< PackedNavBits * > | messageList |
| CNav2Filter_T::CNav2Filter_T | ( | ) |
Definition at line 81 of file CNav2Filter_T.cpp.
| CNav2Filter_T::~CNav2Filter_T | ( | ) |
Definition at line 88 of file CNav2Filter_T.cpp.
| unsigned CNav2Filter_T::loadData | ( | ) |
Definition at line 111 of file CNav2Filter_T.cpp.
| unsigned CNav2Filter_T::noFilterTest | ( | ) |
Test to make sure that with no filters, no data is removed.
Definition at line 176 of file CNav2Filter_T.cpp.
| unsigned CNav2Filter_T::testCNav2Combined | ( | ) |
Test the combination of sanity,and cross-source filters.
Definition at line 381 of file CNav2Filter_T.cpp.
| unsigned CNav2Filter_T::testCNav2Sanity | ( | ) |
Test the CNAV-2 sanity filter.
Definition at line 199 of file CNav2Filter_T.cpp.
| list<CNavFilterData> CNav2Filter_T::cNavList |
Definition at line 76 of file CNav2Filter_T.cpp.
| list<PackedNavBits*> CNav2Filter_T::messageList |
Definition at line 72 of file CNav2Filter_T.cpp.