Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ Srr
Method
Srr
lib/mdflib/mdflib/src/canmessage.cpp:103–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
void CanMessage::Srr(bool srr) {
104
flags_.set(kSrrBit, srr);
105
}
106
107
bool CanMessage::Srr() const {
108
return flags_.test(kSrrBit);
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