Definition in file domain.h.
Go to the source code of this file.
Data Structures | |
| struct | ec_field_reg_t |
| Data field registration type. More... | |
| struct | ec_domain |
| EtherCAT domain. More... | |
Functions | |
| int | ec_domain_init (ec_domain_t *, ec_master_t *, unsigned int) |
| Domain constructor. | |
| void | ec_domain_clear (struct kobject *) |
| Domain destructor. | |
| int | ec_domain_alloc (ec_domain_t *, uint32_t) |
| Creates a domain. | |
|
||||||||||||||||
|
Domain constructor.
|
|
||||||||||||
|
Creates a domain. Reserves domain memory, calculates the logical addresses of the corresponding FMMUs and sets the process data pointer of the registered data fields.
|
1.4.6