MCPcopy Create free account
hub / github.com/FastLED/FastLED / next

Method next

src/fl/channels/cled_controller.h:230–230  ·  view source on GitHub ↗

Get the next controller in the linked list after this one (const version). Will return nullptr at the end of the linked list. @returns CLEDController::mPNext

Source from the content-addressed store, hash-verified

228 /// Get the next controller in the linked list after this one (const version). Will return nullptr at the end of the linked list.
229 /// @returns CLEDController::mPNext
230 const CLEDController *next() const FL_NOEXCEPT { return mPNext; }
231
232 /// Set the default array of LEDs to be used by this controller
233 /// @param data pointer to the LED data

Callers 1

visitControllersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected