Ginan
Loading...
Searching...
No Matches
pos.cpp File Reference

Functions

FileType POS__ ()
 
void replacePlaceholder (string &str, const string &placeholder, const string &value)
 
void formatAndReplace (string &header, const string &placeholder, double value, int precision, int width)
 
template<typename T >
void formatAndOutput (std::ostream &output, T value, int precision, int width)
 
void writePOSHeader (Trace &output, string name, GTime time)
 
void writePOSEntry (Trace &output, Receiver &rec, KFState &kfState)
 
void writePOS (string filename, KFState &kfState, Receiver &rec)
 

Function Documentation

◆ formatAndOutput()

template<typename T >
void formatAndOutput ( std::ostream & output,
T value,
int precision,
int width )
Here is the caller graph for this function:

◆ formatAndReplace()

void formatAndReplace ( string & header,
const string & placeholder,
double value,
int precision,
int width )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ POS__()

FileType POS__ ( )
Here is the caller graph for this function:

◆ replacePlaceholder()

void replacePlaceholder ( string & str,
const string & placeholder,
const string & value )
Here is the caller graph for this function:

◆ writePOS()

void writePOS ( string filename,
KFState & kfState,
Receiver & rec )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ writePOSEntry()

void writePOSEntry ( Trace & output,
Receiver & rec,
KFState & kfState )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ writePOSHeader()

void writePOSHeader ( Trace & output,
string name,
GTime time )
Here is the call graph for this function:
Here is the caller graph for this function: