SMACC
Loading...
Searching...
No Matches
Static Public Member Functions | Public Attributes | List of all members
smacc::default_events::EvActionAborted< TSource, TOrthogonal > Struct Template Reference

#include <smacc_default_events.h>

Inheritance diagram for smacc::default_events::EvActionAborted< TSource, TOrthogonal >:
Inheritance graph
Collaboration diagram for smacc::default_events::EvActionAborted< TSource, TOrthogonal >:
Collaboration graph

Static Public Member Functions

static std::string getEventLabel ()
 
static std::string getDefaultTransitionTag ()
 
static std::string getDefaultTransitionType ()
 

Public Attributes

TSource::Result resultMessage
 

Detailed Description

template<typename TSource, typename TOrthogonal>
struct smacc::default_events::EvActionAborted< TSource, TOrthogonal >

Definition at line 55 of file smacc_default_events.h.

Member Function Documentation

◆ getDefaultTransitionTag()

template<typename TSource , typename TOrthogonal >
static std::string smacc::default_events::EvActionAborted< TSource, TOrthogonal >::getDefaultTransitionTag ( )
inlinestatic

Definition at line 67 of file smacc_default_events.h.

68 {
69 return demangledTypeName<ABORT>();
70 }

◆ getDefaultTransitionType()

template<typename TSource , typename TOrthogonal >
static std::string smacc::default_events::EvActionAborted< TSource, TOrthogonal >::getDefaultTransitionType ( )
inlinestatic

Definition at line 72 of file smacc_default_events.h.

73 {
74 return demangledTypeName<ABORT>();
75 }

◆ getEventLabel()

template<typename TSource , typename TOrthogonal >
static std::string smacc::default_events::EvActionAborted< TSource, TOrthogonal >::getEventLabel ( )
inlinestatic

Definition at line 59 of file smacc_default_events.h.

60 {
61 // show ros message type
62 std::string label;
63 EventLabel<TSource>(label);
64 return label;
65 }

Member Data Documentation

◆ resultMessage

template<typename TSource , typename TOrthogonal >
TSource::Result smacc::default_events::EvActionAborted< TSource, TOrthogonal >::resultMessage

Definition at line 57 of file smacc_default_events.h.


The documentation for this struct was generated from the following file: