Instrument Neutral Distributed Interface INDI  2.0.2
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 470 of file indiapi.h.

Member Data Documentation

◆ aux

void* _IBLOBVectorProperty::aux

Helper info

Definition at line 493 of file indiapi.h.

◆ bp

IBLOB* _IBLOBVectorProperty::bp

BLOBs comprising this vector

Definition at line 487 of file indiapi.h.

◆ device

char _IBLOBVectorProperty::device[MAXINDIDEVICE]

Device name

Definition at line 473 of file indiapi.h.

◆ group

char _IBLOBVectorProperty::group[MAXINDIGROUP]

GUI grouping hint

Definition at line 479 of file indiapi.h.

◆ label

char _IBLOBVectorProperty::label[MAXINDILABEL]

Short description

Definition at line 477 of file indiapi.h.

◆ name

char _IBLOBVectorProperty::name[MAXINDINAME]

Property name

Definition at line 475 of file indiapi.h.

◆ nbp

int _IBLOBVectorProperty::nbp

Dimension of bp[]

Definition at line 489 of file indiapi.h.

◆ p

IPerm _IBLOBVectorProperty::p

Client accessibility hint

Definition at line 481 of file indiapi.h.

◆ s

IPState _IBLOBVectorProperty::s

Current property state

Definition at line 485 of file indiapi.h.

◆ timeout

double _IBLOBVectorProperty::timeout

Current max time to change, secs

Definition at line 483 of file indiapi.h.

◆ timestamp

char _IBLOBVectorProperty::timestamp[MAXINDITSTAMP]

ISO 8601 timestamp of this event

Definition at line 491 of file indiapi.h.


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