An RDM sensor definition.
This contains all the information found in SENSOR_DEFINITION.
Data Fields | |
| const char * | description |
| Pointer to the sensor description. | |
| int16_t | range_maximum_value |
| The max value of the sensor. | |
| int16_t | range_minimum_value |
| The min value of the sensor. | |
| int16_t | normal_maximum_value |
| The max normal range of the sensor. | |
| int16_t | normal_minimum_value |
| The min normal range of the sensor. | |
| uint8_t | recorded_value_support |
| Recorded support bitfield (see E1.20) | |
| RDMSensorType | type |
| The sensor type. | |
| RDMUnit | unit |
| The units for the sensor values. | |
| RDMPrefix | prefix |
| The prefix for the sensor values. | |