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

Text vector property descriptor. More...

#include <indiapi.h>

Collaboration diagram for _ITextVectorProperty:
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...
 
IPerm p
 Client accessibility hint. More...
 
double timeout
 Current max time to change, secs. More...
 
IPState s
 Current property state. More...
 
ITexttp
 Texts comprising this vector. More...
 
int ntp
 Dimension of tp[]. More...
 
char timestamp [MAXINDITSTAMP]
 ISO 8601 timestamp of this event. More...
 
void * aux
 Helper info. More...
 

Detailed Description

Text vector property descriptor.

Member Data Documentation

◆ aux

void * _ITextVectorProperty::aux

Helper info.

◆ device

char _ITextVectorProperty::device

Device name.

◆ group

char _ITextVectorProperty::group

GUI grouping hint.

◆ label

char _ITextVectorProperty::label

Short description.

◆ name

char _ITextVectorProperty::name

Property name.

◆ ntp

int _ITextVectorProperty::ntp

Dimension of tp[].

◆ p

IPerm _ITextVectorProperty::p

Client accessibility hint.

◆ s

IPState _ITextVectorProperty::s

Current property state.

◆ timeout

double _ITextVectorProperty::timeout

Current max time to change, secs.

◆ timestamp

char _ITextVectorProperty::timestamp

ISO 8601 timestamp of this event.

◆ tp

IText * _ITextVectorProperty::tp

Texts comprising this vector.


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