#include <armarx/control/client/ComponentPlugin.h>
|
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 | postOnConnectComponent () |
|
virtual void | postOnDisconnectComponent () |
|
virtual void | postOnExitComponent () |
|
virtual void | postOnInitComponent () |
|
const std::string & | prefix () const |
|
virtual void | preOnDisconnectComponent () |
|
virtual void | preOnExitComponent () |
|
Definition at line 69 of file ComponentPlugin.h.
◆ ComponentPlugin()
◆ ~ComponentPlugin()
◆ configMemoryReader()
memory::config::Reader& configMemoryReader |
( |
| ) |
|
|
inline |
◆ configMemoryWriter()
memory::config::Writer& configMemoryWriter |
( |
| ) |
|
|
inline |
◆ createControllerBuilder() [1/2]
auto createControllerBuilder |
( |
| ) |
|
|
inline |
◆ createControllerBuilder() [2/2]
auto createControllerBuilder |
( |
Args... |
args | ) |
|
|
inline |
◆ getArmemPlugin()
◆ getRobotUnitPlugin()
◆ postCreatePropertyDefinitions()
◆ preOnConnectComponent()
void preOnConnectComponent |
( |
| ) |
|
|
overridevirtual |
◆ preOnInitComponent()
void preOnInitComponent |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: