Go to the documentation of this file.
27 #include <ArmarXCore/interface/components/JsonStorageInterface.h>
37 ,
virtual armarx::JsonStorageInterface
47 JsonRetrieveValue
retrieveValue(
const std::string& key,
const Ice::Current&)
override;
51 std::map<std::string, JsonRetrieveValue>
data;
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
Creates the property definition container.
void onInitComponent() override
Pure virtual hook for the subclass.
void storeJsonValue(const JsonStoreValue &value, const Ice::Current &) override
std::shared_ptr< Value > value()
std::string getDefaultName() const override
Retrieve default name of component.
JsonRetrieveValue retrieveValue(const std::string &key, const Ice::Current &) override
Baseclass for all ArmarX ManagedIceObjects requiring properties.
void onDisconnectComponent() override
Hook for subclass.
std::map< std::string, JsonRetrieveValue > data
void onExitComponent() override
Hook for subclass.
void onConnectComponent() override
Pure virtual hook for the subclass.
This file offers overloads of toIce() and fromIce() functions for STL container types.