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

#include <smacc_default_events.h>

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

Definition at line 161 of file smacc_default_events.h.

Member Function Documentation

◆ getEventLabel()

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

Definition at line 164 of file smacc_default_events.h.

165 {
166 auto typeinfo = TypeInfo::getTypeInfoFromType<typename TSource::TMessageType>();
167
168 std::string label = typeinfo->getNonTemplatedTypeName();
169 return label;
170 }

Member Data Documentation

◆ msgData

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

Definition at line 172 of file smacc_default_events.h.


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