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

Method empty

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

Source from the content-addressed store, hash-verified

44Timestamp::~Timestamp(void) {}
45
46bool Timestamp::empty() const { return m_secs == 0 && m_usecs == 0; }
47
48void Timestamp::setToCurrentTime() {
49#ifdef WIN32

Callers 15

imuConsumerLoopMethod · 0.45
depthConsumerLoopMethod · 0.45
sonarConsumerLoopMethod · 0.45
displayMethod · 0.45
optimizationLoopMethod · 0.45
publisherLoopMethod · 0.45
showDebugImagesMethod · 0.45
addNewFrameMethod · 0.45
EmptyMethod · 0.45
PopBlockingMethod · 0.45
PopNonBlockingMethod · 0.45
PopTimeoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected