#include <defines.h>
Data Fields | |
| char * | name |
| expression * | from_state |
| expression * | to_state |
| fsm_arc * | arc_head |
| fsm_arc * | arc_tail |
| fsm_table * | table |
| bool | exclude |
|
|
Pointer to head of list of expression pairs that describe the valid FSM arcs |
|
|
Pointer to tail of list of expression pairs that describe the valid FSM arcs |
|
|
Set to TRUE if the states/transitions of this table should be excluded as determined by pragmas |
|
|
Pointer to from_state expression |
|
|
User-defined name that this FSM pertains to |
|
|
FSM arc traversal table |
|
|
Pointer to to_state expression |
1.3.4