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

Method R0

lib/mdflib/mdflib/src/canmessage.cpp:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void CanMessage::R0(bool flag) {
160 flags_.set(kR0Bit, flag);
161}
162
163bool CanMessage::R0() const {
164 return flags_.test(kR0Bit);

Callers 4

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

Calls 1

setMethod · 0.45

Tested by 1

TEST_FFunction · 0.64