|
IgH EtherCAT Master
1.6.8
|
EtherCAT EoE set IP parameter state machines. More...
Go to the source code of this file.
Data Structures | |
| struct | ec_fsm_eoe |
| Finite state machines for the Ethernet over EtherCAT protocol. More... | |
Typedefs | |
| typedef struct ec_fsm_eoe | ec_fsm_eoe_t |
Functions | |
| void | ec_fsm_eoe_init (ec_fsm_eoe_t *) |
| Constructor. | |
| void | ec_fsm_eoe_clear (ec_fsm_eoe_t *) |
| Destructor. | |
| void | ec_fsm_eoe_set_ip_param (ec_fsm_eoe_t *, ec_slave_t *, ec_eoe_request_t *) |
| Starts to set the EoE IP partameters of a slave. | |
| int | ec_fsm_eoe_exec (ec_fsm_eoe_t *, ec_datagram_t *) |
| Executes the current state of the state machine. More... | |
| int | ec_fsm_eoe_success (const ec_fsm_eoe_t *) |
| Returns, if the state machine terminated with success. More... | |
EtherCAT EoE set IP parameter state machines.
Definition in file fsm_eoe.h.
| typedef struct ec_fsm_eoe ec_fsm_eoe_t |
| int ec_fsm_eoe_exec | ( | ec_fsm_eoe_t * | fsm, |
| ec_datagram_t * | datagram | ||
| ) |
| int ec_fsm_eoe_success | ( | const ec_fsm_eoe_t * | fsm | ) |