Measurement output. More...
#include <skin_driver.h>
Public Attributes | |
| bool | bMeasAvailable |
| This flag is true if a valid measurement is available. | |
| uint8_t | dyn_thres_cv |
| Value of dynamic threshold. | |
| uint64_t | sensor_data [skinc_def::max_sensor_number] |
| Buffer to store sensor data. | |
| uint8_t | status |
| Status of skin (Go/NoGo - Bit0, Err/NoErr - Bit1). | |
Measurement output.
Definition at line 81 of file skin_driver.h.
This flag is true if a valid measurement is available.
Definition at line 83 of file skin_driver.h.
| uint8_t SKINMEAS::dyn_thres_cv |
Value of dynamic threshold.
Definition at line 87 of file skin_driver.h.
Buffer to store sensor data.
Definition at line 85 of file skin_driver.h.
| uint8_t SKINMEAS::status |
Status of skin (Go/NoGo - Bit0, Err/NoErr - Bit1).
Definition at line 89 of file skin_driver.h.