Searched defs:HdfSensorInformationVdi (Results 1 – 1 of 1) sorted by relevance
29 struct HdfSensorInformationVdi { struct30 std::string sensorName;31 std::string vendorName;32 std::string firmwareVersion;33 std::string hardwareVersion;34 int32_t sensorTypeId;35 int32_t sensorId;59 virtual int32_t GetAllSensorInfo(std::vector<HdfSensorInformationVdi>& info) = 0; argument