Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
double Timestamp::getFloatTime() const { return double(m_secs) + double(m_usecs) / 1000000.0; }
83
84
std::string Timestamp::getStringTime() const {
85
char buf[32];
Callers
3
getStringTime
Method · 0.95
operator-
Method · 0.95
SeedRand
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected