32#include <RobotAPI/gui-plugins/GuiHealthClient/ui_GuiHealthClientWidget.h>
33#include <RobotAPI/interface/components/RobotHealthInterface.h>
88 return "GuiHealthClient";
94 return QIcon(
"://icons/heart.svg");
100 void onInitComponent()
override;
105 void onConnectComponent()
override;
107 void onDisconnectComponent()
override;
111 void onConnectComponentQt();
112 void onDisconnectComponentQt();
113 void healthTimerClb();
114 void updateSummaryTimerClb();
126 Ui::GuiHealthClientWidget widget;
128 RobotHealthInterfacePrx robotHealthTopicPrx;
129 RobotHealthComponentInterfacePrx robotHealthComponentPrx;
130 QTimer* updateSummaryTimer;
#define ARMARXCOMPONENT_IMPORT_EXPORT
This file offers overloads of toIce() and fromIce() functions for STL container types.