StatechartListenerProviderSegment Class Reference

#include <RobotAPI/libraries/armem_skills/server/segment/StatechartListenerSegment.h>

+ Inheritance diagram for StatechartListenerProviderSegment:

Public Member Functions

void defineProperties (PropertyDefinitionsPtr defs, const std::string &prefix)
 
void init ()
 
void reportStatechartTransitionWithParameters (const ProfilerStatechartTransitionWithParameters &)
 
void reportStatechartTransitionWithParametersList (const ProfilerStatechartTransitionWithParametersList &)
 
 StatechartListenerProviderSegment (armem::server::MemoryToIceAdapter &iceMemory)
 
- Public Member Functions inherited from SpecializedProviderSegment
wm::ProviderSegmentgetProviderSegment ()
 
const wm::ProviderSegmentgetProviderSegment () const
 
void setAronType (aron::type::ObjectPtr aronType)
 
void setDefaultMaxHistorySize (int64_t maxHistorySize)
 
void setDefaultProviderSegmentName (const std::string &providerSegmentName)
 
void setPredictionEngines (const std::vector< PredictionEngine > &predictionEngines)
 
 SpecializedProviderSegment (MemoryToIceAdapter &iceMemory, const std::string &defaultProviderSegmentName="", const std::string &defaultCoreSegmentName="", aron::type::ObjectPtr providerSegmentAronType=nullptr, aron::type::ObjectPtr coreSegmentAronType=nullptr, int defaultMaxHistorySize=-1, const std::vector< PredictionEngine > &providerSegmentPredictionEngines={}, const std::vector< PredictionEngine > &coreSegmentPredictionEngines={})
 
virtual ~SpecializedProviderSegment () override
 
- Public Member Functions inherited from SegmentBase< server::wm::ProviderSegment >
MemoryIDid ()
 
const MemoryIDid () const
 
 SegmentBase ()=delete
 
 SegmentBase (MemoryToIceAdapter &iceMemory)
 
virtual ~SegmentBase ()=default
 
- Public Member Functions inherited from Logging
SpamFilterDataPtr deactivateSpam (float deactivationDurationSec=10.0f, const std::string &identifier="", bool deactivate=true) const
 disables the logging for the current line for the given amount of seconds. More...
 
MessageTypeT getEffectiveLoggingLevel () const
 
 Logging ()
 
void setLocalMinimumLoggingLevel (MessageTypeT level)
 With setLocalMinimumLoggingLevel the minimum verbosity-level of log-messages can be set. More...
 
void setTag (const LogTag &tag)
 
void setTag (const std::string &tagName)
 
virtual ~Logging ()
 

Additional Inherited Members

- Public Attributes inherited from SpecializedProviderSegment
aron::type::ObjectPtr aronType
 
SpecializedCoreSegment coreSegment
 
std::vector< PredictionEnginepredictionEngines
 
Properties properties
 
- Public Attributes inherited from SegmentBase< server::wm::ProviderSegment >
server::wm::ProviderSegmentsegmentPtr
 
- Protected Member Functions inherited from Logging
bool checkLogLevel (MessageTypeT level) const
 
const LogSenderPtrgetLogSender () const
 Retrieve log sender. More...
 
LogSenderPtr loghelper (const char *file, int line, const char *function) const
 
- Protected Attributes inherited from SegmentBase< server::wm::ProviderSegment >
MemoryToIceAdaptericeMemory
 
- Protected Attributes inherited from Logging
MessageTypeT minimumLoggingLevel
 
SpamFilterDataPtr spamFilter
 
LogTag tag
 

Detailed Description

Definition at line 14 of file StatechartListenerSegment.h.

Constructor & Destructor Documentation

◆ StatechartListenerProviderSegment()

Member Function Documentation

◆ defineProperties()

void defineProperties ( PropertyDefinitionsPtr  defs,
const std::string &  prefix 
)
virtual

Reimplemented from SpecializedProviderSegment.

Definition at line 13 of file StatechartListenerSegment.cpp.

+ Here is the caller graph for this function:

◆ init()

void init ( )
virtual

Reimplemented from SpecializedProviderSegment.

Definition at line 21 of file StatechartListenerSegment.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ reportStatechartTransitionWithParameters()

void reportStatechartTransitionWithParameters ( const ProfilerStatechartTransitionWithParameters &  t)

Definition at line 26 of file StatechartListenerSegment.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ reportStatechartTransitionWithParametersList()

void reportStatechartTransitionWithParametersList ( const ProfilerStatechartTransitionWithParametersList &  transitions)

Definition at line 49 of file StatechartListenerSegment.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: