|
XF Test Bench 3.3
|
#include <statemachine03.h>


Protected Types | |
| enum | eTimeoutId { Timeout_WAIT_id = 1 } |
| enum | eMainState { STATE_UNKOWN = 0 , STATE_INITIAL = 1 , STATE_WAIT = 2 , STATE_SEND_RESTART = 3 } |
Protected Member Functions | |
| XFEventStatus | processEvent () override |
Protected Attributes | |
| eMainState | currentState_ |
| Attribute indicating currently active state. | |
Implements a state machine sending itself an evRestart event, to drive the state machine further.
Following you will find the state machine implemented by StateMachine03:
|
protected |
|
protected |
|
overrideprotected |
Implements state machine behavior.