22 May
2007
22 May
'07
7:55 p.m.
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.