Hello, I have a question to the boost statechart library. I work on a Project which has the ambition to execute statecharts which a user has designed. Is it possible to implement this with the help of the boost statechart library or are there any restrictions concerning the boost statechart library to do this? I not mean to design statecharts but to simulate them. I think I can implement executable statecharts by representing the statechart- model as a graph, wich gives me the information how to build the statechart objects in the correct order and howto attach the transactions. Thank you for your help in advance and best regards, Niklas _______________________________________________________________ SMS schreiben mit WEB.DE FreeMail - einfach, schnell und kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192
Hi Niklas
I work on a Project which has the ambition to execute statecharts which a user has designed.
This is difficult with Boost.Statechart. Boost.Statechart was designed to build FSMs whose layout (states, event, transitions, etc.) is fixed at compile time.
Is it possible to implement this with the help of the boost statechart library or are there any restrictions concerning the boost statechart library to do this? I not mean to design statecharts but to simulate them.
See above, with Statechart you'd need to generate C++ code, compile and run it from your application. HTH, -- Andreas Huber When replying by private email, please remove the words spam and trap from the address shown in the header.
participants (2)
-
Andreas Huber
-
NFarnsworthļ¼ web.de