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

Method Dlc

lib/mdflib/mdflib/src/canmessage.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void CanMessage::Dlc(uint8_t dlc) {
62 dlc_ = dlc;
63}
64
65uint8_t CanMessage::Dlc() const { return dlc_ & 0x0F; }
66

Callers 5

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

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64