Searched defs:QemuSensorsProtocolState (Results 1 – 1 of 1) sorted by relevance
81 struct QemuSensorsProtocolState { struct82 int64_t timeBiasNs = -500000000;83 int32_t sensorsUpdateIntervalMs = 200;85 static constexpr float kSensorNoValue = -1e+30;88 float lastAmbientTemperatureValue = kSensorNoValue;89 float lastProximityValue = kSensorNoValue;90 float lastLightValue = kSensorNoValue;91 float lastRelativeHumidityValue = kSensorNoValue;92 float lastHingeAngle0Value = kSensorNoValue;93 float lastHingeAngle1Value = kSensorNoValue;[all …]