Home
last modified time | relevance | path

Searched refs:altitudeProperty (Results 1 – 1 of 1) sorted by relevance

/openbmc/openpower-occ-control/
H A Docc_manager.cpp1464 utils::PropertyValue altitudeProperty{}; in readAltitude() local
1467 altitudeProperty = utils::getProperty(ALTITUDE_PATH, ALTITUDE_INTERFACE, in readAltitude()
1469 auto sensorVal = std::get<double>(altitudeProperty); in readAltitude()