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

Method Edl

lib/mdflib/mdflib/src/canmessage.cpp:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void CanMessage::Edl(bool edl) {
112 flags_.set(kEdlBit, edl);
113}
114
115bool CanMessage::Edl() const {
116 return flags_.test(kEdlBit);

Callers 5

TEST_FFunction · 0.80
EXPORTFEATUREFUNCFunction · 0.80
setMethod · 0.80
getMethod · 0.80
ParseCanMessageMethod · 0.80

Calls 1

setMethod · 0.45

Tested by 1

TEST_FFunction · 0.64