Skip to content

honzikschenk/StateManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StateManager

A library for managing various states (a state machine).

Description

StateManager is a library that provides easy and efficient management of different states for various applications (ex: robotics). It allows you to add, remove, and configurate various states and manage how they transition between each other. A more common name for this is a state machine.

How to run

Run the following command in the terminal to compile and run the test program: g++ -std=c++11 -o StateManagerTest Test.cpp StateManager.cpp && ./StateManagerTest

About

C++ state machine manager library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages