Definition in file domain.h.
Go to the source code of this file.
Data Structures | |
| struct | ec_domain |
| EtherCAT domain. More... | |
Functions | |
| int | ec_domain_init (ec_domain_t *, ec_master_t *, unsigned int) |
| Domain constructor. | |
| void | ec_domain_destroy (ec_domain_t *) |
| Domain destructor. | |
| int | ec_domain_alloc (ec_domain_t *, uint32_t) |
| Creates a domain. | |
| void | ec_domain_queue_datagrams (ec_domain_t *) |
| Places all process data datagrams in the masters datagram queue. | |
|
||||||||||||||||
|
Domain constructor.
|
|
|
Domain destructor. Clears and frees a domain object.
|
|
||||||||||||
|
Creates a domain. Reserves domain memory, calculates the logical addresses of the corresponding FMMUs and sets the process data pointer of the registered process data.
|
1.4.4