28#include <ArmarXCore/interface/components/SimpleStatechartExecutorInterface.h>
30#include <ArmarXGui/interface/RemoteGuiInterface.h>
81 SimpleStatechartExecutorInterfacePrx _statechartExecutor;
83 void setupRemoteGuiWidget();
84 RemoteGuiInterfacePrx _remoteGuiPrx;
Default component property definition container.
Baseclass for all ArmarX ManagedIceObjects requiring properties.
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
IceUtil::Handle< RunningTask< T > > pointer_type
Shared pointer type for convenience.
StatechartExecutorExamplePropertyDefinitions(std::string prefix)
Brief description of class StatechartExecutorExample.
virtual void onInitComponent() override
virtual void onDisconnectComponent() override
virtual armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
virtual void onConnectComponent() override
virtual void onExitComponent() override
virtual std::string getDefaultName() const override
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.