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

◆ next() [2/2]

CLEDController * fl::CLEDController::next ( )
inline

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

Will return nullptr at the end of the linked list.

Returns
CLEDController::mPNext

Definition at line 213 of file cled_controller.h.

213{ return mPNext; }
CLEDController * mPNext
pointer to the next LED controller in the linked list

References CLEDController(), FL_NOEXCEPT, and mPNext.

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

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