#include <ethercat_com.h>
Public Member Functions | |
virtual bool | txandrx (struct EtherCAT_Frame *frame)=0 |
virtual bool | txandrx_once (struct EtherCAT_Frame *frame)=0 |
virtual | ~EthercatCom () |
Protected Member Functions | |
EthercatCom () |
Definition at line 44 of file ethercat_com.h.
EthercatCom::EthercatCom | ( | ) | [inline, protected] |
Definition at line 47 of file ethercat_com.h.
virtual EthercatCom::~EthercatCom | ( | ) | [inline, virtual] |
Definition at line 53 of file ethercat_com.h.
virtual bool EthercatCom::txandrx | ( | struct EtherCAT_Frame * | frame | ) | [pure virtual] |
Implemented in EthercatOobCom, and EthercatDirectCom.
virtual bool EthercatCom::txandrx_once | ( | struct EtherCAT_Frame * | frame | ) | [pure virtual] |
Implemented in EthercatOobCom, and EthercatDirectCom.