Ginan
|
Data Structures | |
struct | DBEntry |
struct | QueuedMongo |
Functions | |
void | mongoOutput (vector< DBEntry > &dbEntryList, bool queue, vector< E_Mongo > instances, string collection) |
void | mongoQueueRun () |
void | queueMongo (QueuedMongo &object) |
b_date | bDate (const GTime &time) |
void | mongoTestStat (KFState &kfState, TestStatistics &testStatistics) |
void | mongoTrace (const vector< string > &jsons, bool queue) |
void | mongoOutputConfig (string &config) |
void | mongoMeasSatStat (ReceiverMap &receiverMap) |
void | mongoMeasResiduals (const GTime &time, KFMeas &kfMeas, bool queue, string suffix, int beg, int num) |
void | mongoStatesAvailable (GTime time, MongoStatesOptions opts) |
void | mongoStates (KFState &kfState, MongoStatesOptions opts) |
void | mongoCull (GTime time) |
document | entryToDocument (DBEntry &entry, bool type) |
void | prepareSsrStates (Trace &trace, KFState &kfState, KFState &ionState, GTime time) |
Write states generating SSR corrections to Mongo DB. | |
b_date bDate | ( | const GTime & | time | ) |
document entryToDocument | ( | DBEntry & | entry, |
bool | type ) |
void mongoCull | ( | GTime | time | ) |
void mongoMeasResiduals | ( | const GTime & | time, |
KFMeas & | kfMeas, | ||
bool | queue, | ||
string | suffix, | ||
int | beg, | ||
int | num ) |
void mongoMeasSatStat | ( | ReceiverMap & | receiverMap | ) |
void mongoOutput | ( | vector< DBEntry > & | dbEntryList, |
bool | queue, | ||
vector< E_Mongo > | instances, | ||
string | collection ) |
void mongoOutputConfig | ( | string & | config | ) |
void mongoQueueRun | ( | ) |
void mongoStates | ( | KFState & | kfState, |
MongoStatesOptions | opts ) |
void mongoStatesAvailable | ( | GTime | time, |
MongoStatesOptions | opts ) |
void mongoTestStat | ( | KFState & | kfState, |
TestStatistics & | testStatistics ) |
void mongoTrace | ( | const vector< string > & | jsons, |
bool | queue ) |
Write states generating SSR corrections to Mongo DB.
trace | Trace to output to |
kfState | Filter object to extract state elements from |
ionState | Filter object to extract state elements from |
time | Time of current epoch |
void queueMongo | ( | QueuedMongo & | object | ) |
object | Object to output |