IgH EtherCAT Master  1.5.2
ec_pdo_info_t Struct Reference

PDO configuration information. More...

Data Fields

uint16_t index
 PDO index. More...
 
unsigned int n_entries
 Number of PDO entries in entries to map. More...
 
ec_pdo_entry_info_tentries
 Array of PDO entries to map. More...
 

Detailed Description

PDO configuration information.

This is the data type of the pdos field in ec_sync_info_t.

See Also
ecrt_slave_config_pdos().

Definition at line 471 of file ecrt.h.

Field Documentation

uint16_t ec_pdo_info_t::index

PDO index.

Definition at line 472 of file ecrt.h.

unsigned int ec_pdo_info_t::n_entries

Number of PDO entries in entries to map.

Zero means, that the default mapping shall be used (this can only be done if the slave is present at bus configuration time).

Definition at line 473 of file ecrt.h.

ec_pdo_entry_info_t* ec_pdo_info_t::entries

Array of PDO entries to map.

Can either be NULL, or must contain at least n_entries values.

Definition at line 477 of file ecrt.h.