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

Method resetOptionalInitialValue

src/model/ExternalInterfaceActuator.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 void ExternalInterfaceActuator_Impl::resetOptionalInitialValue() {
96 bool result = setString(OS_ExternalInterface_ActuatorFields::OptionalInitialValue, "");
97 OS_ASSERT(result);
98 }
99
100 bool ExternalInterfaceActuator_Impl::exportToBCVTB() const {
101 boost::optional<std::string> value = getString(OS_ExternalInterface_ActuatorFields::ExportToBCVTB, true);

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64