The Yakindu Statechart Tools (http://www.statecharts.org) support specification and development of reactive, event driven systems based on the concept of statecharts (aka state machines). State machines are well understood and formal enough to describe behavior unambiguously. The Statechart Tools
... [More] support editing, validating, simulating state machines and generating code from state machines.
The simulation of a state machine is integrated into the state machine diagram editor and provides visual highlighting of the active state and the current transition. Additionally, the user can interact with the simulation by sending triggers to or by changing variable values within the simulator to drive the state machine.
SCT provide code generators for C, C++ and Java as target languages. [Less]
StateCore is an generic finite state machine (FSM), based on the state pattern and written in C++.
StateCore was created with the idea to helping the developers. This was created under the LGPL license. This means that it is completely free to use for commercial and non commercial applications.
... [More]
Features:
* Interface and Implementation class
* Small and fast inline methods
* Global, Current and Previous states
* Enter, Execute and Exit events
* Based on the state pattern
* Easy-to-use
Project Homepage:
ceStateCore.sourceforge.net
CorEngine's Blog: (Spanish blog)
CorEngine.wordpress.com [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy