Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ FrameDuration
Method
FrameDuration
lib/mdflib/mdflib/src/canmessage.cpp:199–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
void CanMessage::FrameDuration(uint32_t duration) {
200
frame_duration_ = duration;
201
}
202
203
uint32_t CanMessage::FrameDuration() const {
204
return frame_duration_;
Callers
4
TEST_F
Function · 0.80
set
Function · 0.80
get
Function · 0.80
ParseCanMessage
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64