MCPcopy 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
30TimeStamp from_seconds(int32_t sec)
31{
32 TimeStamp result = { sec, 0 };
33 return result;
34}
35
36double to_seconds_double(const TimeStamp& ts)
37{

Callers 2

customize_configsMethod · 0.85
executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected