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

Method SingleWire

lib/mdflib/mdflib/src/canmessage.cpp:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void CanMessage::SingleWire(bool single_wire) {
152 flags_.set(kSingleWireBit, single_wire);
153}
154
155bool CanMessage::SingleWire() const {
156 return flags_.test(kSingleWireBit);

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