??? 12/05/06 13:15 Read: times |
#128987 - Re: State Machine Generator Responding to: ???'s previous message |
Hi Urs,
Thanks for your comments on my FSM generator. You are right about missing some features but there is a central function for state changes, it's the function ChangeState(uchar newState). I must admit that your code is nicer. I like the logging solution :). Adding Entry and Exit actions requires some more work on the GUI but should indeed be possible. As for your second point, good point! You have good suggestions and if you are willing to implement them, I'm willing to provide you the source code but I do not want to make it open source. Greetings, Dennis. |