|
| int(* | enter )(void *state, int old_state, int new_state) |
| |
| xtc_fsm_result_t(* | event )(void *state, int cur_state, const void *msg, size_t len, xtc_fsm_call_t *call) |
| |
| void(* | terminate )(void *state, int reason) |
| |
Definition at line 96 of file xtc_fsm.h.
◆ enter
| int(* xtc_fsm_callbacks_t::enter) (void *state, int old_state, int new_state) |
◆ event
| xtc_fsm_result_t(* xtc_fsm_callbacks_t::event) (void *state, int cur_state, const void *msg, size_t len, xtc_fsm_call_t *call) |
◆ terminate
| void(* xtc_fsm_callbacks_t::terminate) (void *state, int reason) |
The documentation for this struct was generated from the following file: