FastLED 3.9.15
Loading...
Searching...
No Matches
async_log_queue.h File Reference

Detailed Description

High-performance ISR-safe async logging queue (SPSC ring buffer) - declarations only.

Definition in file async_log_queue.h.

#include "fl/stl/int.h"
#include "fl/stl/noexcept.h"
#include "fl/stl/static_assert.h"
+ Include dependency graph for async_log_queue.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fl::AsyncLogQueue< DescriptorCount, ArenaSize >
 High-performance SPSC async log queue. More...
 
struct  fl::AsyncLogQueue< DescriptorCount, ArenaSize >::Descriptor
 Descriptor for one log message. More...
 

Namespaces

namespace  fl
 Base definition for an LED controller.