Skip to content
/ hfsm Public

Hierarchical Finite State Machine implementation by C

License

Notifications You must be signed in to change notification settings

t-kenji/hfsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Hierarchical Finite State Machine (HFSM) implementation {#mainpage}

Introduction

We verify the hierarchical finite state machine which is a general implementation of state transition through sample implementation.

how to build

$ make

how to test

$ make test

generate doxygen document

$ make doc

run clang static analyer

$ scan-build make NODEBUG=1

About

Hierarchical Finite State Machine implementation by C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published