|
IgH EtherCAT Master
1.6.9
|
EtherCAT sync manager. More...
Go to the source code of this file.
Data Structures | |
| struct | ec_sync_config_t |
| Sync manager configuration. More... | |
Functions | |
| void | ec_sync_config_init (ec_sync_config_t *) |
| Constructor. | |
| void | ec_sync_config_clear (ec_sync_config_t *) |
| Destructor. | |
EtherCAT sync manager.
Definition in file sync_config.h.
| void ec_sync_config_init | ( | ec_sync_config_t * | sync_config | ) |
Constructor.
| sync_config | Sync manager configuration. |
Definition at line 35 of file sync_config.c.
| void ec_sync_config_clear | ( | ec_sync_config_t * | sync_config | ) |
Destructor.
| sync_config | Sync manager configuration. |
Definition at line 48 of file sync_config.c.