IgH EtherCAT Master
1.5.3
|
EtherCAT virtual TTY interface. More...
Go to the source code of this file.
Data Structures | |
struct | ec_tty_operations_t |
Operations on the virtual TTY interface. More... | |
Typedefs | |
typedef struct ec_tty | ec_tty_t |
Functions | |
ec_tty_t * | ectty_create (const ec_tty_operations_t *ops, void *cb_data) |
Create a virtual TTY interface. More... | |
void | ectty_free (ec_tty_t *tty) |
Releases a virtual TTY interface. More... | |
unsigned int | ectty_tx_data (ec_tty_t *tty, uint8_t *buffer, size_t size) |
Reads data to send from the TTY interface. More... | |
void | ectty_rx_data (ec_tty_t *tty, const uint8_t *buffer, size_t size) |
Pushes received data to the TTY interface. More... | |
EtherCAT virtual TTY interface.
Definition in file ectty.h.