[ANN] A new approach to state machines
From: Andreas Huber (ah2003_at_gmx.net)
Date: 03/22/04
- Next message: Costin Cozianu: "Re: dynamic type checking - a pauline conversion?"
- Previous message: Joe \: "Re: dynamic type checking - a pauline conversion?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 21 Mar 2004 19:21:39 -0500
boost::fsm is a C++ library for finite state machines. Features include:
- Straightforward transformation from UML state chart to executable C++ code
and vice versa (no code generator required)
- Comprehensive UML semantics support
- Full type-safety
- Generic design allowing for the customization of memory management, error
handling and threading
Code, examples and documentation can be found here:
http://boost-sandbox.sf.net/fsm.zip
The documentation can also be browsed online:
http://boost-sandbox.sf.net/libs/fsm
boost::fsm is not yet part of the boost library (http://www.boost.org). A
formal review request will be made depending on the feedback to this
announcement.
Comments, questions, etc. are most welcome.
Andreas Huber
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
- Next message: Costin Cozianu: "Re: dynamic type checking - a pauline conversion?"
- Previous message: Joe \: "Re: dynamic type checking - a pauline conversion?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|