Skip to content

twslankard/statemachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple state machine library

Tom Slankard [email protected]

Overview

This is a very simple state machine lib. The goal was to see whether I could implement something very simple with minimal frills, but with the following design goals:

  • Exceptions can be propagated from the thread running the state machine to the main thread.
  • State logic is encapsulated to force reduced coupling between states.
  • Use C++11

About

A very rudimentary state machine in C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published