MCPcopy Create free account
hub / github.com/AutonomousFieldRoboticsLab/SVIn / getFloatTime

Method getFloatTime

pose_graph/ThirdParty/DUtils/Timestamp.cpp:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82double Timestamp::getFloatTime() const { return double(m_secs) + double(m_usecs) / 1000000.0; }
83
84std::string Timestamp::getStringTime() const {
85 char buf[32];

Callers 3

getStringTimeMethod · 0.95
operator-Method · 0.95
SeedRandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected