MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / GetTimeNs

Method GetTimeNs

lib/mdflib/mdflib/src/mdf4timestamp.cpp:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 return date_time.str();
106}
107uint64_t Mdf4Timestamp::GetTimeNs() const { return time_; }
108uint16_t Mdf4Timestamp::GetTzOffsetMin() const { return tz_offset_; }
109uint16_t Mdf4Timestamp::GetDstOffsetMin() const { return dst_offset_; }
110

Callers 1

SetTimeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected