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

Method StopMeasurement

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

Source from the content-addressed store, hash-verified

177}
178
179void MdfWriter::StopMeasurement(uint64_t stop_time) {
180 if (writer_ != nullptr) {
181 writer_->StopMeasurement(stop_time);
182 }
183}
184
185void MdfWriter::StopMeasurement(DateTime stop_time) {
186 if (writer_ != nullptr) {

Callers 8

TestNoCompressCanBusMethod · 0.45
TestCompressCanBusMethod · 0.45
TestMetaDataMethod · 0.45
TestChannelConversionMethod · 0.45
TestBusLoggingMethod · 0.45
TestWriterMethod · 0.45
EXPORTFEATUREFUNCFunction · 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