IgH EtherCAT Master
1.6.2
|
CANopen SDO entry. More...
Data Fields | |
struct list_head | list |
List item. More... | |
ec_sdo_t * | sdo |
Parent SDO. More... | |
uint8_t | subindex |
Subindex. More... | |
uint16_t | data_type |
Data type. More... | |
uint16_t | bit_length |
Data size in bit. More... | |
uint8_t | read_access [EC_SDO_ENTRY_ACCESS_COUNT] |
Read access. More... | |
uint8_t | write_access [EC_SDO_ENTRY_ACCESS_COUNT] |
Write access. More... | |
char * | description |
Description. More... | |
CANopen SDO entry.
Definition at line 46 of file sdo_entry.h.
struct list_head ec_sdo_entry_t::list |
List item.
Definition at line 47 of file sdo_entry.h.
ec_sdo_t* ec_sdo_entry_t::sdo |
Parent SDO.
Definition at line 48 of file sdo_entry.h.
uint8_t ec_sdo_entry_t::subindex |
Subindex.
Definition at line 49 of file sdo_entry.h.
uint16_t ec_sdo_entry_t::data_type |
Data type.
Definition at line 50 of file sdo_entry.h.
uint16_t ec_sdo_entry_t::bit_length |
Data size in bit.
Definition at line 51 of file sdo_entry.h.
uint8_t ec_sdo_entry_t::read_access[EC_SDO_ENTRY_ACCESS_COUNT] |
Read access.
Definition at line 52 of file sdo_entry.h.
uint8_t ec_sdo_entry_t::write_access[EC_SDO_ENTRY_ACCESS_COUNT] |
Write access.
Definition at line 53 of file sdo_entry.h.
char* ec_sdo_entry_t::description |
Description.
Definition at line 54 of file sdo_entry.h.