#include <string>
#include <Ice/PropertiesF.h>
#include <ArmarXCore/core/Component.h>
Go to the source code of this file.
◆ ARMARX_DECOUPLED_REGISTER_COMPONENT
| #define ARMARX_DECOUPLED_REGISTER_COMPONENT |
( |
| ComponentT | ) |
|
Value:
#define ARMARX_REGISTER_COMPONENT_EXECUTABLE(ComponentT, applicationName)
Definition at line 34 of file Decoupled.h.
◆ ARMARX_REGISTER_COMPONENT_EXECUTABLE
| #define ARMARX_REGISTER_COMPONENT_EXECUTABLE |
( |
| ComponentT, |
|
|
| applicationName ) |
Value: const static bool global_register_##Component = \
::armarx::Decoupled::registerComponent<ComponentT>(applicationName)
Definition at line 29 of file Decoupled.h.