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
用户评论