| 77 | } |
| 78 | |
| 79 | bool ExternalInterfaceActuator_Impl::setActuatedComponentType(const std::string& actuatedComponentType) { |
| 80 | bool result = setString(OS_ExternalInterface_ActuatorFields::ActuatedComponentType, actuatedComponentType); |
| 81 | return result; |
| 82 | } |
| 83 | |
| 84 | bool ExternalInterfaceActuator_Impl::setActuatedComponentControlType(const std::string& actuatedComponentControlType) { |
| 85 | bool result = setString(OS_ExternalInterface_ActuatorFields::ActuatedComponentControlType, actuatedComponentControlType); |