Ginan
|
Functions | |
Output | Outputs__ () |
void | replaceTimes (string &str, boost::posix_time::ptime time) |
Replace macros for times with numeric values. | |
void | replaceTimes (vector< string > &strs, boost::posix_time::ptime time) |
void | createDirectories (boost::posix_time::ptime logptime) |
Create directories if required. | |
void | createTracefiles (ReceiverMap &receiverMap, Network &pppNet, Network &ionNet) |
Create new empty trace files only when required when the filename is changed. | |
void | outputPredictedStates (Trace &trace, KFState &kfState) |
void | configureUploadingStreams () |
void | perEpochPostProcessingAndOutputs (Trace &pppTrace, Network &pppNet, Network &ionNet, ReceiverMap &receiverMap, KFState &kfState, KFState &ionState, const GTime &time, bool emptyEpoch) |
void configureUploadingStreams | ( | ) |
void createDirectories | ( | boost::posix_time::ptime | logptime | ) |
Create directories if required.
void createTracefiles | ( | ReceiverMap & | receiverMap, |
Network & | pppNet, | ||
Network & | ionNet ) |
Create new empty trace files only when required when the filename is changed.
Output Outputs__ | ( | ) |
void perEpochPostProcessingAndOutputs | ( | Trace & | pppTrace, |
Network & | pppNet, | ||
Network & | ionNet, | ||
ReceiverMap & | receiverMap, | ||
KFState & | kfState, | ||
KFState & | ionState, | ||
const GTime & | time, | ||
bool | emptyEpoch ) |
void replaceTimes | ( | string & | str, |
boost::posix_time::ptime | time ) |
Replace macros for times with numeric values.
Available replacements are "<DDD> <D> <WWWW> <YYYY> <YY> <MM> <DD> <HH> <hh> <mm> <LOGTIME>"
str | String to replace macros within |
time | Time to use for replacements |
void replaceTimes | ( | vector< string > & | strs, |
boost::posix_time::ptime | time ) |