| 180 | SetpointManager::SetpointManager(std::shared_ptr<detail::SetpointManager_Impl> impl) : HVACComponent(std::move(impl)) {} |
| 181 | |
| 182 | boost::optional<Node> SetpointManager::setpointNode() const { |
| 183 | return getImpl<detail::SetpointManager_Impl>()->setpointNode(); |
| 184 | } |
| 185 | |
| 186 | std::string SetpointManager::controlVariable() const { |
| 187 | return getImpl<detail::SetpointManager_Impl>()->controlVariable(); |