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

Method EqualLength

lib/mdflib/mdflib/src/dl4block.cpp:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void Dl4Block::EqualLength(uint64_t length) {
134 if (length > 0) {
135 flags_ |= Dl4Flags::EqualLength;
136 }
137 equal_length_ = length;
138}
139
140uint64_t Dl4Block::EqualLength() const { return equal_length_;}
141

Callers 1

WriteSignalDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected