Redundant link state.
More...
#include <ecrt.h>
|
| unsigned int | slaves_responding |
| | Sum of responding slaves on the given link.
|
| |
| unsigned int | al_states: 4 |
| | Application-layer states of the slaves on the given link.
|
| |
| unsigned int | link_up: 1 |
| | true, if the given Ethernet link is up.
|
| |
Redundant link state.
This is used for the output parameter of ecrt_master_link_state().
- See also
- ecrt_master_link_state().
Definition at line 295 of file ecrt.h.
◆ slaves_responding
| unsigned int ec_master_link_state_t::slaves_responding |
Sum of responding slaves on the given link.
Definition at line 296 of file ecrt.h.
◆ al_states
| unsigned int ec_master_link_state_t::al_states |
Application-layer states of the slaves on the given link.
The states are coded in the lower 4 bits. If a bit is set, it means that at least one slave in the bus is in the corresponding state:
- Bit 0: INIT
- Bit 1: PREOP
- Bit 2: SAFEOP
- Bit 3: OP
Definition at line 298 of file ecrt.h.
◆ link_up
| unsigned int ec_master_link_state_t::link_up |
true, if the given Ethernet link is up.
Definition at line 307 of file ecrt.h.