#include <ethercat_com.h>

Public Member Functions | |
| EthercatDirectCom (EtherCAT_DataLinkLayer *dll) | |
| bool | txandrx (struct EtherCAT_Frame *frame) |
| bool | txandrx_once (struct EtherCAT_Frame *frame) |
| ~EthercatDirectCom () | |
Public Member Functions inherited from EthercatCom | |
| virtual | ~EthercatCom () |
Protected Attributes | |
| EtherCAT_DataLinkLayer * | dll_ |
Additional Inherited Members | |
Protected Member Functions inherited from EthercatCom | |
| EthercatCom () | |
Definition at line 57 of file ethercat_com.h.
| EthercatDirectCom::EthercatDirectCom | ( | EtherCAT_DataLinkLayer * | dll | ) |
Definition at line 39 of file ethercat_com.cpp.
| EthercatDirectCom::~EthercatDirectCom | ( | ) |
Definition at line 45 of file ethercat_com.cpp.
|
virtual |
Implements EthercatCom.
Definition at line 59 of file ethercat_com.cpp.
|
virtual |
Implements EthercatCom.
Definition at line 50 of file ethercat_com.cpp.
|
protected |
Definition at line 67 of file ethercat_com.h.