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

Method CanId

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

Source from the content-addressed store, hash-verified

45uint32_t CanMessage::MessageId() const { return message_id_; }
46
47uint32_t CanMessage::CanId() const { return message_id_ & ~kExtendedBit; }
48
49void CanMessage::ExtendedId(bool extended) {
50 if (extended) {

Callers 3

TEST_FFunction · 0.80
EXPORTFEATUREFUNCFunction · 0.80
getMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64