Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
void CanMessage::Dlc(uint8_t dlc) {
62
dlc_ = dlc;
63
}
64
65
uint8_t CanMessage::Dlc() const { return dlc_ & 0x0F; }
66
Callers
5
TEST_F
Function · 0.80
EXPORTFEATUREFUNC
Function · 0.80
set
Method · 0.80
get
Method · 0.80
ParseCanMessage
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64