8#include <ArmarXCore/interface/core/Profiler.h>
27 const ProfilerStatechartTransitionWithParametersList&);
30 std::string getStatechartName(std::string stateName);
36 std::string statechartCoreSegmentName =
"Statechart";
37 std::string statechartTransitionsProviderSegmentName =
"Transitions";
38 std::string statechartTransitionsTopicName =
"StateReportingTopic";
Helps connecting a Memory server to the Ice interface.
A base class for provider segments.
MemoryToIceAdapter & iceMemory
void reportStatechartTransitionWithParameters(const ProfilerStatechartTransitionWithParameters &)
StatechartListenerProviderSegment(armem::server::MemoryToIceAdapter &iceMemory)
void reportStatechartTransitionWithParametersList(const ProfilerStatechartTransitionWithParametersList &)
void defineProperties(PropertyDefinitionsPtr defs, const std::string &prefix)
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.