Instrument Neutral Distributed Interface INDI  2.0.2
Public Attributes | List of all members
_ILight Struct Reference

#include <indiapi.h>

Public Attributes

char name [MAXINDINAME]
 
char label [MAXINDILABEL]
 
IPState s
 
struct _ILightVectorPropertylvp
 
void * aux
 

Detailed Description

Definition at line 398 of file indiapi.h.

Member Data Documentation

◆ aux

void* _ILight::aux

Helper info

Definition at line 409 of file indiapi.h.

◆ label

char _ILight::label[MAXINDILABEL]

Light labels

Definition at line 403 of file indiapi.h.

◆ lvp

struct _ILightVectorProperty* _ILight::lvp

Pointer to parent

Definition at line 407 of file indiapi.h.

◆ name

char _ILight::name[MAXINDINAME]

Index name

Definition at line 401 of file indiapi.h.

◆ s

IPState _ILight::s

Light state

Definition at line 405 of file indiapi.h.


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