INET Framework for OMNeT++/OMNEST
inet::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 > Class Template Reference

#include <Macho.h>

Inheritance diagram for inet::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >:
inet::Macho::IEvent< TOP >

Public Member Functions

 _Event6 (Signature handler, const typename DR< P1 >::T &p1, const typename DR< P2 >::T &p2, const typename DR< P3 >::T &p3, const typename DR< P4 >::T &p4, const typename DR< P5 >::T &p5, const typename DR< P6 >::T &p6)
 

Protected Member Functions

void dispatch (_StateInstance &instance)
 

Protected Attributes

Signature myHandler
 
DR< P1 >::T myParam1
 
DR< P2 >::T myParam2
 
DR< P3 >::T myParam3
 
DR< P4 >::T myParam4
 
DR< P5 >::T myParam5
 
DR< P6 >::T myParam6
 

Private Types

typedef R(TOP::* Signature) (P1, P2, P3, P4, P5, P6)
 

Member Typedef Documentation

◆ Signature

template<class TOP , class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
typedef R(TOP::* inet::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >::Signature) (P1, P2, P3, P4, P5, P6)
private

Constructor & Destructor Documentation

◆ _Event6()

template<class TOP , class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
inet::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >::_Event6 ( Signature  handler,
const typename DR< P1 >::T p1,
const typename DR< P2 >::T p2,
const typename DR< P3 >::T p3,
const typename DR< P4 >::T p4,
const typename DR< P5 >::T p5,
const typename DR< P6 >::T p6 
)
inline
964  : myHandler(handler)
965  , myParam1(p1)
966  , myParam2(p2)
967  , myParam3(p3)
968  , myParam4(p4)
969  , myParam5(p5)
970  , myParam6(p6)
971  {}

Member Function Documentation

◆ dispatch()

template<class TOP , class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
void inet::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >::dispatch ( _StateInstance instance)
inlineprotected
975  {
976  TOP& behaviour = static_cast<TOP&>(instance.specification());
978  }

Member Data Documentation

◆ myHandler

template<class TOP , class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
Signature inet::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >::myHandler
protected

◆ myParam1

template<class TOP , class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
DR<P1>::T inet::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >::myParam1
protected

◆ myParam2

template<class TOP , class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
DR<P2>::T inet::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >::myParam2
protected

◆ myParam3

template<class TOP , class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
DR<P3>::T inet::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >::myParam3
protected

◆ myParam4

template<class TOP , class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
DR<P4>::T inet::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >::myParam4
protected

◆ myParam5

template<class TOP , class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
DR<P5>::T inet::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >::myParam5
protected

◆ myParam6

template<class TOP , class R , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
DR<P6>::T inet::Macho::_Event6< TOP, R, P1, P2, P3, P4, P5, P6 >::myParam6
protected

The documentation for this class was generated from the following file:
inet::Macho::_Event6::myParam5
DR< P5 >::T myParam5
Definition: Macho.h:985
inet::Macho::_Event6::myParam2
DR< P2 >::T myParam2
Definition: Macho.h:982
inet::Macho::_Event6::myHandler
Signature myHandler
Definition: Macho.h:980
inet::Macho::_Event6::myParam1
DR< P1 >::T myParam1
Definition: Macho.h:981
inet::Macho::_Event6::myParam3
DR< P3 >::T myParam3
Definition: Macho.h:983
inet::Macho::_Event6::myParam6
DR< P6 >::T myParam6
Definition: Macho.h:986
inet::Macho::_Event6::myParam4
DR< P4 >::T myParam4
Definition: Macho.h:984