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

Functions

FileType COST__ ()
 
bool replaceStr (string &s, string toReplace, string replaceWith)
 Replaces first instance of string 'toReplace' with 'replaceWith' within 's'.
 
void outputCost (string filename, KFState &kfState, Receiver &rec)
 Outputs troposphere COST file.
 

Function Documentation

◆ COST__()

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

◆ outputCost()

void outputCost ( string filename,
KFState & kfState,
Receiver & rec )

Outputs troposphere COST file.

< Data processed in near-real time [false: (re-)processed off-line]

< Data processed to climate quality [false: NRT quality]

< Ocean tide loading correction applied

< Atmospheric loading correction applied

< Local surface met. sensor data available

< Timestamps are at the centre of period [false: end of period]

< GPS satellite(s) used

< GLONASS satellite(s) used

< Galileo satellite(s) used

< Reserved

< PCDH is missing or invalid

< Product Confidence Data - Header

< Num GNSS sasts in solution [31 = missing]

< Observed met. data used [false: NWP met data]

< ZTD data quality is considered poor

< Reserved

< PCDD is missing or invalid

< Product Confidence Data - Data

Parameters
filenameFilename
kfStateKF object containing positioning & trop solutions
recReceiver
Here is the call graph for this function:
Here is the caller graph for this function:

◆ replaceStr()

bool replaceStr ( string & s,
string toReplace,
string replaceWith )

Replaces first instance of string 'toReplace' with 'replaceWith' within 's'.

Parameters
sString to modify
toReplaceString to replace
replaceWithString to replace with
Here is the caller graph for this function: