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

#include <indiapi.h>

Public Attributes

char name [MAXINDINAME]
 
char label [MAXINDILABEL]
 
char * text
 
struct _ITextVectorPropertytvp
 
void * aux0
 
void * aux1
 

Detailed Description

Definition at line 225 of file indiapi.h.

Member Data Documentation

◆ aux0

void* _IText::aux0

Helper info

Definition at line 236 of file indiapi.h.

◆ aux1

void* _IText::aux1

Helper info

Definition at line 238 of file indiapi.h.

◆ label

char _IText::label[MAXINDILABEL]

Short description

Definition at line 230 of file indiapi.h.

◆ name

char _IText::name[MAXINDINAME]

Index name

Definition at line 228 of file indiapi.h.

◆ text

char* _IText::text

Allocated text string

Definition at line 232 of file indiapi.h.

◆ tvp

struct _ITextVectorProperty* _IText::tvp

Pointer to parent

Definition at line 234 of file indiapi.h.


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