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

Method GetTimestamp

lib/mdflib/mdflibrary/src/MdfTimestamp.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14std::unique_ptr<mdf::ITimestamp> MdfUtcTimestamp::GetTimestamp() {
15 std::unique_ptr<mdf::UtcTimestamp> timestamp(
16 new mdf::UtcTimestamp(utc_timestamp_));
17 return std::move(timestamp);
18}
19
20MdfLocalTimestamp::MdfLocalTimestamp(const uint64_t local_timestamp) {
21 local_timestamp_ = local_timestamp;

Callers 3

MdfHeader.cppFile · 0.80
MdfFileHistory.cppFile · 0.80
MdfWriter.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected