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

Member Data Documentation

◆ aux

void* _ILightVectorProperty::aux

Helper info

Definition at line 435 of file indiapi.h.

◆ device

char _ILightVectorProperty::device[MAXINDIDEVICE]

Device name

Definition at line 419 of file indiapi.h.

◆ group

char _ILightVectorProperty::group[MAXINDIGROUP]

GUI grouping hint

Definition at line 425 of file indiapi.h.

◆ label

char _ILightVectorProperty::label[MAXINDILABEL]

Short description

Definition at line 423 of file indiapi.h.

◆ lp

ILight* _ILightVectorProperty::lp

Lights comprising this vector

Definition at line 429 of file indiapi.h.

◆ name

char _ILightVectorProperty::name[MAXINDINAME]

Property name

Definition at line 421 of file indiapi.h.

◆ nlp

int _ILightVectorProperty::nlp

Dimension of lp[]

Definition at line 431 of file indiapi.h.

◆ s

IPState _ILightVectorProperty::s

Current property state

Definition at line 427 of file indiapi.h.

◆ timestamp

char _ILightVectorProperty::timestamp[MAXINDITSTAMP]

ISO 8601 timestamp of this event

Definition at line 433 of file indiapi.h.


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