MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / isTimeCodeFlagSet

Method isTimeCodeFlagSet

lib/DDPPlugin/src/DDPServer.cpp:316–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316bool DDPServer::isTimeCodeFlagSet(const DDPHeader& header)
317{
318 uint8_t flag = (header.detail.flags >> DDP_HEADER_FLAGS_TIMECODE_BIT) & DDP_HEADER_FLAGS_TIMECODE_MASK;
319
320 return (0U != flag);
321}
322
323bool DDPServer::isStorageFlagSet(const DDPHeader& header)
324{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected