Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ Rtr
Method
Rtr
lib/mdflib/mdflib/src/canmessage.cpp:135–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
void CanMessage::Rtr(bool rtr) {
136
flags_.set(kRtrBit, rtr);
137
}
138
139
bool CanMessage::Rtr() const {
140
return flags_.test(kRtrBit);
Callers
4
TEST_F
Function · 0.80
EXPORTFEATUREFUNC
Function · 0.80
set
Method · 0.80
get
Method · 0.80
Calls
1
set
Method · 0.45
Tested by
1
TEST_F
Function · 0.64