Searched defs:Sensor_Info (Results 1 – 2 of 2) sorted by relevance
22 struct Sensor_Info { struct23 char sensorName[NAME_MAX_LEN]; /**< Sensor name */24 char vendorName[NAME_MAX_LEN]; /**< Sensor vendor */25 char firmwareVersion[VERSION_MAX_LEN]; /**< Sensor firmware version */26 char hardwareVersion[VERSION_MAX_LEN]; /**< Sensor hardware version */27 int32_t sensorTypeId = -1; /**< Sensor type ID */28 int32_t sensorId = -1; /**< Sensor ID */29 float maxRange = 0.0; /**< Maximum measurement range of the sensor */30 float precision = 0.0; /**< Sensor accuracy */31 float power = 0.0; /**< Sensor power */[all …]
193 typedef struct Sensor_Info Sensor_Info; typedef