Classes | Typedefs | Functions
navfilterex-pseudo-container.cpp File Reference

Detailed Description

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 Documentation

◆ NavSubframeList

typedef std::list<NavSubframe*> NavSubframeList

use pointers because performance

Examples
navfilterex-pseudo-container.cpp.

Definition at line 53 of file navfilterex-pseudo-container.cpp.

Function Documentation

◆ filterEX()

void filterEX ( )

◆ readNavEpoch()

void readNavEpoch ( NavSubframeList nsl)

function to store a single epoch's worth of NavSubframe data

Examples
navfilterex-pseudo-container.cpp.

Definition at line 56 of file navfilterex-pseudo-container.cpp.



gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:43