| 413 | } |
| 414 | |
| 415 | bool HeatPumpAirToWater_Impl::setControlType(const std::string& controlType) { |
| 416 | const bool result = setString(OS_HeatPump_AirToWaterFields::ControlType, controlType); |
| 417 | return result; |
| 418 | } |
| 419 | |
| 420 | bool HeatPumpAirToWater_Impl::setCrankcaseHeaterCapacity(double crankcaseHeaterCapacity) { |
| 421 | const bool result = setDouble(OS_HeatPump_AirToWaterFields::CrankcaseHeaterCapacity, crankcaseHeaterCapacity); |
no outgoing calls