TwiceAsNice
2019-02-18
|
BLOB (Binary Large Object) 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... | |
IBLOB * | bp |
BLOBs comprising this vector. More... | |
int | nbp |
Dimension of bp[]. More... | |
char | timestamp [MAXINDITSTAMP] |
ISO 8601 timestamp of this event. More... | |
void * | aux |
Helper info. More... | |
BLOB (Binary Large Object) vector property descriptor.
void * _IBLOBVectorProperty::aux |
Helper info.
IBLOB * _IBLOBVectorProperty::bp |
BLOBs comprising this vector.
char _IBLOBVectorProperty::device |
Device name.
char _IBLOBVectorProperty::group |
GUI grouping hint.
char _IBLOBVectorProperty::label |
Short description.
char _IBLOBVectorProperty::name |
Property name.
int _IBLOBVectorProperty::nbp |
Dimension of bp[].
IPState _IBLOBVectorProperty::s |
Current property state.
double _IBLOBVectorProperty::timeout |
Current max time to change, secs.
char _IBLOBVectorProperty::timestamp |
ISO 8601 timestamp of this event.