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

◆ next()

CLEDController * CLEDController::next ( )
inline

Get the next controller in the linked list after this one.

Will return NULL at the end of the linked list.

Returns
CLEDController::m_pNext

Definition at line 158 of file cled_controller.h.

158{ return m_pNext; }
CLEDController * m_pNext
pointer to the next LED controller in the linked list

References CLEDController(), and m_pNext.

Referenced by calculate_max_brightness_for_power_mW(), CFastLED::clearData(), CFastLED::count(), CFastLED::operator[](), CFastLED::setCorrection(), CFastLED::setDither(), CFastLED::setTemperature(), CFastLED::show(), and CFastLED::showColor().

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