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

Method StartMeasurement

lib/mdflib/mdflibrary/src/MdfWriter.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160}
161void MdfWriter::StartMeasurement(uint64_t start_time) {
162 if (writer_ != nullptr) {
163 writer_->StartMeasurement(start_time);
164 }
165}
166
167void MdfWriter::StartMeasurement(DateTime start_time) {
168 if (writer_ != nullptr) {

Callers 9

TestNoCompressCanBusMethod · 0.45
TestCompressCanBusMethod · 0.45
TestMetaDataMethod · 0.45
TestChannelConversionMethod · 0.45
TestBusLoggingMethod · 0.45
TestWriterMethod · 0.45
EXPORTFEATUREFUNCFunction · 0.45
MdfWriter.cppFile · 0.45
cpp_exampleFunction · 0.45

Calls

no outgoing calls

Tested by 7

TestNoCompressCanBusMethod · 0.36
TestCompressCanBusMethod · 0.36
TestMetaDataMethod · 0.36
TestChannelConversionMethod · 0.36
TestBusLoggingMethod · 0.36
TestWriterMethod · 0.36
cpp_exampleFunction · 0.36