MCPcopy 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
199void CanMessage::FrameDuration(uint32_t duration) {
200 frame_duration_ = duration;
201}
202
203uint32_t CanMessage::FrameDuration() const {
204 return frame_duration_;

Callers 4

TEST_FFunction · 0.80
setFunction · 0.80
getFunction · 0.80
ParseCanMessageMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64