Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ Edl
Method
Edl
lib/mdflib/mdflib/src/canmessage.cpp:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void CanMessage::Edl(bool edl) {
112
flags_.set(kEdlBit, edl);
113
}
114
115
bool CanMessage::Edl() const {
116
return flags_.test(kEdlBit);
Callers
5
TEST_F
Function · 0.80
EXPORTFEATUREFUNC
Function · 0.80
set
Method · 0.80
get
Method · 0.80
ParseCanMessage
Method · 0.80
Calls
1
set
Method · 0.45
Tested by
1
TEST_F
Function · 0.64