#include <TecellaAmp.h>
Data Fields | |
wchar_t | label [32] |
wchar_t | units [32] |
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[32] |
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[32] |
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().