27#include <RobotAPI/components/AronComponentConfigExample/aron/ComponentConfig.aron.generated.h>
68 aron_component_config_plugin_{
nullptr};
69 std::mutex write_mutex;
AronComponentConfigExamplePropertyDefinitions(std::string prefix)
void onInitComponent() override
AronComponentConfigExample()
void onDisconnectComponent() override
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onConnectComponent() override
void onExitComponent() override
std::string getDefaultName() const override
Retrieve default name of component.
Default component property definition container.
Baseclass for all ArmarX ManagedIceObjects requiring properties.
IceUtil::Handle< PeriodicTask< T > > pointer_type
Shared pointer type for convenience.
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.