Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ Dir
Method
Dir
lib/mdflib/mdflib/src/canmessage.cpp:95–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
void CanMessage::Dir(bool transmit) {
96
flags_.set(kDirBit, transmit);
97
}
98
99
bool CanMessage::Dir() const {
100
return flags_.test(kDirBit);
Callers
7
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
EXPORTFEATUREFUNC
Function · 0.45
set
Method · 0.45
get
Method · 0.45
ParseCanMessage
Method · 0.45
Calls
1
set
Method · 0.45
Tested by
3
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36