Hierarchical FSM library
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. ## Exampl
文件列表
chfsm-master.zip
(预估有个11文件)
chfsm-master
.gitattributes
483B
src
hfsm.c
3KB
hfsm.h
2KB
README.md
465B
tests
usb_device_fsm
test_usb.c
2KB
SConstruct
130B
暂无评论