|
IgH EtherCAT Master
1.5.3
|
EtherCAT CANopen SDO structure. More...
Go to the source code of this file.
Data Structures | |
| struct | ec_sdo |
| CANopen SDO. More... | |
Functions | |
| void | ec_sdo_init (ec_sdo_t *, ec_slave_t *, uint16_t) |
| Constructor. | |
| void | ec_sdo_clear (ec_sdo_t *) |
| SDO destructor. More... | |
| ec_sdo_entry_t * | ec_sdo_get_entry (ec_sdo_t *, uint8_t) |
| Get an SDO entry from an SDO via its subindex. More... | |
| const ec_sdo_entry_t * | ec_sdo_get_entry_const (const ec_sdo_t *, uint8_t) |
| Get an SDO entry from an SDO via its subindex. More... | |
EtherCAT CANopen SDO structure.
Definition in file sdo.h.
| void ec_sdo_clear | ( | ec_sdo_t * | sdo | ) |
| ec_sdo_entry_t* ec_sdo_get_entry | ( | ec_sdo_t * | sdo, |
| uint8_t | subindex | ||
| ) |
| const ec_sdo_entry_t* ec_sdo_get_entry_const | ( | const ec_sdo_t * | sdo, |
| uint8_t | subindex | ||
| ) |