/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/ |
H A D | Value.interface.yaml | 6 altitude 43 altitude namespace, Unit must be "Meters". For objects in the current 119 - name: Altitude 120 value: altitude
|
/openbmc/openpower-occ-control/ |
H A D | occ_manager.hpp | 57 constexpr auto ALTITUDE_PATH = "/xyz/openbmc_project/sensors/altitude/Altitude"; 141 /** @brief Return the latest ambient and altitude readings 145 * @param[out] altitude - altitude in meters 148 uint16_t& altitude) const; 239 /** @brief Altitude of the system in meters */ 240 uint16_t altitude = 0xFFFF; // default: not available 491 /** @brief Read the altitude from DBus */ 236 uint16_t altitude = 0xFFFF; // default: not available global() member
|
H A D | occ_status.cpp | 262 // Send Ambient and Altitude to the OCC 268 uint16_t altitude = inAltitude; in sendAmbient() local 273 manager.getAmbientData(ambientValid, ambientTemp, altitude); in sendAmbient() 275 "sendAmbient: valid: {VALID}, Ambient: {TEMP}C, altitude: {ALT}m", in sendAmbient() 276 "VALID", ambientValid, "TEMP", ambientTemp, "ALT", altitude); in sendAmbient() 287 cmd.push_back(altitude >> 8); // Altitude in meters (2 bytes) in sendAmbient() 288 cmd.push_back(altitude & 0xFF); // in sendAmbient()
|
H A D | occ_status.hpp | 204 /** @brief Send Ambient & Altitude data to OCC 207 * of current temperature and altitude) 208 * @param[in] altitude - altitude to send (0xFFFF = unavailable) 213 const uint16_t altitude = 0xFFFF);
|
H A D | occ_manager.cpp | 1459 // Read the altitude from DBus 1474 altitude = 0; in readAltitude() 1479 altitude = uint16_t(sensorVal + 0.5); in readAltitude() 1482 sensorVal, "ALT", altitude); in readAltitude() 1490 lg2::debug("Invalid altitude value: {ALT}", "ALT", sensorVal); in readAltitude() 1499 lg2::info("Unable to read Altitude: {ERROR}", "ERROR", e.what()); in readAltitude() 1501 altitude = 0xFFFF; // not available in readAltitude() 1545 if (altitude == 0xFFFF) in ambientCallback() 1547 // No altitude yet, try reading again in ambientCallback() 1551 lg2::debug("ambientCallback: Ambient: {TEMP}C, altitude in ambientCallback() [all...] |
/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor/p10bmc/ |
H A D | virtual_sensor_config.json | 11 "Name": "Altitude", 12 "SensorType": "altitude"
|
/openbmc/openbmc-test-automation/data/ |
H A D | sensor_dbus.json | 9 "/xyz/openbmc_project/sensors/altitude/Altitude",
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | sensor.hpp | 67 Altitude, enumerator 144 {ReadingType::Altitude, "Altitude"},
|
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/ |
H A D | events.json | 91 "name": "altitude", 138 "name": "altitude", 216 // Set a raised fan floor when any temperature or altitude sensor is 256 "name": "altitude", 648 "name": "Set altitude offset parameter", 651 "name": "altitude", 666 // Refresh altitude every 24hrs
|
H A D | groups.json | 133 "name": "altitude", 135 "members": ["/xyz/openbmc_project/sensors/altitude/Altitude"]
|
/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/sensors/phosphor-virtual-sensor/ |
H A D | virtual_sensor_config.json | 105 "Name": "Altitude", 106 "SensorType": "altitude"
|
/openbmc/phosphor-fan-presence/control/json/actions/ |
H A D | mapped_floor.hpp | 45 * "group": "altitude", 80 * of this group - in this case 'altitude'. 123 * "group": "altitude",
|
/openbmc/dbus-sensors/src/ |
H A D | SensorPaths.cpp | 29 return "altitude"; in getPathForUnits()
|
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Sensor/Aggregation/History/ |
H A D | Average.interface.yaml | 19 voltage namespace, Unit must be "Volts". For objects in the altitude
|
H A D | Maximum.interface.yaml | 19 voltage namespace, Unit must be "Volts". For objects in the altitude
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/ |
H A D | HardShutdown.interface.yaml | 8 altitude
|
H A D | Warning.interface.yaml | 7 altitude
|
H A D | SoftShutdown.interface.yaml | 7 altitude
|
H A D | Critical.interface.yaml | 7 altitude
|
H A D | PerformanceLoss.interface.yaml | 7 altitude
|
/openbmc/linux/drivers/iio/chemical/ |
H A D | scd30.h | 36 * Command for altitude compensation was omitted intentionally because
|
/openbmc/bmcweb/scripts/ |
H A D | websocket_test.py | 32 "altitude": "Meters",
|
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/ |
H A D | groups.json | 388 "name": "altitude", 390 "members": ["/xyz/openbmc_project/sensors/altitude/Altitude"]
|
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/ |
H A D | events.json | 303 "name": "altitude", 438 // Set a raised fan floor when any temperature or altitude sensor is 538 "name": "altitude", 1740 "name": "Set altitude offset parameter", 1743 "name": "altitude", 1758 // Refresh altitude every 24hrs
|
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/ |
H A D | events.json | 303 "name": "altitude", 438 // Set a raised fan floor when any temperature or altitude sensor is 538 "name": "altitude", 1740 "name": "Set altitude offset parameter", 1743 "name": "altitude", 1758 // Refresh altitude every 24hrs
|