Go to the documentation of this file.
6 #include <RobotAPI/interface/skills/StatechartListenerInterface.h>
13 using ComponentPlugin::ComponentPlugin;
28 virtual public dti::StatechartListenerInterface
34 void reportEvent(
const ProfilerEvent&,
const Ice::Current&)
override {}
42 void reportEventList(
const ProfilerEventList& events,
const Ice::Current&)
override {}
void reportEventList(const ProfilerEventList &events, const Ice::Current &) override
void reportProcessCpuUsage(const ProfilerProcessCpuUsage &, const Ice::Current &) override
void reportStatechartOutputParameters(const ProfilerStatechartParameters &, const Ice::Current &) override
void reportProcessMemoryUsageList(const ProfilerProcessMemoryUsageList &, const Ice::Current &) override
void reportNetworkTraffic(const std::string &, const std::string &, Ice::Int, Ice::Int, const Ice::Current &) override
void reportProcessMemoryUsage(const ProfilerProcessMemoryUsage &, const Ice::Current &) override
This file is part of ArmarX.
void reportStatechartTransitionList(const ProfilerStatechartTransitionList &, const Ice::Current &) override
StatechartListenerComponentPluginUser()
void reportStatechartOutputParametersList(const ProfilerStatechartParametersList &, const Ice::Current &) override
void preOnConnectComponent() override
void reportStatechartTransition(const ProfilerStatechartTransition &event, const Ice::Current &) override
void reportStatechartInputParametersList(const ProfilerStatechartParametersList &data, const Ice::Current &) override
The ManagedIceObject is the base class for all ArmarX objects.
void postCreatePropertyDefinitions(PropertyDefinitionsPtr &properties) override
void reportStatechartLocalParametersList(const ProfilerStatechartParametersList &, const Ice::Current &) override
void reportEvent(const ProfilerEvent &, const Ice::Current &) override
void reportProcessCpuUsageList(const ProfilerProcessCpuUsageList &, const Ice::Current &) override
void preOnInitComponent() override
This file offers overloads of toIce() and fromIce() functions for STL container types.
void reportStatechartInputParameters(const ProfilerStatechartParameters &event, const Ice::Current &) override
void reportStatechartLocalParameters(const ProfilerStatechartParameters &event, const Ice::Current &) override