Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ Esi
Method
Esi
lib/mdflib/mdflib/src/canmessage.cpp:127–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
void CanMessage::Esi(bool esi) {
128
flags_.set(kEsiBit, esi);
129
}
130
131
bool CanMessage::Esi() const {
132
return flags_.test(kEsiBit);
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