OpenRTM-aist 2.1.0
Loading...
Searching...
No Matches
Macho::_Event3< TOP, R, P1, P2, P3 > Class Template Reference

#include <Macho.h>

Inheritance diagram for Macho::_Event3< TOP, R, P1, P2, P3 >:
Collaboration diagram for Macho::_Event3< TOP, R, P1, P2, P3 >:

Public Member Functions

 _Event3 (Signature handler, const P1 &p1, const P2 &p2, const P3 &p3)

Protected Member Functions

void dispatch (_StateInstance &instance)
Protected Member Functions inherited from Macho::_IEventBase
virtual ~_IEventBase ()=default

Protected Attributes

Signature myHandler
P1 myParam1
P2 myParam2
P3 myParam3

Constructor & Destructor Documentation

◆ _Event3()

template<class TOP, class R, class P1, class P2, class P3>
Macho::_Event3< TOP, R, P1, P2, P3 >::_Event3 ( Signature handler,
const P1 & p1,
const P2 & p2,
const P3 & p3 )
inline

References myHandler, myParam1, myParam2, and myParam3.

Member Function Documentation

◆ dispatch()

template<class TOP, class R, class P1, class P2, class P3>
void Macho::_Event3< TOP, R, P1, P2, P3 >::dispatch ( _StateInstance & instance)
inlineprotectedvirtual

Member Data Documentation

◆ myHandler

template<class TOP, class R, class P1, class P2, class P3>
Signature Macho::_Event3< TOP, R, P1, P2, P3 >::myHandler
protected

Referenced by _Event3(), and dispatch().

◆ myParam1

template<class TOP, class R, class P1, class P2, class P3>
P1 Macho::_Event3< TOP, R, P1, P2, P3 >::myParam1
protected

Referenced by _Event3(), and dispatch().

◆ myParam2

template<class TOP, class R, class P1, class P2, class P3>
P2 Macho::_Event3< TOP, R, P1, P2, P3 >::myParam2
protected

Referenced by _Event3(), and dispatch().

◆ myParam3

template<class TOP, class R, class P1, class P2, class P3>
P3 Macho::_Event3< TOP, R, P1, P2, P3 >::myParam3
protected

Referenced by _Event3(), and dispatch().


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