#include <ethercat_al.h>
Public Member Functions | |
bool | writeData (EthercatCom *com, EtherCAT_SlaveHandler *sh) const |
Static Public Member Functions | |
static void | sizeAssert () |
Public Attributes | |
union { | |
struct { | |
uint16_t ack_error_: 1 | |
uint16_t res_: 11 | |
uint16_t state_: 4 | |
} __packed__ | |
uint16_t raw_ | |
} | __packed__ |
Static Public Attributes | |
static const unsigned | BASE_ADDR = 0x120 |
Definition at line 92 of file ethercat_al.h.
void riq_hand_ethercat_hardware::ECatALControl::sizeAssert | ( | ) | [static] |
Definition at line 59 of file ethercat_al.cpp.
bool riq_hand_ethercat_hardware::ECatALControl::writeData | ( | EthercatCom * | com, | |
EtherCAT_SlaveHandler * | sh | |||
) | const |
Definition at line 49 of file ethercat_al.cpp.
union { ... } riq_hand_ethercat_hardware::ECatALControl::__packed__ |
struct { ... } riq_hand_ethercat_hardware::ECatALControl::__packed__ |
Definition at line 98 of file ethercat_al.h.
const unsigned riq_hand_ethercat_hardware::ECatALControl::BASE_ADDR = 0x120 [static] |
Definition at line 103 of file ethercat_al.h.
Definition at line 95 of file ethercat_al.h.
Definition at line 99 of file ethercat_al.h.
Definition at line 97 of file ethercat_al.h.