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

Method StartTime

lib/mdflib/mdflib/src/hd3block.cpp:273–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271std::string Hd3Block::Description() const { return comment_; }
272
273void Hd3Block::StartTime(uint64_t ns_since_1970) {
274 timestamp_.SetTime(ns_since_1970);
275}
276
277uint64_t Hd3Block::StartTime() const {
278 return timestamp_.local_timestamp_;

Callers 15

TEST_FFunction · 0.45
TEST_FFunction · 0.45
CreateMdfWithTimeFunction · 0.45
TestMdf3TimeFunction · 0.45
TESTFunction · 0.45
EXPORTFEATUREFUNCFunction · 0.45
getMethod · 0.45
setMethod · 0.45
MdfHeader.cppFile · 0.45
getMethod · 0.45
StartMeasurementMethod · 0.45
TrimQueueMethod · 0.45

Calls 1

SetTimeMethod · 0.45

Tested by 5

TEST_FFunction · 0.36
TEST_FFunction · 0.36
CreateMdfWithTimeFunction · 0.36
TestMdf3TimeFunction · 0.36
TESTFunction · 0.36