Pseudo-code for a NavFilterMgr example where the application data is stored in a container. Refer to navfilterex.cpp for a functional example.
Definition in file navfilterex-pseudo-container.cpp.
Go to the source code of this file.
Classes | |
class | NavSubframe |
application's navigation message storage class More... | |
Typedefs | |
typedef std::list< NavSubframe * > | NavSubframeList |
use pointers because performance More... | |
Functions | |
void | filterEX () |
void | readNavEpoch (NavSubframeList &nsl) |
function to store a single epoch's worth of NavSubframe data More... | |
typedef std::list<NavSubframe*> NavSubframeList |
use pointers because performance
Definition at line 53 of file navfilterex-pseudo-container.cpp.
void filterEX | ( | ) |
Definition at line 68 of file navfilterex-pseudo-container.cpp.
void readNavEpoch | ( | NavSubframeList & | nsl | ) |
function to store a single epoch's worth of NavSubframe data
Definition at line 56 of file navfilterex-pseudo-container.cpp.