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

Method getTimeLast

include/DataSet.h:251–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 }
250
251 bool getTimeLast(const KeyType &ID, double& Timestamp) const
252 {
253 if(this->checkID(ID))
254 {
255 Timestamp = std::prev(_DataStreams.at(ID).end())->first;
256 return true;
257 }
258 else
259 {
260 return false;
261 }
262 }
263
264 bool getTimeNext(const KeyType &ID, const double Timestamp, double& NextTimeStamp) const
265 {

Callers 3

CreateGraphAndSolveFunction · 0.45
CreateGraphAndSolveFunction · 0.45
mainFunction · 0.45

Calls 2

checkIDMethod · 0.95
endMethod · 0.80

Tested by

no test coverage detected