kstars
_INumberVectorProperty Struct Reference
#include <indiapi.h>
Detailed Description
Number vector property descriptor.
INumber.format may be any printf-style appropriate for double or style "m" to create sexigesimal using the form "%\<w\>.\<f\>m" where:
<w> is the total field width.
<f> is the width of the fraction. valid values are:
9 -> <w>:mm:ss.ss
8 -> <w>:mm:ss.s
6 -> <w>:mm:ss
5 -> <w>:mm.m
3 -> <w>:mm
examples:
To produce "-123:45", use %7.3m
To produce " 0:01:02", use %9.6m
Definition at line 231 of file indiapi.h.
Public Attributes | |
| char | device [MAXINDIDEVICE] |
| char | name [MAXINDINAME] |
| char | label [MAXINDILABEL] |
| char | group [MAXINDIGROUP] |
| IPerm | p |
| double | timeout |
| IPState | s |
| INumber * | np |
| int | nnp |
| char | timestamp [MAXINDITSTAMP] |
| void * | aux |
Member Data Documentation
| char _INumberVectorProperty::device[MAXINDIDEVICE] |
| char _INumberVectorProperty::name[MAXINDINAME] |
| char _INumberVectorProperty::label[MAXINDILABEL] |
| char _INumberVectorProperty::group[MAXINDIGROUP] |
| char _INumberVectorProperty::timestamp[MAXINDITSTAMP] |
The documentation for this struct was generated from the following file:
KDE 4.0 API Reference