|
Brief description of class RobotAPIComponentPlugins. More...
#include <RobotAPI/libraries/RobotAPIComponentPlugins/DebugDrawerHelperComponentPlugin.h>
Public Member Functions | |
DebugDrawerHelperComponentPlugin (ManagedIceObject &parent, std::string pre) | |
DebugDrawerHelper & | getDebugDrawerHelper () |
const DebugDrawerHelper & | getDebugDrawerHelper () const |
std::unique_lock< std::recursive_mutex > | getDebugDrawerHelperLock () const |
VirtualRobot::RobotPtr | getDebugDrawerHelperRobot () const |
std::string | getDebugDrawerLayerName () const |
const DebugDrawerInterfacePrx & | getDebugDrawerTopic () const |
void | setClearLayersOnDisconnect (bool b) |
bool | synchronizeDebugDrawerHelperRobot () const |
bool | synchronizeDebugDrawerHelperRobot (const RobotStateConfig &state) const |
bool | synchronizeDebugDrawerHelperRobot (Ice::Long timestamp) const |
Public Member Functions inherited from ManagedIceObjectPlugin | |
ManagedIceObject & | parent () |
template<class T > | |
T & | parent () |
const ManagedIceObject & | parent () const |
template<class T > | |
const T & | parent () const |
template<class T > | |
bool | parentDerives () const |
virtual | ~ManagedIceObjectPlugin ()=default |
Protected Member Functions | |
void | postCreatePropertyDefinitions (PropertyDefinitionsPtr &properties) override |
void | postOnDisconnectComponent () override |
void | preOnConnectComponent () override |
void | preOnInitComponent () override |
Protected Member Functions inherited from ComponentPlugin | |
virtual void | componentPropertiesUpdated (const std::set< std::string > &changedProperties) |
ManagedIceObjectPlugin (ManagedIceObject &parent, std::string pre) | |
Protected Member Functions inherited from ManagedIceObjectPlugin | |
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 | postOnExitComponent () |
virtual void | postOnInitComponent () |
const std::string & | prefix () const |
virtual void | preOnDisconnectComponent () |
virtual void | preOnExitComponent () |
Brief description of class RobotAPIComponentPlugins.
Detailed description of class RobotAPIComponentPlugins.
Definition at line 40 of file DebugDrawerHelperComponentPlugin.h.
DebugDrawerHelperComponentPlugin | ( | ManagedIceObject & | parent, |
std::string | pre | ||
) |
Definition at line 31 of file DebugDrawerHelperComponentPlugin.cpp.
DebugDrawerHelper& getDebugDrawerHelper | ( | ) |
DebugDrawerHelper & getDebugDrawerHelper | ( | ) | const |
Definition at line 40 of file DebugDrawerHelperComponentPlugin.cpp.
std::unique_lock< std::recursive_mutex > getDebugDrawerHelperLock | ( | ) | const |
Definition at line 60 of file DebugDrawerHelperComponentPlugin.cpp.
VirtualRobot::RobotPtr getDebugDrawerHelperRobot | ( | ) | const |
Definition at line 139 of file DebugDrawerHelperComponentPlugin.cpp.
std::string getDebugDrawerLayerName | ( | ) | const |
Definition at line 66 of file DebugDrawerHelperComponentPlugin.cpp.
const DebugDrawerInterfacePrx & getDebugDrawerTopic | ( | ) | const |
Definition at line 54 of file DebugDrawerHelperComponentPlugin.cpp.
|
overrideprotectedvirtual |
Reimplemented from ComponentPlugin.
Definition at line 127 of file DebugDrawerHelperComponentPlugin.cpp.
|
overrideprotectedvirtual |
Reimplemented from ManagedIceObjectPlugin.
Definition at line 111 of file DebugDrawerHelperComponentPlugin.cpp.
|
overrideprotectedvirtual |
Reimplemented from ManagedIceObjectPlugin.
Definition at line 85 of file DebugDrawerHelperComponentPlugin.cpp.
|
overrideprotectedvirtual |
Reimplemented from ManagedIceObjectPlugin.
Definition at line 76 of file DebugDrawerHelperComponentPlugin.cpp.
void setClearLayersOnDisconnect | ( | bool | b | ) |
Definition at line 169 of file DebugDrawerHelperComponentPlugin.cpp.
bool synchronizeDebugDrawerHelperRobot | ( | ) | const |
Definition at line 145 of file DebugDrawerHelperComponentPlugin.cpp.
bool synchronizeDebugDrawerHelperRobot | ( | const RobotStateConfig & | state | ) | const |
Definition at line 161 of file DebugDrawerHelperComponentPlugin.cpp.
bool synchronizeDebugDrawerHelperRobot | ( | Ice::Long | timestamp | ) | const |
Definition at line 153 of file DebugDrawerHelperComponentPlugin.cpp.