#include <RobotAPI/libraries/armem/server/plugins/Plugin.h>
|
mns::dto::RegisterServerResult | registerServer (armarx::Component &parent) |
| Register the parent component in the MNS. More...
|
|
mns::dto::RemoveServerResult | removeServer () |
| Remove the parent component from the MNS. More...
|
|
virtual void | componentPropertiesUpdated (const std::set< std::string > &changedProperties) |
|
| ManagedIceObjectPlugin (ManagedIceObject &parent, std::string pre) |
|
template<class PluginT , class... ParamsT> |
PluginT * | addPlugin (const std::string prefix="", ParamsT &&...params) |
|
template<class PluginT , class... ParamsT> |
void | addPlugin (PluginT *&targ, const std::string prefix="", ParamsT &&...params) |
|
template<class PluginT , class... ParamsT> |
void | addPlugin (std::experimental::observer_ptr< PluginT > &targ, const std::string prefix="", ParamsT &&...params) |
|
void | addPluginDependency (ManagedIceObjectPlugin *dependedOn) |
|
void | addPluginDependency (std::experimental::observer_ptr< ManagedIceObjectPlugin > dependedOn) |
|
std::string | makePropertyName (const std::string &name) |
|
| ManagedIceObjectPlugin (ManagedIceObject &parent, std::string pre) |
|
virtual void | postOnDisconnectComponent () |
|
virtual void | postOnExitComponent () |
|
const std::string & | prefix () const |
|
virtual void | preOnConnectComponent () |
|
virtual void | preOnExitComponent () |
|
Definition at line 23 of file Plugin.h.
◆ Plugin()
◆ ~Plugin()
◆ postCreatePropertyDefinitions()
◆ postOnConnectComponent()
void postOnConnectComponent |
( |
| ) |
|
|
overridevirtual |
◆ postOnInitComponent()
void postOnInitComponent |
( |
| ) |
|
|
overridevirtual |
◆ preOnDisconnectComponent()
void preOnDisconnectComponent |
( |
| ) |
|
|
overridevirtual |
◆ preOnInitComponent()
void preOnInitComponent |
( |
| ) |
|
|
overridevirtual |
◆ registerServer()
Register the parent component in the MNS.
Called before onConnect() if MNS is enabled.
Definition at line 172 of file Plugin.cpp.
◆ removeServer()
mns::dto::RemoveServerResult removeServer |
( |
| ) |
|
|
protected |
Remove the parent component from the MNS.
Called before onDisconnect() if MNS is enabled.
Definition at line 204 of file Plugin.cpp.
◆ setMemoryName()
void setMemoryName |
( |
const std::string & |
memoryName | ) |
|
Set the name of the wm and the ltm.
Definition at line 160 of file Plugin.cpp.
◆ iceAdapter
Helps connecting memory
to ice. Used to handle Ice callbacks.
Definition at line 66 of file Plugin.h.
◆ longtermMemory
A manager class for the ltm. It internally holds a normal wm instance as a cache.
Definition at line 80 of file Plugin.h.
◆ memoryTopic
client::MemoryListenerInterfacePrx memoryTopic |
Available after onConnect().
Definition at line 74 of file Plugin.h.
◆ memoryTopicName
std::string memoryTopicName |
Available at onInit().
Definition at line 72 of file Plugin.h.
◆ workingMemory
The actual memory.
Definition at line 63 of file Plugin.h.
The documentation for this class was generated from the following files:
- RobotAPI/libraries/armem/server/plugins/Plugin.h
- RobotAPI/libraries/armem/server/plugins/Plugin.cpp