struct xpum_sensor_reading_t
Overview
#include <xpum_structs.h> struct xpum_sensor_reading_t { // fields int amcIndex; double value; double sensorLow; double sensorHigh; char sensorName[XPUM_MAX_STR_LENGTH]; char sensorUnit[XPUM_MAX_STR_LENGTH]; };
Detailed Documentation
Fields
int amcIndex
Device index.
double value
Sensor reading value.
double sensorLow
Sensor low bound.
double sensorHigh
Sensor high bound.
char sensorName[XPUM_MAX_STR_LENGTH]
Sensor name.
char sensorUnit[XPUM_MAX_STR_LENGTH]
Sensor reading unit.