OpenRTM-aist 2.0.2
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

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

◆ myParam1

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

◆ myParam2

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

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