#include <framework.h>
Public Member Functions | |
AAA_StateTableEntry (AAA_State st1, AAA_Event ev, AAA_State st2, AAA_Action< ARG > &ac=AAA_NullAction< ARG >()()) | |
Constructor with specifying state, event, next_event and action. | |
AAA_StateTableEntry (AAA_State st1, AAA_State st2, AAA_Action< ARG > &ac=AAA_NullAction< ARG >()()) | |
Constructor without specifying event (i.e., matching any event). | |
~AAA_StateTableEntry () | |
Destructor. | |
AAA_State | PrevState () |
AAA_Event | Event () |
AAA_State | NextState () |
AAA_Action< ARG > & | Action () |
bool | IsWildcardEvent () |
Protected Attributes | |
AAA_State | prevState |
AAA_Event | event |
AAA_State | nextState |
AAA_Action< ARG > & | action |
bool | isWildcardEvent |