https://github.com/endurodave/statemachinecompact
A compact C++ finite state machine (FSM) implementation that's easy to use on embedded and PC-based systems.
https://github.com/endurodave/statemachinecompact
Last synced: 7 months ago
JSON representation
A compact C++ finite state machine (FSM) implementation that's easy to use on embedded and PC-based systems.
- Host: GitHub
- URL: https://github.com/endurodave/statemachinecompact
- Owner: endurodave
- License: mit
- Created: 2017-10-28T15:13:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T01:11:17.000Z (over 2 years ago)
- Last Synced: 2023-03-05T18:53:22.246Z (over 2 years ago)
- Language: C++
- Size: 5.86 KB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# State Machine Design in C++
A compact C++ finite state machine (FSM) implementation that's easy to use on embedded and PC-based systems.Originally published on CodeProject at: State Machine Design in C++
Based on original design published in C\C++ Users Journal (Dr. Dobb's) at: State Machine Design in C++
See related full featured state machine Git project here.