$search
#include <ethercat_device.h>
Public Member Functions | |
bool | isGreaterThan (const et1x00_error_counters &value) const |
bool | isGreaterThan (unsigned value) const |
void | zero () |
Public Attributes | |
uint8_t | epu_error |
uint8_t | forwarded_rx_error [4] |
uint8_t | lost_link [4] |
uint8_t | pdi_error |
struct { | |
uint8_t invalid_frame | |
uint8_t rx_error | |
} | port [4] |
uint8_t | res [2] |
Static Public Attributes | |
static const EC_UINT | BASE_ADDR = 0x300 |
Definition at line 56 of file ethercat_device.h.
bool et1x00_error_counters::isGreaterThan | ( | const et1x00_error_counters & | value | ) | const |
Definition at line 63 of file ethercat_device.cpp.
bool et1x00_error_counters::isGreaterThan | ( | unsigned | value | ) | const |
Definition at line 45 of file ethercat_device.cpp.
void et1x00_error_counters::zero | ( | ) |
Definition at line 99 of file ethercat_device.cpp.
const EC_UINT et1x00_error_counters::BASE_ADDR = 0x300 [static] |
Definition at line 67 of file ethercat_device.h.
uint8_t et1x00_error_counters::epu_error |
Definition at line 63 of file ethercat_device.h.
uint8_t et1x00_error_counters::forwarded_rx_error[4] |
Definition at line 62 of file ethercat_device.h.
Definition at line 59 of file ethercat_device.h.
uint8_t et1x00_error_counters::lost_link[4] |
Definition at line 66 of file ethercat_device.h.
uint8_t et1x00_error_counters::pdi_error |
Definition at line 64 of file ethercat_device.h.
struct { ... } et1x00_error_counters::port[4] |
uint8_t et1x00_error_counters::res[2] |
Definition at line 65 of file ethercat_device.h.
uint8_t et1x00_error_counters::rx_error |
Definition at line 60 of file ethercat_device.h.