| 73 | } |
| 74 | |
| 75 | boost::optional<double> PumpConstantSpeed_Impl::ratedFlowRate() const { |
| 76 | return getDouble(OS_Pump_ConstantSpeedFields::RatedFlowRate, true); |
| 77 | } |
| 78 | |
| 79 | bool PumpConstantSpeed_Impl::isRatedFlowRateAutosized() const { |
| 80 | bool result = false; |
no outgoing calls