#include <ethercat_com.h>
Public Member Functions | |
EthercatDirectCom (EtherCAT_DataLinkLayer *dll) | |
bool | txandrx (struct EtherCAT_Frame *frame) |
bool | txandrx_once (struct EtherCAT_Frame *frame) |
Protected Attributes | |
EtherCAT_DataLinkLayer * | dll_ |
Definition at line 59 of file ethercat_com.h.
EthercatDirectCom::EthercatDirectCom | ( | EtherCAT_DataLinkLayer * | dll | ) | [inline] |
Definition at line 62 of file ethercat_com.h.
bool EthercatDirectCom::txandrx | ( | struct EtherCAT_Frame * | frame | ) | [virtual] |
Implements EthercatCom.
Definition at line 49 of file ethercat_com.cpp.
bool EthercatDirectCom::txandrx_once | ( | struct EtherCAT_Frame * | frame | ) | [virtual] |
Implements EthercatCom.
Definition at line 40 of file ethercat_com.cpp.
EtherCAT_DataLinkLayer* EthercatDirectCom::dll_ [protected] |
Definition at line 70 of file ethercat_com.h.