MCPcopy Create free account
hub / github.com/FastLED/FastLED / Descriptor

Class Descriptor

src/fl/log/async_log_queue.h:32–38  ·  view source on GitHub ↗

Descriptor for one log message

Source from the content-addressed store, hash-verified

30
31 /// Descriptor for one log message
32 struct Descriptor {
33 fl::u32 mStartIdx; ///< Offset into arena where message starts
34 fl::u16 mLength; ///< Length of message in bytes
35 fl::u16 mPadding; ///< Reserved for alignment (unused)
36
37 Descriptor() FL_NOEXCEPT;
38 };
39
40 AsyncLogQueue() FL_NOEXCEPT;
41

Callers 2

AsyncLogQueueMethod · 0.85
commitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected