#include <fsa.H>
Inheritance diagram for Interactor< T, EVENT, STATE >:
Public Types | |
typedef CallMeth_t< T, EVENT > | _callb |
typedef GuardMeth_t< T, EVENT > | _guard |
Public Member Functions | |
virtual | ~Interactor () |
_callb * | Cb (TYPENAME _callb::_method m) |
_callb * | Cb (TYPENAME _callb::_method m, State_t< EVENT > *s) |
_guard * | Gd (const EVENT &e, TYPENAME _guard::_method m) |
STATE * | entry () |
const STATE * | entry () const |
Protected Attributes | |
STATE | _entry |
Definition at line 384 of file fsa.H.
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 402 of file fsa.H. Referenced by BaseJOTapp::cam_switch(), and BaseJOTapp::init_cam_manip(). |
|
|
|
Definition at line 407 of file fsa.H. Referenced by Interactor< KeyMenu, Event, State >::entry(). |