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

◆ notifyPollNeededThunk()

void fl::ChannelManager::notifyPollNeededThunk ( void * context)
staticprivate

Definition at line 63 of file manager.cpp.hpp.

63 {
64 if (context == nullptr) {
65 return;
66 }
67 static_cast<ChannelManager*>(context)->notifyPollNeeded();
68}
ChannelManager() FL_NOEXCEPT
Constructor.
void notifyPollNeeded() FL_NOEXCEPT

References ChannelManager(), FL_NOEXCEPT, and notifyPollNeeded().

Referenced by ChannelManager().

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