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