#include <ethercat_com.h>
Definition at line 70 of file ethercat_com.h.
◆ anonymous enum
| Enumerator |
|---|
| IDLE | |
| READY_TO_SEND | |
| WAITING_TO_RECV | |
Definition at line 89 of file ethercat_com.h.
◆ EthercatOobCom()
| EthercatOobCom::EthercatOobCom |
( |
struct netif * |
ni | ) |
|
◆ ~EthercatOobCom()
| EthercatOobCom::~EthercatOobCom |
( |
| ) |
|
◆ lock()
| bool EthercatOobCom::lock |
( |
unsigned |
line | ) |
|
|
protected |
◆ trylock()
| bool EthercatOobCom::trylock |
( |
unsigned |
line | ) |
|
|
protected |
◆ tx()
| void EthercatOobCom::tx |
( |
| ) |
|
◆ txandrx()
| bool EthercatOobCom::txandrx |
( |
struct EtherCAT_Frame * |
frame | ) |
|
|
virtual |
◆ txandrx_once()
| bool EthercatOobCom::txandrx_once |
( |
struct EtherCAT_Frame * |
frame | ) |
|
|
virtual |
◆ unlock()
| bool EthercatOobCom::unlock |
( |
unsigned |
line | ) |
|
|
protected |
◆ busy_cond_
| pthread_cond_t EthercatOobCom::busy_cond_ |
|
protected |
◆ frame_
| EtherCAT_Frame* EthercatOobCom::frame_ |
|
protected |
◆ handle_
| int EthercatOobCom::handle_ |
|
protected |
◆ line_
| unsigned EthercatOobCom::line_ |
|
protected |
◆ mutex_
| pthread_mutex_t EthercatOobCom::mutex_ |
|
protected |
◆ ni_
| struct netif* EthercatOobCom::ni_ |
|
protected |
◆ share_cond_
| pthread_cond_t EthercatOobCom::share_cond_ |
|
protected |
◆ state_
| enum { ... } EthercatOobCom::state_ |
The documentation for this class was generated from the following files: