#include <TecellaAmp.h>
Data Fields | |
| wchar_t | label [TECELLA_REG_PROPS_LABEL_SIZE] |
| wchar_t | units [TECELLA_REG_PROPS_UNITS_SIZE] |
| bool | supported |
| bool | can_be_disabled |
| double | v_min |
| double | v_max |
| double | v_lsb |
| unsigned int | v_divisions |
| double | v_default |
| double | pct_lsb |
Indicates if you can disable this register.
| wchar_t tecella_reg_props::label[TECELLA_REG_PROPS_LABEL_SIZE] |
Label that should be used for this register in a GUI.
| double tecella_reg_props::pct_lsb |
Indicates the precision of the double value when represented in percent.
Indicates if the register is supported by the device.
| wchar_t tecella_reg_props::units[TECELLA_REG_PROPS_UNITS_SIZE] |
Units used when represented as a double.
| double tecella_reg_props::v_default |
Default value upon initialization.
| unsigned int tecella_reg_props::v_divisions |
The number of valid values in the range [v_min,v_max]
| double tecella_reg_props::v_lsb |
Indicates the precision of the double value.
| double tecella_reg_props::v_max |
Maximum value for when calling tecella_chan_set().
| double tecella_reg_props::v_min |
Minimum value for when calling tecella_chan_set().
1.5.8