Searched defs:Sensor_Info (Results 1 – 4 of 4) 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 */30 float precision = 0.0; /**< Sensor accuracy */31 float power = 0.0; /**< Sensor power */32 int64_t minSamplePeriod = -1; /**< Minimum sample period allowed, in ns */[all …]
193 typedef struct Sensor_Info Sensor_Info; typedef
120 ### Sensor_Info subsection