| 68 | } |
| 69 | |
| 70 | boost::optional<double> ExternalInterfaceActuator_Impl::optionalInitialValue() const { |
| 71 | return getDouble(OS_ExternalInterface_ActuatorFields::OptionalInitialValue, true); |
| 72 | } |
| 73 | |
| 74 | bool ExternalInterfaceActuator_Impl::setActuatedComponentUnique(const ModelObject& modelObject) { |
| 75 | bool result = setPointer(OS_ExternalInterface_ActuatorFields::ActuatedComponentUniqueName, modelObject.handle()); |
no outgoing calls