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

Method InitMeasurement

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

Source from the content-addressed store, hash-verified

119}
120
121bool MdfWriter::InitMeasurement() {
122 return writer_ != nullptr ?writer_->InitMeasurement() : false;
123}
124
125void MdfWriter::SaveSample(MdfChannelGroup^ group, uint64_t time) {
126 if (writer_ != nullptr && group != nullptr && group->group_ != 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