Ginan
|
Data Structures | |
struct | TestStatistics |
struct | MongoStatesOptions |
Functions | |
void | mongoMeasResiduals (const GTime &time, KFMeas &kfMeas, bool queue=false, string suffix="", int beg=0, int num=-1) |
void | mongoTrace (const vector< string > &jsons, bool queue=false) |
void | mongoOutputConfig (string &config) |
void | mongoStatesAvailable (GTime time, MongoStatesOptions opts={}) |
void | mongoStates (KFState &kfState, MongoStatesOptions opts={}) |
void | mongoMeasSatStat (ReceiverMap &receiverMap) |
void | mongoTestStat (KFState &kfState, TestStatistics &statistics) |
void | mongoCull (GTime time) |
void mongoCull | ( | GTime | time | ) |
void mongoMeasResiduals | ( | const GTime & | time, |
KFMeas & | kfMeas, | ||
bool | queue = false, | ||
string | suffix = "", | ||
int | beg = 0, | ||
int | num = -1 ) |
void mongoMeasSatStat | ( | ReceiverMap & | receiverMap | ) |
void mongoOutputConfig | ( | string & | config | ) |
void mongoStates | ( | KFState & | kfState, |
MongoStatesOptions | opts = {} ) |
void mongoStatesAvailable | ( | GTime | time, |
MongoStatesOptions | opts = {} ) |
void mongoTestStat | ( | KFState & | kfState, |
TestStatistics & | statistics ) |
void mongoTrace | ( | const vector< string > & | jsons, |
bool | queue = false ) |