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