![]() |
LightHub
|
#include <out_pwm.h>


Public Member Functions | |
| out_pwm (Item *_item) | |
| int | Setup () override |
| int | Poll (short cause) override |
| int | Stop () override |
| int | Status () override |
| int | isActive () override |
| int | getChanType () override |
| int | PixelCtrl (itemCmd cmd, char *subItem=NULL, bool show=true) override |
Public Member Functions inherited from colorChannel | |
| colorChannel (Item *_item) | |
| int | Ctrl (itemCmd cmd, char *subItem=NULL, bool toExecute=true) override |
| short | getChannelAddr (short n=0) |
Public Member Functions inherited from abstractOut | |
| abstractOut (Item *_item) | |
| virtual int | getDefaultOnVal () |
Public Member Functions inherited from abstractCh | |
| abstractCh () | |
| virtual | ~abstractCh () |
| virtual int | Anounce () |
Protected Attributes | |
| short | numChannels |
Protected Attributes inherited from colorChannel | |
| short | iaddr |
| short | numArgs |
Protected Attributes inherited from abstractOut | |
| Item * | item |
Additional Inherited Members | |
Protected Member Functions inherited from abstractCh | |
| virtual int | publishTopic (const char *topic, long value, const char *subtopic=NULL) |
| virtual int | publishTopic (const char *topic, float value, const char *subtopic=NULL) |
| virtual int | publishTopic (const char *topic, const char *value, const char *subtopic=NULL) |
|
inline |
|
overridevirtual |
Reimplemented from abstractOut.
|
overridevirtual |
Reimplemented from abstractOut.
|
overridevirtual |
Implements colorChannel.
|
overridevirtual |
Implements abstractCh.
|
overridevirtual |
Implements abstractCh.
|
overridevirtual |
Reimplemented from abstractCh.
|
overridevirtual |
Reimplemented from abstractCh.
|
protected |