Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 649 Bytes

File metadata and controls

8 lines (5 loc) · 649 Bytes

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.