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

Light vector property descriptor. More...

#include <indiapi.h>

Public Attributes

char device [MAXINDIDEVICE]
char name [MAXINDINAME]
char label [MAXINDILABEL]
char group [MAXINDIGROUP]
IPState s
ILightlp
int nlp
char timestamp [MAXINDITSTAMP]
void * aux

Detailed Description

Light vector property descriptor.

Definition at line 314 of file indiapi.h.

Member Data Documentation

void* _ILightVectorProperty::aux

handy place to hang helper info

Definition at line 332 of file indiapi.h.

char _ILightVectorProperty::device[MAXINDIDEVICE]

device name

Definition at line 316 of file indiapi.h.

char _ILightVectorProperty::group[MAXINDIGROUP]

GUI grouping hint

Definition at line 322 of file indiapi.h.

char _ILightVectorProperty::label[MAXINDILABEL]

short description

Definition at line 320 of file indiapi.h.

ILight* _ILightVectorProperty::lp

lights comprising this vector

Definition at line 326 of file indiapi.h.

char _ILightVectorProperty::name[MAXINDINAME]

property name

Definition at line 318 of file indiapi.h.

int _ILightVectorProperty::nlp

dimension of lp[]

Definition at line 328 of file indiapi.h.

IPState _ILightVectorProperty::s

current property state

Definition at line 324 of file indiapi.h.

char _ILightVectorProperty::timestamp[MAXINDITSTAMP]

ISO 8601 timestamp of this event

Definition at line 330 of file indiapi.h.


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