|
libethercat - an embeddable realtime EtherCAT-master library
Communicate with EtherCAT slaves attached to a Network interface.
|
SOCK_RAW hardware access functions. More...
Go to the source code of this file.
Data Structures | |
| struct | hw_sock_raw |
Typedefs | |
| typedef struct hw_sock_raw | hw_sock_raw_t |
Functions | |
| int | hw_device_sock_raw_open (struct hw_sock_raw *phw, struct ec *pec, const osal_char_t *devname, int prio, int cpu_mask) |
| Opens EtherCAT hw device. | |
SOCK_RAW hardware access functions.
| int hw_device_sock_raw_open | ( | struct hw_sock_raw * | phw, |
| struct ec * | pec, | ||
| const osal_char_t * | devname, | ||
| int | prio, | ||
| int | cpu_mask | ||
| ) |
Opens EtherCAT hw device.
| [in] | phw | Pointer to hw handle. |
| [in] | pec | Pointer to master structure. |
| [in] | devname | Null-terminated string to EtherCAT hw device name. |
| [in] | prio | Priority for receiver thread. |
| [in] | cpu_mask | CPU mask for receiver thread. |