Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ R0
Method
R0
lib/mdflib/mdflib/src/canmessage.cpp:159–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
void CanMessage::R0(bool flag) {
160
flags_.set(kR0Bit, flag);
161
}
162
163
bool CanMessage::R0() const {
164
return flags_.test(kR0Bit);
Callers
4
TEST_F
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