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

◆ getDriverInfos()

fl::span< const fl::DriverInfo > CFastLED::getDriverInfos ( ) const

Get full state of all registered channel drivers.

Returns
Span of driver info (sorted by priority descending)
Note
Returned span is valid until next call to any non-const method

Definition at line 581 of file FastLED.cpp.hpp.

581 {
582 fl::ChannelManager& manager = fl::channelManager();
583 return manager.getDriverInfos();
584}
fl::span< const DriverInfo > getDriverInfos() const FL_NOEXCEPT
Get full state of all registered drivers.
ChannelManager & channelManager()
Get the global ChannelManager singleton instance.

References fl::channelManager(), and fl::ChannelManager::getDriverInfos().

+ Here is the call graph for this function: