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

Method get

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

Source from the content-addressed store, hash-verified

40}
41
42bool MdfWriter::IsFileNew::get() {
43 return writer_ != nullptr ? writer_->IsFileNew() : false;
44}
45
46void MdfWriter::CompressData::set(bool compress) {
47 if (writer_ != nullptr) {

Callers

nothing calls this directly

Calls 8

CompressDataMethod · 0.80
PreTrigTimeMethod · 0.80
StopTimeMethod · 0.80
IsFileNewMethod · 0.45
StartTimeMethod · 0.45
BusTypeMethod · 0.45
StorageTypeMethod · 0.45
MaxLengthMethod · 0.45

Tested by

no test coverage detected