#include <defines.h>
Data Fields | |
| expression * | from_state |
| expression * | to_state |
| fsm_arc * | next |
|
|
Pointer to expression that represents the state we are transferring from |
|
|
Pointer to next fsm_arc in this list |
|
|
Pointer to expression that represents the state we are transferring to |
1.3.4