FastLED 3.9.15
Loading...
Searching...
No Matches

◆ getName()

virtual fl::string fl::IChannelDriver::getName ( ) const
inlinevirtual

Get the driver name for affinity binding.

Returns
Driver name (e.g., "RMT", "SPI", "PARLIO"), or empty string if unnamed
Note
Used by Channel affinity system to bind channels to specific drivers

Reimplemented in fl::anonymous_namespace{channel.cpp.hpp}::StubChannelEngine, and fl::SpiChannelEngineAdapter.

Definition at line 214 of file driver.h.

214{ return fl::string::from_literal(""); }
static string from_literal(const char *literal) FL_NOEXCEPT

References FL_NOEXCEPT, fl::string::from_literal(), and getName().

Referenced by getName().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: