Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ from_seconds
Function
from_seconds
performance-tests/bench/builder/Common.cpp:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
TimeStamp from_seconds(int32_t sec)
31
{
32
TimeStamp result = { sec, 0 };
33
return result;
34
}
35
36
double to_seconds_double(const TimeStamp& ts)
37
{
Callers
2
customize_configs
Method · 0.85
execute
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected