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

Method setUsageType

src/utilities/bcl/BCLFileReference.cpp:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void BCLFileReference::setUsageType(const std::string& usageType) {
119 m_usageType = usageType;
120}
121
122void BCLFileReference::writeValues(pugi::xml_node& element) const {
123 if (m_usageType == "script" && !m_softwareProgram.empty() && !m_softwareProgramVersion.empty()) {

Callers 5

BCLMeasureMethod · 0.80
checkForUpdatesFilesMethod · 0.80
BCLXMLMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64