|
FastLED 3.9.15
|
| fl::shared_ptr< IChannelDriver > fl::ChannelManager::getDriverByName | ( | const fl::string & | name | ) | const |
Get driver by name for affinity binding.
| name | Engine name to look up (case-sensitive, e.g., "RMT", "SPI", "PARLIO") |
FL_ERROR on miss — call findDriverByName() for silent lookup. Definition at line 368 of file manager.cpp.hpp.
References fl::basic_string::c_str(), fl::basic_string::empty(), findDriverByName(), and FL_ERROR.
Here is the call graph for this function: