An open API service indexing awesome lists of open source software.

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.

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.