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

Method Esi

lib/mdflib/mdflib/src/canmessage.cpp:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void CanMessage::Esi(bool esi) {
128 flags_.set(kEsiBit, esi);
129}
130
131bool CanMessage::Esi() const {
132 return flags_.test(kEsiBit);

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