Filter GPS nav subframes with empty contents (either all zeroes, or the standard IS-GPS-200 blank almanac subframe bit pattern).
Definition at line 54 of file LNavEmptyFilter.hpp.
#include <LNavEmptyFilter.hpp>

Public Member Functions | |
| virtual std::string | filterName () const noexcept |
| Return the filter name. More... | |
| virtual void | finalize (NavMsgList &msgBitsOut) |
| Filter stores no data, therefore this does nothing. More... | |
| LNavEmptyFilter () | |
| virtual unsigned | processingDepth () const noexcept |
| No internal storage of subframe data so return 0. More... | |
| virtual void | validate (NavMsgList &msgBitsIn, NavMsgList &msgBitsOut) |
Public Member Functions inherited from gnsstk::NavFilter | |
| virtual void | dumpRejected (std::ostream &out) const |
| Debug support. More... | |
| NavFilter () | |
| virtual std::string | reasonTerse () const noexcept |
| virtual std::vector< std::string > | reasonVerbose () const noexcept |
Additional Inherited Members | |
Public Types inherited from gnsstk::NavFilter | |
| typedef std::list< NavFilterKey * > | NavMsgList |
Public Attributes inherited from gnsstk::NavFilter | |
| NavMsgList | rejected |
Protected Member Functions inherited from gnsstk::NavFilter | |
| void | accept (const NavMsgList &valid, NavMsgList &msgBitsOut) |
| void | accept (NavFilterKey *data, NavMsgList &msgBitsOut) |
| void | reject (const NavMsgList &invalid) |
| void | reject (NavFilterKey *data) |
| gnsstk::LNavEmptyFilter::LNavEmptyFilter | ( | ) |
Definition at line 45 of file LNavEmptyFilter.cpp.
|
inlinevirtualnoexcept |
Return the filter name.
Implements gnsstk::NavFilter.
Definition at line 76 of file LNavEmptyFilter.hpp.
|
inlinevirtual |
Filter stores no data, therefore this does nothing.
Implements gnsstk::NavFilter.
Definition at line 68 of file LNavEmptyFilter.hpp.
|
inlinevirtualnoexcept |
No internal storage of subframe data so return 0.
Implements gnsstk::NavFilter.
Definition at line 72 of file LNavEmptyFilter.hpp.
|
virtual |
Filter subframes in msgBitsIn that are empty.
| [in,out] | msgBitsIn | A list of LNavFilterData* objects containing GPS legacy navigation messages (id 2). |
| [out] | msgBitsOut | The messages successfully passing the filter. |
Implements gnsstk::NavFilter.
Definition at line 50 of file LNavEmptyFilter.cpp.