|
FastLED 3.9.15
|
| ChannelManager::DriverStatus fl::ChannelManager::driverStatus | ( | const fl::string & | name | ) | const |
Look up a driver's registration status without logging on miss.
| name | Driver name (case-sensitive) |
findDriverByName() — same silent-on-miss behavior. Used by Channel::showPixels() to detect the #2517 silent-drop case (enqueued data routed to a disabled / unregistered driver). Definition at line 322 of file manager.cpp.hpp.
References fl::basic_string::empty(), mDrivers, NOT_REGISTERED, STATUS_DISABLED, and STATUS_ENABLED.
Referenced by fl::Channel::showPixels().
Here is the call graph for this function:
Here is the caller graph for this function: