文件名称:Hierarchical FSM library
文件大小:9KB
文件格式:ZIP
更新时间:2017-04-01 05:07:51
state machine 状态机
A hierarchical FSM library in C. You describe the FSM with C struct(with function pointers as members) and provide the callback implementations. The library implements state movement and message(event) dispatch mechanisms. ## Uasge Compile/link the source code with your application. ## Examples Look into the "tests" directory. Currently only a tiny, not complete USB FSM implementation is available.
【文件预览】:
chfsm-master
----.gitattributes(483B)
----src()
--------hfsm.c(3KB)
--------hfsm.h(2KB)
----README.md(465B)
----tests()
--------usb_device_fsm()
----.gitignore(3KB)