Definition in file fsm.h.
Go to the source code of this file.
Data Structures | |
| struct | ec_fsm |
| Finite state machine of an EtherCAT master. More... | |
Typedefs | |
| typedef ec_fsm | ec_fsm_t |
Functions | |
| int | ec_fsm_init (ec_fsm_t *, ec_master_t *) |
| Constructor. | |
| void | ec_fsm_clear (ec_fsm_t *) |
| Destructor. | |
| void | ec_fsm_reset (ec_fsm_t *) |
| Resets the state machine. | |
| void | ec_fsm_execute (ec_fsm_t *) |
| Executes the current state of the state machine. | |
|
|
|
1.4.6