4#include <VirtualRobot/VirtualRobot.h>
8#include <ArmarXCore/interface/observers/ObserverInterface.h>
15#include <RobotAPI/interface/armem/mns/MemoryNameSystemInterface.h>
16#include <RobotAPI/interface/armem/server/MemoryInterface.h>
65 virtualRobotWriterPlugin =
nullptr;
69 float updateFrequency{10.F};
Baseclass for all ArmarX ManagedIceObjects requiring properties.
IceUtil::Handle< PeriodicTask< T > > pointer_type
Shared pointer type for convenience.
A component plugin offering client-side access to a reader or writer and manages the lifecycle,...
void onInitComponent() override
Pure virtual hook for the subclass.
void onDisconnectComponent() override
Hook for subclass.
VirtualRobotWriterExample()
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onConnectComponent() override
Pure virtual hook for the subclass.
void onExitComponent() override
Hook for subclass.
std::string getDefaultName() const override
std::shared_ptr< class Robot > RobotPtr
plugins::ListeningPluginUser ComponentPluginUser
armarx::core::time::DateTime Time
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.