Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ Brs
Method
Brs
lib/mdflib/mdflib/src/canmessage.cpp:119–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
void CanMessage::Brs(bool brs) {
120
flags_.set(kBrsBit, brs);
121
}
122
123
bool CanMessage::Brs() const {
124
return flags_.test(kBrsBit);
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