Returns false by default. This is a virtual method which will be overriden for specific SPMs to return true * if they are allowed on a plantLoop **/
| 57 | * if they are allowed on a plantLoop |
| 58 | **/ |
| 59 | bool SetpointManager_Impl::isAllowedOnPlantLoop() const { |
| 60 | return false; |
| 61 | } |
| 62 | |
| 63 | bool SetpointManager_Impl::addToNode(Node& node) { |
| 64 | if (node.model() != this->model()) { |