Home
last modified time | relevance | path

Searched full:altitude (Results 1 – 25 of 65) sorted by relevance

123

/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor/p10bmc/
H A Dvirtual_sensor_config.json11 "Name": "Altitude",
12 "SensorType": "altitude"
/openbmc/openbmc-test-automation/data/
H A Dsensor_dbus.json9 "/xyz/openbmc_project/sensors/altitude/Altitude",
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/
H A DValue.interface.yaml6 altitude
47 altitude namespace, Unit must be "Meters". For objects in the current
128 - name: Altitude
129 value: altitude
/openbmc/openpower-occ-control/
H A Docc_manager.hpp49 constexpr auto ALTITUDE_PATH = "/xyz/openbmc_project/sensors/altitude/Altitude";
121 /** @brief Return the latest ambient and altitude readings
125 * @param[out] altitude - altitude in meters
128 uint16_t& altitude) const;
226 /** @brief Altitude of the system in meters */
227 uint16_t altitude = 0xFFFF; // default: not available member
461 /** @brief Read the altitude from DBus */
H A Docc_status.cpp248 // Send Ambient and Altitude to the OCC
254 uint16_t altitude = inAltitude; in sendAmbient() local
259 manager.getAmbientData(ambientValid, ambientTemp, altitude); in sendAmbient()
261 "sendAmbient: valid: {VALID}, Ambient: {TEMP}C, altitude: {ALT}m", in sendAmbient()
262 "VALID", ambientValid, "TEMP", ambientTemp, "ALT", altitude); in sendAmbient()
273 cmd.push_back(altitude >> 8); // Altitude in meters (2 bytes) in sendAmbient()
274 cmd.push_back(altitude & 0xFF); // in sendAmbient()
H A Docc_status.hpp175 /** @brief Send Ambient & Altitude data to OCC
178 * of current temperature and altitude)
179 * @param[in] altitude - altitude to send (0xFFFF = unavailable)
184 const uint16_t altitude = 0xFFFF);
H A Docc_manager.cpp1390 // Read the altitude from DBus
1405 altitude = 0; in readAltitude()
1410 altitude = uint16_t(sensorVal + 0.5); in readAltitude()
1413 sensorVal, "ALT", altitude); in readAltitude()
1421 lg2::debug("Invalid altitude value: {ALT}", "ALT", sensorVal); in readAltitude()
1430 lg2::info("Unable to read Altitude: {ERROR}", "ERROR", e.what()); in readAltitude()
1432 altitude = 0xFFFF; // not available in readAltitude()
1476 if (altitude == 0xFFFF) in ambientCallback()
1478 // No altitude yet, try reading again in ambientCallback()
1482 lg2::debug("ambientCallback: Ambient: {TEMP}C, altitude: {ALT}m", in ambientCallback()
[all …]
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dsensor.hpp67 Altitude, enumerator
151 {ReadingType::Altitude, "Altitude"},
/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/sensors/phosphor-virtual-sensor/
H A Dvirtual_sensor_config.json105 "Name": "Altitude",
106 "SensorType": "altitude"
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/
H A Devents.json91 "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 Dgroups.json133 "name": "altitude",
135 "members": ["/xyz/openbmc_project/sensors/altitude/Altitude"]
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin/
H A D0002-parsers-Generalise-input-to-array-of-gchar.patch28 xml_altitude *altitude;
43 altitude = (xml_altitude *)
47 if (altitude) {
48 alt = string_to_double(altitude->altitude, -9999);
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Balcones/
H A Dgroups.json206 "name": "altitude",
208 "members": ["/xyz/openbmc_project/sensors/altitude/Altitude"]
H A Devents.json96 "name": "altitude",
148 "name": "altitude",
226 // Set a raised fan floor when any temperature or altitude sensor is
286 "name": "altitude",
1004 "name": "Set altitude offset parameter",
1007 "name": "altitude",
1022 // Refresh altitude every 24hrs
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dmapped_floor.hpp45 * "group": "altitude",
80 * of this group - in this case 'altitude'.
123 * "group": "altitude",
/openbmc/dbus-sensors/src/
H A DSensorPaths.cpp29 return "altitude"; in getPathForUnits()
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Sensor/Aggregation/History/
H A DAverage.interface.yaml19 voltage namespace, Unit must be "Volts". For objects in the altitude
H A DMaximum.interface.yaml19 voltage namespace, Unit must be "Volts". For objects in the altitude
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/
H A DSoftShutdown.interface.yaml7 altitude
H A DPerformanceLoss.interface.yaml7 altitude
H A DHardShutdown.interface.yaml8 altitude
H A DWarning.interface.yaml7 altitude
H A DCritical.interface.yaml7 altitude
/openbmc/bmcweb/scripts/
H A Dwebsocket_test.py32 "altitude": "Meters",
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/
H A Dgroups.json388 "name": "altitude",
390 "members": ["/xyz/openbmc_project/sensors/altitude/Altitude"]

123