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

Method GetDstOffsetMin

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

Source from the content-addressed store, hash-verified

107uint64_t Mdf4Timestamp::GetTimeNs() const { return time_; }
108uint16_t Mdf4Timestamp::GetTzOffsetMin() const { return tz_offset_; }
109uint16_t Mdf4Timestamp::GetDstOffsetMin() const { return dst_offset_; }
110
111timetype::MdfTimestampType Mdf4Timestamp::GetTimeType() const {
112 if (flags_ & TimestampFlag::kTimeOffsetValid) {

Callers 2

TestMdf4TimeFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestMdf4TimeFunction · 0.36