|  | 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. | |
| void | mongoEditing (const std::string &sat, const std::string &site, const GTime &time, const std::string &type, const std::string &signal, const int &values, const std::string &message) | 
| add editing infomation to mongo | |
| void | mongoEditing (const std::string &sat, const std::string &site, const GTime &time, const std::string &type, const std::string &signal, const double &values, const std::string &message) | 
| b_date bDate | ( | const GTime & | time | ) | 
| document entryToDocument | ( | DBEntry & | entry, | 
| bool | type ) | 
| void mongoCull | ( | GTime | time | ) | 
| void mongoEditing | ( | const std::string & | sat, | 
| const std::string & | site, | ||
| const GTime & | time, | ||
| const std::string & | type, | ||
| const std::string & | signal, | ||
| const double & | values, | ||
| const std::string & | message ) | 
| void mongoEditing | ( | const std::string & | sat, | 
| const std::string & | site, | ||
| const GTime & | time, | ||
| const std::string & | type, | ||
| const std::string & | signal, | ||
| const int & | values, | ||
| const std::string & | message ) | 
add editing infomation to mongo
| 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 |