| 305 | } |
| 306 | |
| 307 | void PumpConstantSpeed_Impl::resetRotationalSpeed() { |
| 308 | bool result = setString(OS_Pump_ConstantSpeedFields::RotationalSpeed, ""); |
| 309 | OS_ASSERT(result); |
| 310 | } |
| 311 | |
| 312 | bool PumpConstantSpeed_Impl::setZone(const boost::optional<ThermalZone>& thermalZone) { |
| 313 | bool result(false); |