30#include <ArmarXCore/interface/components/JsonStorageInterface.h>
44 void storeJsonValue(
const JsonStoreValue& value,
const Ice::Current&)
override;
45 JsonRetrieveValue
retrieveValue(
const std::string& key,
const Ice::Current&)
override;
49 std::map<std::string, JsonRetrieveValue>
data;
Baseclass for all ArmarX ManagedIceObjects requiring properties.
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.
void onInitComponent() override
Pure virtual hook for the subclass.
void onDisconnectComponent() override
Hook for subclass.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onConnectComponent() override
Pure virtual hook for the subclass.
void storeJsonValue(const JsonStoreValue &value, const Ice::Current &) override
JsonRetrieveValue retrieveValue(const std::string &key, const Ice::Current &) override
std::map< std::string, JsonRetrieveValue > data
void onExitComponent() override
Hook for subclass.
std::string getDefaultName() const override
Retrieve default name of component.