| 635 | } |
| 636 | |
| 637 | void RefrigerationSystem_Impl::resetRefrigerationCondenser() { |
| 638 | bool result = setString(OS_Refrigeration_SystemFields::RefrigerationCondenserName, ""); |
| 639 | OS_ASSERT(result); |
| 640 | } |
| 641 | |
| 642 | bool RefrigerationSystem_Impl::setCompressorList(const ModelObjectList& modelObjectList) { |
| 643 | bool result = setPointer(OS_Refrigeration_SystemFields::CompressorListName, modelObjectList.handle()); |
no outgoing calls
no test coverage detected