MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / isAllowedOnPlantLoop

Method isAllowedOnPlantLoop

src/model/SetpointManager.cpp:59–61  ·  view source on GitHub ↗

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 **/

Source from the content-addressed store, hash-verified

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()) {

Callers 1

addToNodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected