TwiceAsNice
2019-02-18
|
Text 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... | |
double | timeout |
Current max time to change, secs. More... | |
IPState | s |
Current property state. More... | |
IText * | tp |
Texts comprising this vector. More... | |
int | ntp |
Dimension of tp[]. More... | |
char | timestamp [MAXINDITSTAMP] |
ISO 8601 timestamp of this event. More... | |
void * | aux |
Helper info. More... | |
Text vector property descriptor.
void * _ITextVectorProperty::aux |
Helper info.
char _ITextVectorProperty::device |
Device name.
char _ITextVectorProperty::group |
GUI grouping hint.
char _ITextVectorProperty::label |
Short description.
char _ITextVectorProperty::name |
Property name.
int _ITextVectorProperty::ntp |
Dimension of tp[].
IPState _ITextVectorProperty::s |
Current property state.
double _ITextVectorProperty::timeout |
Current max time to change, secs.
char _ITextVectorProperty::timestamp |
ISO 8601 timestamp of this event.
IText * _ITextVectorProperty::tp |
Texts comprising this vector.