TwiceAsNice
2019-02-18
|
Switch 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... | |
IPerm | p |
Client accessibility hint. More... | |
ISRule | r |
Switch behavior hint. More... | |
double | timeout |
Current max time to change, secs. More... | |
IPState | s |
Current property state. More... | |
ISwitch * | sp |
Switches comprising this vector. More... | |
int | nsp |
Dimension of sp[]. More... | |
char | timestamp [MAXINDITSTAMP] |
ISO 8601 timestamp of this event. More... | |
void * | aux |
Helper info. More... | |
Switch vector property descriptor.
void * _ISwitchVectorProperty::aux |
Helper info.
char _ISwitchVectorProperty::device |
Device name.
char _ISwitchVectorProperty::group |
GUI grouping hint.
char _ISwitchVectorProperty::label |
Short description.
char _ISwitchVectorProperty::name |
Property name.
int _ISwitchVectorProperty::nsp |
Dimension of sp[].
ISRule _ISwitchVectorProperty::r |
Switch behavior hint.
IPState _ISwitchVectorProperty::s |
Current property state.
ISwitch * _ISwitchVectorProperty::sp |
Switches comprising this vector.
double _ISwitchVectorProperty::timeout |
Current max time to change, secs.
char _ISwitchVectorProperty::timestamp |
ISO 8601 timestamp of this event.