Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
uint32_t CanMessage::MessageId() const { return message_id_; }
46
47
uint32_t CanMessage::CanId() const { return message_id_ & ~kExtendedBit; }
48
49
void CanMessage::ExtendedId(bool extended) {
50
if (extended) {
Callers
3
TEST_F
Function · 0.80
EXPORTFEATUREFUNC
Function · 0.80
get
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64