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

Method oaComponents

src/model/AirLoopHVAC.cpp:877–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

875 }
876
877 std::vector<ModelObject> AirLoopHVAC_Impl::oaComponents(openstudio::IddObjectType type) const {
878 if (airLoopHVACOutdoorAirSystem()) {
879 return airLoopHVACOutdoorAirSystem()->components(type);
880 } else {
881 return {};
882 }
883 }
884
885 boost::optional<Node> AirLoopHVAC_Impl::outdoorAirNode() const {
886 if (airLoopHVACOutdoorAirSystem()) {

Callers 15

componentsMethod · 0.95
translateSDDMethod · 0.45
addToNodeMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

componentsMethod · 0.45

Tested by 15

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36