Navigation Menu

Skip to content

didenko/FSM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright( c ) 2014, Vlad Didenko
All rights reserved.

This project as a whole and each piece of it individually
are licensed for use and redistribution under the conditions
stated in the included LICENSE file, also known as
"The BSD 3-Clause License" as described at
http ://opensource.org/licenses/BSD-3-Clause.

Finite State Machine

This is an FSM template written in C++11 using MS Visual Studio C++ 2013. It has an example implementation an a couple tests in the test subdirectory. Tests are specific to Visual Studio framework, bit example implementation is not - should build in any environment.

To load the code in Visual Studio, double click on the fsm.sln file. The project has only Debug | x64 configuration. Before running tests, make sure that X64 architecture is selected at the menu TEST > Test Settings > Default Processor Architecture > X64. Then you can build and run tests (Ctrl+R, A key sequence).

Please, comment in the repository at https://github.com/didenko/FSM with code quality concerns.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages