Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ WakeUp
Method
WakeUp
lib/mdflib/mdflib/src/canmessage.cpp:143–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
void CanMessage::WakeUp(bool wake_up) {
144
flags_.set(kWakeUpBit, wake_up);
145
}
146
147
bool CanMessage::WakeUp() const {
148
return flags_.test( kWakeUpBit);
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