MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / getTimeFirst

Method getTimeFirst

include/DataSet.h:215–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 }
214
215 bool getTimeFirst(const KeyType &ID, double& Timestamp) const
216 {
217 if(this->checkID(ID))
218 {
219 Timestamp = _DataStreams.at(ID).begin()->first;
220 return true;
221 }
222 else
223 {
224 return false;
225 }
226 }
227
228 bool getTimeFirstOverall(double& Timestamp) const
229 {

Callers 11

getTimeFirstOverallMethod · 0.95
getTimesBelowOrEqualMethod · 0.95
CreateGraphAndSolveFunction · 0.45
CreateGraphAndSolveFunction · 0.45
mainFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
ATEFunction · 0.45
MaxAbsErrorFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 2

checkIDMethod · 0.95
beginMethod · 0.80

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
ATEFunction · 0.36
MaxAbsErrorFunction · 0.36