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

#include <indiapi.h>

Public Attributes

char name [MAXINDINAME]
 
char label [MAXINDILABEL]
 
char format [MAXINDIFORMAT]
 
double min
 
double max
 
double step
 
double value
 
struct _INumberVectorPropertynvp
 
void * aux0
 
void * aux1
 

Detailed Description

Definition at line 275 of file indiapi.h.

Member Data Documentation

◆ aux0

void* _INumber::aux0

Helper info

Definition at line 294 of file indiapi.h.

◆ aux1

void* _INumber::aux1

Helper info

Definition at line 296 of file indiapi.h.

◆ format

char _INumber::format[MAXINDIFORMAT]

GUI display format, see above

Definition at line 282 of file indiapi.h.

◆ label

char _INumber::label[MAXINDILABEL]

Short description

Definition at line 280 of file indiapi.h.

◆ max

double _INumber::max

Range max, ignored if min == max

Definition at line 286 of file indiapi.h.

◆ min

double _INumber::min

Range min, ignored if min == max

Definition at line 284 of file indiapi.h.

◆ name

char _INumber::name[MAXINDINAME]

Index name

Definition at line 278 of file indiapi.h.

◆ nvp

struct _INumberVectorProperty* _INumber::nvp

Pointer to parent

Definition at line 292 of file indiapi.h.

◆ step

double _INumber::step

Step size, ignored if step == 0

Definition at line 288 of file indiapi.h.

◆ value

double _INumber::value

Current value

Definition at line 290 of file indiapi.h.


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