Instrument Neutral Distributed Interface INDI  0.9.6
Public Attributes | List of all members
_IBLOBVectorProperty Struct Reference

BLOB (Binary Large Object) vector property descriptor. More...

#include <indiapi.h>

Public Attributes

char device [MAXINDIDEVICE]
char name [MAXINDINAME]
char label [MAXINDILABEL]
char group [MAXINDIGROUP]
IPerm p
double timeout
IPState s
IBLOBbp
int nbp
char timestamp [MAXINDITSTAMP]
void * aux

Detailed Description

BLOB (Binary Large Object) vector property descriptor.

Definition at line 361 of file indiapi.h.

Member Data Documentation

void* _IBLOBVectorProperty::aux

handy place to hang helper info

Definition at line 383 of file indiapi.h.

IBLOB* _IBLOBVectorProperty::bp

BLOBs comprising this vector

Definition at line 377 of file indiapi.h.

char _IBLOBVectorProperty::device[MAXINDIDEVICE]

device name

Definition at line 363 of file indiapi.h.

char _IBLOBVectorProperty::group[MAXINDIGROUP]

GUI grouping hint

Definition at line 369 of file indiapi.h.

char _IBLOBVectorProperty::label[MAXINDILABEL]

short description

Definition at line 367 of file indiapi.h.

char _IBLOBVectorProperty::name[MAXINDINAME]

property name

Definition at line 365 of file indiapi.h.

int _IBLOBVectorProperty::nbp

dimension of bp[]

Definition at line 379 of file indiapi.h.

IPerm _IBLOBVectorProperty::p

client accessibility hint

Definition at line 371 of file indiapi.h.

IPState _IBLOBVectorProperty::s

current property state

Definition at line 375 of file indiapi.h.

double _IBLOBVectorProperty::timeout

current max time to change, secs

Definition at line 373 of file indiapi.h.

char _IBLOBVectorProperty::timestamp[MAXINDITSTAMP]

ISO 8601 timestamp of this event

Definition at line 381 of file indiapi.h.


The documentation for this struct was generated from the following file: