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

#include <smacc_default_events.h>

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

Static Public Member Functions

static std::string getEventLabel ()
 

Public Attributes

TSource::TMessageType msgData
 

Detailed Description

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

Definition at line 176 of file smacc_default_events.h.

Member Function Documentation

◆ getEventLabel()

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

Definition at line 178 of file smacc_default_events.h.

179 {
180 auto typeinfo = TypeInfo::getTypeInfoFromType<typename TSource::TMessageType>();
181
182 std::string label = typeinfo->getNonTemplatedTypeName();
183 return label;
184 }

Member Data Documentation

◆ msgData

template<typename TSource , typename TOrthogonal >
TSource::TMessageType smacc::default_events::EvTopicMessage< TSource, TOrthogonal >::msgData

Definition at line 186 of file smacc_default_events.h.


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