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.cpp1234 utils::PropertyValue altitudeProperty{}; in readAltitude() local
1237 altitudeProperty = utils::getProperty(ALTITUDE_PATH, ALTITUDE_INTERFACE, in readAltitude()
1239 auto sensorVal = std::get<double>(altitudeProperty); in readAltitude()