| 265 | } |
| 266 | |
| 267 | unsigned AirLoopHVACUnitarySystem_Impl::outletPort() const { |
| 268 | return OS_AirLoopHVAC_UnitarySystemFields::AirOutletNodeName; |
| 269 | } |
| 270 | |
| 271 | std::string AirLoopHVACUnitarySystem_Impl::controlType() const { |
| 272 | boost::optional<std::string> value = getString(OS_AirLoopHVAC_UnitarySystemFields::ControlType, true); |