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

Method R1

lib/mdflib/mdflib/src/canmessage.cpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void CanMessage::R1(bool flag) {
168 flags_.set(kR1Bit, flag);
169}
170
171bool CanMessage::R1() const {
172 return flags_.test(kR1Bit);

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