Simple Finite State Machine Interface.
More...
#include <state_chart.h>
|
typedef int | state_id_t |
|
typedef int | event_id_t |
|
|
virtual void | start (const bool on_entry_initial=true)=0 |
|
virtual void | process_event (const event_id_t event_id)=0 |
|
state_id_t | get_state_id () const |
|
|
| istate_chart (state_id_t current_state_id_) |
|
Simple Finite State Machine Interface.
◆ get_state_id()
state_id_t etl::istate_chart::get_state_id |
( |
| ) |
const |
|
inline |
Gets the current state id.
- Returns
- The current state id.
The documentation for this class was generated from the following file: