MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / NullFrame

Method NullFrame

lib/mdflib/include/mdf/flexraymessage.h:123–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 [[nodiscard]] bool PayloadPreamble() const { return payload_preamble_; }
122
123 void NullFrame(FlexRayNullFlag flag) { null_frame_ = flag; }
124 [[nodiscard]] FlexRayNullFlag NullFrame() const { return null_frame_; }
125
126 void SyncFrame(bool sync) { sync_frame_ = sync; }

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64