TwiceAsNice  2019-02-18
Public Attributes | List of all members
_ILightVectorProperty Struct Reference

Light vector property descriptor. More...

#include <indiapi.h>

Collaboration diagram for _ILightVectorProperty:
Collaboration graph

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...
 
IPState s
 Current property state. More...
 
ILightlp
 Lights comprising this vector. More...
 
int nlp
 Dimension of lp[]. More...
 
char timestamp [MAXINDITSTAMP]
 ISO 8601 timestamp of this event. More...
 
void * aux
 Helper info. More...
 

Detailed Description

Light vector property descriptor.

Member Data Documentation

◆ aux

void * _ILightVectorProperty::aux

Helper info.

◆ device

char _ILightVectorProperty::device

Device name.

◆ group

char _ILightVectorProperty::group

GUI grouping hint.

◆ label

char _ILightVectorProperty::label

Short description.

◆ lp

ILight * _ILightVectorProperty::lp

Lights comprising this vector.

◆ name

char _ILightVectorProperty::name

Property name.

◆ nlp

int _ILightVectorProperty::nlp

Dimension of lp[].

◆ s

IPState _ILightVectorProperty::s

Current property state.

◆ timestamp

char _ILightVectorProperty::timestamp

ISO 8601 timestamp of this event.


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