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

Method BitPosition

lib/mdflib/mdflib/src/canmessage.cpp:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void CanMessage::BitPosition(uint16_t position) {
184 bit_position_ = position;
185}
186
187uint16_t CanMessage::BitPosition() const {
188 return bit_position_;

Callers 4

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

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64