State Engine

  • Thread starter Thread starter Pete
  • Start date Start date
P

Pete

Please can anyone recommend products that will take a state machine diagram
and generate code for C#?

Its for a comms protocol.

thanks in advance
Pete.
 
Pete said:
Please can anyone recommend products that will take a state machine
diagram and generate code for C#?

Its for a comms protocol.

thanks in advance
Pete.

Hi Pete,

Are you after software that you use to draw the state machine, and then
generate the code; or do you already have the state machine in some
format - and want to generate code from that?
 
Pete said:
Please can anyone recommend products that will take a state machine
diagram and generate code for C#?

Its for a comms protocol.

You might want to use Windows Workflow Foundation which will let you draw
the state machine diagram in Visual Studio with C# (or VB) code behind the
activities.

See http://wf.netfx3.com for more info.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top