Home
last modified time | relevance | path

Searched defs:ReadReturn (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-pid-control/
H A Dinterfaces.hpp11 struct ReadReturn struct
13 double value = std::numeric_limits<double>::quiet_NaN();
14 std::chrono::high_resolution_clock::time_point updated;
15 double unscaled = value;
17 bool operator==(const ReadReturn& rhs) const in operator ==()