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

Method Dir

lib/mdflib/mdflib/src/canmessage.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void CanMessage::Dir(bool transmit) {
96 flags_.set(kDirBit, transmit);
97}
98
99bool CanMessage::Dir() const {
100 return flags_.test(kDirBit);

Callers 7

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
EXPORTFEATUREFUNCFunction · 0.45
setMethod · 0.45
getMethod · 0.45
ParseCanMessageMethod · 0.45

Calls 1

setMethod · 0.45

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36