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

Switch vector property descriptor. More...

#include <indiapi.h>

Public Attributes

char device [MAXINDIDEVICE]
 
char name [MAXINDINAME]
 
char label [MAXINDILABEL]
 
char group [MAXINDIGROUP]
 
IPerm p
 
ISRule r
 
double timeout
 
IPState s
 
ISwitchsp
 
int nsp
 
char timestamp [MAXINDITSTAMP]
 
void * aux
 

Detailed Description

Switch vector property descriptor.

Definition at line 366 of file indiapi.h.

Member Data Documentation

◆ aux

void* _ISwitchVectorProperty::aux

Helper info

Definition at line 391 of file indiapi.h.

◆ device

char _ISwitchVectorProperty::device[MAXINDIDEVICE]

Device name

Definition at line 369 of file indiapi.h.

◆ group

char _ISwitchVectorProperty::group[MAXINDIGROUP]

GUI grouping hint

Definition at line 375 of file indiapi.h.

◆ label

char _ISwitchVectorProperty::label[MAXINDILABEL]

Short description

Definition at line 373 of file indiapi.h.

◆ name

char _ISwitchVectorProperty::name[MAXINDINAME]

Property name

Definition at line 371 of file indiapi.h.

◆ nsp

int _ISwitchVectorProperty::nsp

Dimension of sp[]

Definition at line 387 of file indiapi.h.

◆ p

IPerm _ISwitchVectorProperty::p

Client accessibility hint

Definition at line 377 of file indiapi.h.

◆ r

ISRule _ISwitchVectorProperty::r

Switch behavior hint

Definition at line 379 of file indiapi.h.

◆ s

IPState _ISwitchVectorProperty::s

Current property state

Definition at line 383 of file indiapi.h.

◆ sp

ISwitch* _ISwitchVectorProperty::sp

Switches comprising this vector

Definition at line 385 of file indiapi.h.

◆ timeout

double _ISwitchVectorProperty::timeout

Current max time to change, secs

Definition at line 381 of file indiapi.h.

◆ timestamp

char _ISwitchVectorProperty::timestamp[MAXINDITSTAMP]

ISO 8601 timestamp of this event

Definition at line 389 of file indiapi.h.


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