Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

fsm_table_s Struct Reference

#include <defines.h>


Detailed Description

Stores information for an FSM table (including states and state transitions).


Data Fields

fsuppl suppl
unsigned int id
vector ** fr_states
unsigned int num_fr_states
vector ** to_states
unsigned int num_to_states
fsm_table_arc ** arcs
unsigned int num_arcs


Field Documentation

fsm_table_arc** fsm_table_s::arcs
 

List of FSM state transitions

vector** fsm_table_s::fr_states
 

List of FSM from state vectors that are valid for this FSM (VTYPE_VAL)

unsigned int fsm_table_s::id
 

Starting exclusion ID of arc list

unsigned int fsm_table_s::num_arcs
 

Contains the number of arcs stored in this table

unsigned int fsm_table_s::num_fr_states
 

Contains the number of from states stored in this table

unsigned int fsm_table_s::num_to_states
 

Contains the number of to states stored in this table

fsuppl fsm_table_s::suppl
 

Supplemental field for FSM table

vector** fsm_table_s::to_states
 

List of FSM to state vectors that are valid for this FSM (VTYPE_VAL)


The documentation for this struct was generated from the following file:
Generated on Wed Jun 17 22:19:25 2009 for Covered by doxygen 1.3.4