FastLED 3.9.15
Loading...
Searching...
No Matches
fl::ChannelManager::EngineEntry Struct Reference

Detailed Description

Engine registry entry (priority + shared pointer + runtime control)

Definition at line 265 of file manager.h.

+ Collaboration diagram for fl::ChannelManager::EngineEntry:

Public Member Functions

bool operator< (const EngineEntry &other) const FL_NOEXCEPT
 Sort by priority descending (higher numbers first)
 

Public Attributes

fl::shared_ptr< IChannelDriverdriver
 
bool enabled
 Runtime enable/disable flag.
 
fl::string name
 Engine name for runtime identification (e.g., "RMT", "SPI")
 
int priority
 

The documentation for this struct was generated from the following file: