Definition at line 58 of file CNavFilter_T.cpp.
Public Member Functions | |
CNavFilter_T () | |
unsigned | loadData () |
unsigned | noFilterTest () |
Test to make sure that with no filters, no data is removed. More... | |
unsigned | testCNavCombined () |
Test the combination of parity, empty and TOW filters. More... | |
unsigned | testCNavCook () |
Cook the subframes. More... | |
unsigned | testCNavCrossSource () |
Test the combination of cook,parity, empty, TOW, and cross-source filters. More... | |
unsigned | testCNavEmpty () |
Test the LNAV empty subframe filter. More... | |
unsigned | testCNavParity () |
Test the LNAV parity filter. More... | |
unsigned | testCNavTOW () |
Test the TLM and HOW filter. More... | |
~CNavFilter_T () | |
Public Attributes | |
list< CNavFilterData > | cNavList |
list< PackedNavBits * > | messageList |
CNavFilter_T::CNavFilter_T | ( | ) |
Definition at line 92 of file CNavFilter_T.cpp.
CNavFilter_T::~CNavFilter_T | ( | ) |
Definition at line 99 of file CNavFilter_T.cpp.
unsigned CNavFilter_T::loadData | ( | ) |
Definition at line 110 of file CNavFilter_T.cpp.
unsigned CNavFilter_T::noFilterTest | ( | ) |
Test to make sure that with no filters, no data is removed.
Definition at line 201 of file CNavFilter_T.cpp.
unsigned CNavFilter_T::testCNavCombined | ( | ) |
Test the combination of parity, empty and TOW filters.
Definition at line 525 of file CNavFilter_T.cpp.
unsigned CNavFilter_T::testCNavCook | ( | ) |
Cook the subframes.
Definition at line 226 of file CNavFilter_T.cpp.
unsigned CNavFilter_T::testCNavCrossSource | ( | ) |
Test the combination of cook,parity, empty, TOW, and cross-source filters.
Definition at line 554 of file CNavFilter_T.cpp.
unsigned CNavFilter_T::testCNavEmpty | ( | ) |
Test the LNAV empty subframe filter.
Definition at line 321 of file CNavFilter_T.cpp.
unsigned CNavFilter_T::testCNavParity | ( | ) |
Test the LNAV parity filter.
Definition at line 274 of file CNavFilter_T.cpp.
unsigned CNavFilter_T::testCNavTOW | ( | ) |
Test the TLM and HOW filter.
Definition at line 445 of file CNavFilter_T.cpp.
list<CNavFilterData> CNavFilter_T::cNavList |
Definition at line 87 of file CNavFilter_T.cpp.
list<PackedNavBits*> CNavFilter_T::messageList |
Definition at line 83 of file CNavFilter_T.cpp.