SMACC2
Loading...
Searching...
No Matches
smacc2::default_events::EvActionCancelled< TSource, TOrthogonal > Struct Template Reference

#include <smacc_default_events.hpp>

Inheritance diagram for smacc2::default_events::EvActionCancelled< TSource, TOrthogonal >:
Inheritance graph
Collaboration diagram for smacc2::default_events::EvActionCancelled< TSource, TOrthogonal >:
Collaboration graph

Static Public Member Functions

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

Public Attributes

TSource::WrappedResult resultMessage
 

Detailed Description

template<typename TSource, typename TOrthogonal>
struct smacc2::default_events::EvActionCancelled< TSource, TOrthogonal >

Definition at line 87 of file smacc_default_events.hpp.

Member Function Documentation

◆ getDefaultTransitionTag()

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

Definition at line 99 of file smacc_default_events.hpp.

99{ return demangledTypeName<CANCEL>(); }
std::string demangledTypeName()

References smacc2::introspection::demangledTypeName().

Here is the call graph for this function:

◆ getDefaultTransitionType()

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

Definition at line 101 of file smacc_default_events.hpp.

101{ return demangledTypeName<CANCEL>(); }

References smacc2::introspection::demangledTypeName().

Here is the call graph for this function:

◆ getEventLabel()

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

Definition at line 91 of file smacc_default_events.hpp.

92 {
93 // show ros message type
94 std::string label;
96 return label;
97 }
std::enable_if< HasEventLabel< T >::value, void >::type EventLabel(std::string &label)

References smacc2::introspection::EventLabel().

Here is the call graph for this function:

Member Data Documentation

◆ resultMessage

template<typename TSource , typename TOrthogonal >
TSource::WrappedResult smacc2::default_events::EvActionCancelled< TSource, TOrthogonal >::resultMessage

Definition at line 89 of file smacc_default_events.hpp.


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