Searched defs:SensorPlugData (Results 1 – 1 of 1) sorted by relevance
61 struct SensorPlugData { struct62 int32_t deviceId = -1; /**< Device ID */63 int32_t sensorTypeId = -1; /**< Sensor type ID */64 int32_t sensorId = -1; /**< Sensor ID */65 int32_t location = -1; /**< Is the device a local device or an external device */66 std::string deviceName = ""; /**< Device name */67 int32_t status = -1; /**< Device on or out status */68 int32_t reserved = -1; /**< Reserved */69 int64_t timestamp = -1; /**< Time when sensor plug data was reported */