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

Method SyncFrame

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

Source from the content-addressed store, hash-verified

124 [[nodiscard]] FlexRayNullFlag NullFrame() const { return null_frame_; }
125
126 void SyncFrame(bool sync) { sync_frame_ = sync; }
127 [[nodiscard]] bool SyncFrame() const { return sync_frame_; }
128
129 void StartupFrame(bool startup) { startup_frame_ = startup; }

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64