News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Feature: Finite State Machines -> Code Generation

Started by lancent, May 24, 2004, 10:36:16 PM

Previous topic - Next topic

lancent

It would be fine to have a tool that allows to specify some states e.g. in a dialog or something to build finite state machines quickly in a tabular fashion.
So lets say i input: 2 states, 2 events & directions
It should produce automatic code like:

switch() {

state 1

etc.

or

it would be even better to get a choice between 2 possible implementational ways .. the state machine could even be implemented as a simple table lookup.


Best wishes,

lancent.