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

#include <smacc_default_events.hpp>

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

Static Public Member Functions

static std::string getEventLabel ()
 

Public Attributes

TMessageType msgData
 

Detailed Description

template<typename TSource, typename TOrthogonal, typename TMessageType = typename TSource::TMessageType>
struct smacc2::default_events::EvTopicInitialMessage< TSource, TOrthogonal, TMessageType >

Definition at line 138 of file smacc_default_events.hpp.

Member Function Documentation

◆ getEventLabel()

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

Definition at line 141 of file smacc_default_events.hpp.

142 {
143 auto typeinfo = TypeInfo::getTypeInfoFromType<TMessageType>();
144
145 std::string label = typeinfo->getNonTemplatedTypeName();
146 return label;
147 }

Member Data Documentation

◆ msgData

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

Definition at line 149 of file smacc_default_events.hpp.


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