TwiceAsNice
2019-02-18
|
Light vector property descriptor. More...
#include <indiapi.h>
Public Attributes | |
char | device [MAXINDIDEVICE] |
Device name. More... | |
char | name [MAXINDINAME] |
Property name. More... | |
char | label [MAXINDILABEL] |
Short description. More... | |
char | group [MAXINDIGROUP] |
GUI grouping hint. More... | |
IPState | s |
Current property state. More... | |
ILight * | lp |
Lights comprising this vector. More... | |
int | nlp |
Dimension of lp[]. More... | |
char | timestamp [MAXINDITSTAMP] |
ISO 8601 timestamp of this event. More... | |
void * | aux |
Helper info. More... | |
Light vector property descriptor.
void * _ILightVectorProperty::aux |
Helper info.
char _ILightVectorProperty::device |
Device name.
char _ILightVectorProperty::group |
GUI grouping hint.
char _ILightVectorProperty::label |
Short description.
ILight * _ILightVectorProperty::lp |
Lights comprising this vector.
char _ILightVectorProperty::name |
Property name.
int _ILightVectorProperty::nlp |
Dimension of lp[].
IPState _ILightVectorProperty::s |
Current property state.
char _ILightVectorProperty::timestamp |
ISO 8601 timestamp of this event.