Searched refs:stepwiseInfo (Results 1 – 5 of 5) sorted by relevance
118 p.at("samplePeriod").get_to(c.stepwiseInfo.ts); in from_json()119 p.at("isCeiling").get_to(c.stepwiseInfo.isCeiling); in from_json()123 c.stepwiseInfo.reading[i] = in from_json()125 c.stepwiseInfo.output[i] = std::numeric_limits<double>::quiet_NaN(); in from_json()137 r.at(std::to_string(i)).get_to(c.stepwiseInfo.reading[i]); in from_json()151 o.at(std::to_string(i)).get_to(c.stepwiseInfo.output[i]); in from_json()156 c.stepwiseInfo.positiveHysteresis = positiveHysteresisValue; in from_json()157 c.stepwiseInfo.negativeHysteresis = negativeHysteresisValue; in from_json()
126 zone.get(), name, splitNames(inputs), info.stepwiseInfo); in buildZones()
61 ec::StepwiseInfo stepwiseInfo; member
1205 info.stepwiseInfo.ts = 1.0; // currently unused in init()1206 info.stepwiseInfo.positiveHysteresis = 0.0; in init()1207 info.stepwiseInfo.negativeHysteresis = 0.0; in init()1210 info.stepwiseInfo.isCeiling = (subtype == "Ceiling"); in init()1215 info.stepwiseInfo.positiveHysteresis = std::visit( in init()1220 info.stepwiseInfo.negativeHysteresis = std::visit( in init()1235 info.stepwiseInfo.reading); in init()1238 info.stepwiseInfo.reading[readings.size()] = in init()1249 info.stepwiseInfo.output); in init()1252 info.stepwiseInfo.output[outputs.size()] = in init()
276 EXPECT_DOUBLE_EQ(pidConfig[1]["temp1"].stepwiseInfo.positiveHysteresis, in TEST()