|
libethercat - an embeddable realtime EtherCAT-master library
Communicate with EtherCAT slaves attached to a Network interface.
|
Data Fields | |
| struct hw_common | common |
| int | fd |
| file descriptor | |
| osal_uint8_t | send_frame [ETH_FRAME_LEN] |
| Static send frame. | |
| osal_uint8_t | recv_frame [ETH_FRAME_LEN] |
| Static receive frame. | |
| osal_bool_t | polling_mode |
| Special interrupt-less polling-mode flag. | |
| osal_task_t | rxthread |
| receiver thread handle | |
| int | rxthreadrunning |
| receiver thread running flag | |
| int | frames_send |