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

#include <Macho.h>

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

Public Member Functions

 _Event2 (Signature handler, const P1 &p1, const P2 &p2)

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

Constructor & Destructor Documentation

◆ _Event2()

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

References myHandler, myParam1, and myParam2.

Member Function Documentation

◆ dispatch()

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

Member Data Documentation

◆ myHandler

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

Referenced by _Event2(), and dispatch().

◆ myParam1

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

Referenced by _Event2(), and dispatch().

◆ myParam2

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

Referenced by _Event2(), and dispatch().


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