|
FastLED 3.9.15
|
This is the complete list of members for fl::Channel, including all inherited members.
| addToDrawList() | fl::Channel | |
| addToList() FL_NOEXCEPT | fl::CLEDController | |
| applyConfig(const ChannelConfig &config) | fl::Channel | |
| asController() | fl::Channel | inline |
| asController() const | fl::Channel | inline |
| beginShowLeds(int size) FL_NOEXCEPT | fl::CLEDController | inlinevirtual |
| Channel(const ChipsetVariant &chipset, EOrder rgbOrder, RegistrationMode mode) | fl::Channel | protected |
| Channel(const ChipsetVariant &chipset, fl::span< CRGB > leds, EOrder rgbOrder, const ChannelOptions &options) | fl::Channel | private |
| Channel(int pin, const ChipsetTimingConfig &timing, fl::span< CRGB > leds, EOrder rgbOrder, const ChannelOptions &options) | fl::Channel | private |
| Channel(const Channel &) FL_NOEXCEPT=delete | fl::Channel | private |
| Channel(Channel &&) FL_NOEXCEPT=delete | fl::Channel | private |
| clearLedDataInternal(int nLeds=-1) FL_NOEXCEPT | fl::CLEDController | |
| clearLeds(int nLeds=-1) FL_NOEXCEPT | fl::CLEDController | inline |
| clearWhiteChannel() FL_NOEXCEPT | fl::CLEDController | inline |
| CLEDController(RegistrationMode mode) FL_NOEXCEPT | fl::CLEDController | protected |
| CLEDController() FL_NOEXCEPT | fl::CLEDController | |
| CPixelLEDController(RegistrationMode mode) | CPixelLEDController< RGB > | inlineprotected |
| CPixelLEDController() | CPixelLEDController< RGB > | inline |
| create(const ChannelConfig &config) | fl::Channel | static |
| endShowLeds(void *data) FL_NOEXCEPT | fl::CLEDController | inlinevirtual |
| fl::make_shared(Args &&... args) FL_NOEXCEPT | fl::Channel | friend |
| getAdjustment(fl::u8 scale) FL_NOEXCEPT | fl::CLEDController | inline |
| getAdjustmentData(fl::u8 brightness) FL_NOEXCEPT | fl::CLEDController | |
| getChipset() const | fl::Channel | inline |
| getClockPin() const | fl::Channel | |
| getCorrection() | fl::Channel | |
| getDither() | fl::Channel | |
| getEnabled() FL_NOEXCEPT | fl::CLEDController | inline |
| getEngineName() const | fl::Channel | |
| getGamma() const | fl::Channel | |
| getMaxRefreshRate() const FL_NOEXCEPT | fl::CLEDController | inlinevirtual |
| getPin() const | fl::Channel | |
| getRgbOrder() const | fl::Channel | inline |
| getRgbw() const | fl::Channel | |
| getRgbww() const FL_NOEXCEPT | fl::CLEDController | inline |
| getScreenMap() const | fl::Channel | |
| getTemperature() | fl::Channel | |
| getTiming() const | fl::Channel | |
| hasScreenMap() const | fl::Channel | |
| head() FL_NOEXCEPT | fl::CLEDController | inlinestatic |
| IChannel() FL_NOEXCEPT=default | fl::IChannel | protected |
| IChannel(const IChannel &) FL_NOEXCEPT=delete | fl::IChannel | protected |
| IChannel(IChannel &&) FL_NOEXCEPT=delete | fl::IChannel | protected |
| id() const override | fl::Channel | inlinevirtual |
| init() override | fl::Channel | protectedvirtual |
| isClockless() const | fl::Channel | inline |
| isInDrawList() const | fl::Channel | |
| isInList() const FL_NOEXCEPT | fl::CLEDController | |
| isSpi() const | fl::Channel | inline |
| lanes() override | CPixelLEDController< RGB > | inlinevirtual |
| LANES_VALUE | CPixelLEDController< RGB > | static |
| leds() | fl::Channel | |
| leds() const | fl::Channel | |
| ledsSpan() FL_NOEXCEPT | fl::CLEDController | inline |
| makeName(i32 id, const fl::optional< fl::string > &configName=fl::optional< fl::string >()) | fl::Channel | privatestatic |
| MASK_VALUE | CPixelLEDController< RGB > | static |
| mBus | fl::Channel | private |
| mBusWarned | fl::Channel | private |
| mChannelData | fl::Channel | private |
| mChipset | fl::Channel | private |
| mDisabledDriverWarned | fl::Channel | private |
| mDriver | fl::Channel | private |
| mDriverPreBound | fl::Channel | private |
| mEnabled | fl::CLEDController | protected |
| mId | fl::Channel | private |
| mLeds | fl::CLEDController | protected |
| mName | fl::Channel | private |
| mPHead | fl::CLEDController | protectedstatic |
| mPNext | fl::CLEDController | protected |
| mPTail | fl::CLEDController | protectedstatic |
| mRgbOrder | fl::Channel | private |
| mScreenMap | fl::Channel | private |
| mSettings | fl::Channel | private |
| name() const override | fl::Channel | inlinevirtual |
| next() FL_NOEXCEPT | fl::CLEDController | inline |
| next() const FL_NOEXCEPT | fl::CLEDController | inline |
| nextId() | fl::Channel | privatestatic |
| operator=(const Channel &) FL_NOEXCEPT=delete | fl::Channel | private |
| operator=(Channel &&) FL_NOEXCEPT=delete | fl::Channel | private |
| fl::IChannel::operator=(const IChannel &) FL_NOEXCEPT=delete | fl::IChannel | protected |
| fl::IChannel::operator=(IChannel &&) FL_NOEXCEPT=delete | fl::IChannel | protected |
| operator[](int x) FL_NOEXCEPT | fl::CLEDController | inline |
| RegistrationMode enum name | fl::CLEDController | protected |
| removeFromDrawList() | fl::Channel | |
| removeFromList(CLEDController *controller) FL_NOEXCEPT | fl::CLEDController | static |
| resolveDynamicDriver() | fl::Channel | private |
| RGB_ORDER_VALUE | CPixelLEDController< RGB > | static |
| setCorrection(CRGB correction) FL_NOEXCEPT | fl::CLEDController | inline |
| setCorrection(LEDColorCorrection correction) FL_NOEXCEPT | fl::CLEDController | inline |
| setDither(fl::u8 ditherMode=BINARY_DITHER) FL_NOEXCEPT | fl::CLEDController | inline |
| setDriver(fl::shared_ptr< IChannelDriver > driver) FL_NOEXCEPT | fl::Channel | inlineprotected |
| setEnabled(bool enabled) FL_NOEXCEPT | fl::CLEDController | inline |
| setGamma(float gamma) | fl::Channel | |
| setLeds(CRGB *data, int nLeds) FL_NOEXCEPT | fl::CLEDController | inline |
| setLeds(fl::span< CRGB > leds) FL_NOEXCEPT | fl::CLEDController | inline |
| setRgbw(const Rgbw &arg=RgbwDefault::value()) FL_NOEXCEPT | fl::CLEDController | inline |
| setRgbww(const Rgbww &arg=RgbwwDefault::value()) FL_NOEXCEPT | fl::CLEDController | inline |
| setScreenMap(const fl::XYMap &map, float diameter=-1.f) | fl::Channel | |
| setScreenMap(const fl::ScreenMap &map) | fl::Channel | |
| setScreenMap(fl::u16 width, fl::u16 height, float diameter=-1.f) | fl::Channel | |
| setScreenMap(const fl::XMap &map) | fl::Channel | |
| setTemperature(CRGB temperature) FL_NOEXCEPT | fl::CLEDController | inline |
| setTemperature(ColorTemperature temperature) FL_NOEXCEPT | fl::CLEDController | inline |
| show(const CRGB *data, int nLeds, fl::u8 brightness) override | CPixelLEDController< RGB > | inlineprotectedvirtual |
| showColor(const CRGB &data, int nLeds, fl::u8 brightness) override | CPixelLEDController< RGB > | inlineprotectedvirtual |
| showColorInternal(const CRGB &data, int nLeds, fl::u8 brightness) FL_NOEXCEPT | fl::CLEDController | inline |
| showColorInternal(const CRGB &data, fl::u8 brightness) FL_NOEXCEPT | fl::CLEDController | inline |
| showInternal(const CRGB *data, int nLeds, fl::u8 brightness) FL_NOEXCEPT | fl::CLEDController | inline |
| showLeds(u8 brightness=255) OVERRIDE_IF_NOT_AVR | fl::Channel | |
| showLedsInternal(fl::u8 brightness) FL_NOEXCEPT | fl::CLEDController | inline |
| showPixels(PixelController< RGB, 1, 0xFFFFFFFF > &pixels) override | fl::Channel | protected |
| CPixelLEDController< RGB >::showPixels(PixelController< RGB_ORDER, 1, 0xFFFFFFFF > &pixels)=0 | CPixelLEDController< RGB > | pure virtual |
| size() const override | fl::Channel | virtual |
| visitControllers(Visitor &&visitor) FL_NOEXCEPT | fl::CLEDController | inlinestatic |
| ~Channel() FL_NOEXCEPT | fl::Channel | virtual |
| ~CLEDController() FL_NOEXCEPT | fl::CLEDController | |
| ~IChannel() FL_NOEXCEPT=default | fl::IChannel | virtual |