1. 首页
  2. 编程语言
  3. C
  4. Hierarchical FSM library

Hierarchical FSM library

上传者: 2021-04-19 17:20:12上传 ZIP文件 9.34KB 热度 21次
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
用户评论