Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ SingleWire
Method
SingleWire
lib/mdflib/mdflib/src/canmessage.cpp:151–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
void CanMessage::SingleWire(bool single_wire) {
152
flags_.set(kSingleWireBit, single_wire);
153
}
154
155
bool CanMessage::SingleWire() const {
156
return flags_.test(kSingleWireBit);
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