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

#include <smacc_default_events.h>

Inheritance diagram for smacc::default_events::EvActionRejected< TSource, TOrthogonal >:
Inheritance graph
Collaboration diagram for smacc::default_events::EvActionRejected< 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::EvActionRejected< TSource, TOrthogonal >

Definition at line 103 of file smacc_default_events.h.

Member Function Documentation

◆ getDefaultTransitionTag()

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

Definition at line 115 of file smacc_default_events.h.

116 {
117 return demangledTypeName<REJECT>();
118 }

◆ getDefaultTransitionType()

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

Definition at line 120 of file smacc_default_events.h.

121 {
122 return demangledTypeName<REJECT>();
123 }

◆ getEventLabel()

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

Definition at line 107 of file smacc_default_events.h.

108 {
109 // show ros message type
110 std::string label;
111 EventLabel<TSource>(label);
112 return label;
113 }

Member Data Documentation

◆ resultMessage

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

Definition at line 105 of file smacc_default_events.h.


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