Home
last modified time | relevance | path

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

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