Structure to hold info about the sensitivity settings of one sensor patch.
More...
#include <dsa.h>
Structure to hold info about the sensitivity settings of one sensor patch.
Definition at line 204 of file dsa.h.
◆ adj_flags
UInt8 cDSA::sSensitivityInfo::adj_flags |
Bit vector indicating the sensitivity adjustment options:
- D7...2 reserved
- D1 1: user can change the sensitivity 0: sensitivity cannot be changed by the user
Definition at line 207 of file dsa.h.
◆ cur_sens
float cDSA::sSensitivityInfo::cur_sens |
Currently set sensitivity value. Floating point value. 0 is minimum sensitivity, 1.0 is maximum sensitivity.
Definition at line 211 of file dsa.h.
◆ error_code
UInt16 cDSA::sSensitivityInfo::error_code |
0000h, if successful, otherwise error code
Definition at line 206 of file dsa.h.
◆ fact_sens
float cDSA::sSensitivityInfo::fact_sens |
Sensitivity value that is used, if a factory restore command is issued. Floating point value. 0 is minimum sensitivity, 1.0 is maximum sensitivity.
Definition at line 213 of file dsa.h.
The documentation for this struct was generated from the following file: