List record type for PDO entry mass-registration.
More...
|
Data Fields |
| uint16_t | alias |
| | Slave alias address.
|
| uint16_t | position |
| | Slave position.
|
| uint32_t | vendor_id |
| | Slave vendor ID.
|
| uint32_t | product_code |
| | Slave product code.
|
| uint16_t | index |
| | PDO entry index.
|
| uint8_t | subindex |
| | PDO entry subindex.
|
| unsigned int * | offset |
| | Pointer to a variable to store the PDO entry's (byte-)offset in the process data.
|
| unsigned int * | bit_position |
| | Pointer to a variable to store a bit position (0-7) within the offset.
|
Detailed Description
List record type for PDO entry mass-registration.
This type is used for the array parameter of the ecrt_domain_reg_pdo_entry_list()
Definition at line 495 of file ecrt.h.
Field Documentation
Slave alias address.
Definition at line 496 of file ecrt.h.
Slave position.
Definition at line 497 of file ecrt.h.
Slave vendor ID.
Definition at line 498 of file ecrt.h.
Slave product code.
Definition at line 499 of file ecrt.h.
PDO entry index.
Definition at line 500 of file ecrt.h.
PDO entry subindex.
Definition at line 501 of file ecrt.h.
Pointer to a variable to store the PDO entry's (byte-)offset in the process data.
Definition at line 502 of file ecrt.h.
Pointer to a variable to store a bit position (0-7) within the offset.
Can be NULL, in which case an error is raised if the PDO entry does not byte-align.
Definition at line 504 of file ecrt.h.