|
#include <experimental/memory>
#include <ArmarXCore/core/ComponentPlugin.h>
#include <ArmarXCore/core/ManagedIceObject.h>
#include <ArmarXGui/libraries/ArmarXGuiComponentPlugins/RemoteGuiComponentPlugin.h>
#include <RobotAPI/libraries/aron/core/codegeneration/cpp/AronGeneratedClass.h>
#include <RobotAPI/libraries/aron/core/data/visitor/RecursiveVisitor.h>
#include "PropertyDefinitionVisitors.h"
#include "RemoteGui.h"
Go to the source code of this file.
Classes | |
class | AronComponentConfigPlugin< AronStructT > |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::plugins | |
This file is part of ArmarX. | |
Variables | |
template<typename T > | |
concept | isAronGenerated = std::is_base_of<armarx::aron::cpp::AronGeneratedClass, T>::value |