mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-25 11:33:51 +08:00
Introduced VoE header.
This commit is contained in:
@@ -54,6 +54,8 @@ struct ec_voe_handler {
|
||||
struct list_head list; /**< List item. */
|
||||
ec_slave_config_t *config; /**< Parent slave configuration. */
|
||||
ec_datagram_t datagram; /**< State machine datagram. */
|
||||
uint32_t vendor_id; /**< Vendor ID for the header. */
|
||||
uint16_t vendor_type; /**< Vendor type for the header. */
|
||||
size_t data_size; /**< Size of Sdo data. */
|
||||
ec_direction_t dir; /**< Direction. EC_DIR_OUTPUT means writing to
|
||||
the slave, EC_DIR_INPUT means reading from the
|
||||
|
||||
Reference in New Issue
Block a user