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

Text vector property descriptor. More...

#include <indiapi.h>

Public Attributes

char device [MAXINDIDEVICE]
 
char name [MAXINDINAME]
 
char label [MAXINDILABEL]
 
char group [MAXINDIGROUP]
 
IPerm p
 
double timeout
 
IPState s
 
ITexttp
 
int ntp
 
char timestamp [MAXINDITSTAMP]
 
void * aux
 

Detailed Description

Text vector property descriptor.

Definition at line 245 of file indiapi.h.

Member Data Documentation

◆ aux

void* _ITextVectorProperty::aux

Helper info

Definition at line 268 of file indiapi.h.

◆ device

char _ITextVectorProperty::device[MAXINDIDEVICE]

Device name

Definition at line 248 of file indiapi.h.

◆ group

char _ITextVectorProperty::group[MAXINDIGROUP]

GUI grouping hint

Definition at line 254 of file indiapi.h.

◆ label

char _ITextVectorProperty::label[MAXINDILABEL]

Short description

Definition at line 252 of file indiapi.h.

◆ name

char _ITextVectorProperty::name[MAXINDINAME]

Property name

Definition at line 250 of file indiapi.h.

◆ ntp

int _ITextVectorProperty::ntp

Dimension of tp[]

Definition at line 264 of file indiapi.h.

◆ p

IPerm _ITextVectorProperty::p

Client accessibility hint

Definition at line 256 of file indiapi.h.

◆ s

IPState _ITextVectorProperty::s

Current property state

Definition at line 260 of file indiapi.h.

◆ timeout

double _ITextVectorProperty::timeout

Current max time to change, secs

Definition at line 258 of file indiapi.h.

◆ timestamp

char _ITextVectorProperty::timestamp[MAXINDITSTAMP]

ISO 8601 timestamp of this event

Definition at line 266 of file indiapi.h.

◆ tp

IText* _ITextVectorProperty::tp

Texts comprising this vector

Definition at line 262 of file indiapi.h.


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