Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ R1
Method
R1
lib/mdflib/mdflib/src/canmessage.cpp:167–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
void CanMessage::R1(bool flag) {
168
flags_.set(kR1Bit, flag);
169
}
170
171
bool CanMessage::R1() const {
172
return flags_.test(kR1Bit);
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