Link to home
Start Free TrialLog in
Avatar of Zzoni
Zzoni

asked on

Boost Statechart Examples

Can anyone point me to other than the tutorial information on Boost statecharts? Like more examples that solve other types of problems, or exercise some of the many capabilities that statecharts offer.

For example, in the boost statechart tutorial, they define events as
struct sc::event my_event : sc::event< my_event > {}  (relying on memory here -- may not be exact).
How do I add functions to the event struct? They all have {} after the declaration. Can these be "filled out" with other methods?
ASKER CERTIFIED SOLUTION
Avatar of Infinity08
Infinity08
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial