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

Method Brs

lib/mdflib/mdflib/src/canmessage.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void CanMessage::Brs(bool brs) {
120 flags_.set(kBrsBit, brs);
121}
122
123bool CanMessage::Brs() const {
124 return flags_.test(kBrsBit);

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