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

Method WakeUp

lib/mdflib/mdflib/src/canmessage.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void CanMessage::WakeUp(bool wake_up) {
144 flags_.set(kWakeUpBit, wake_up);
145}
146
147bool CanMessage::WakeUp() const {
148 return flags_.test( kWakeUpBit);

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