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

Method setWalkinDefrostCycleParameters

src/model/RefrigerationWalkIn.cpp:736–738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734 }
735
736 bool RefrigerationWalkIn_Impl::setWalkinDefrostCycleParameters(const RefrigerationDefrostCycleParameters& walkinDefrostCycleParameters) {
737 return setPointer(OS_Refrigeration_WalkInFields::WalkInDefrostCycleParametersName, walkinDefrostCycleParameters.handle());
738 }
739
740 bool RefrigerationWalkIn_Impl::setDurationofDefrostCycle(boost::optional<int> durationofDefrostCycle) {
741 return this->walkinDefrostCycleParameters().getImpl<RefrigerationDefrostCycleParameters_Impl>()->setDurationofDefrostCycle(

Callers 1

cloneMethod · 0.80

Calls 1

handleMethod · 0.45

Tested by

no test coverage detected