|
IgH EtherCAT Master
1.5.3
|
EtherCAT sync manager configuration methods. More...
Go to the source code of this file.
Functions | |
| void | ec_sync_config_init (ec_sync_config_t *sync_config) |
| Constructor. More... | |
| void | ec_sync_config_clear (ec_sync_config_t *sync_config) |
| Destructor. More... | |
EtherCAT sync manager configuration methods.
Definition in file sync_config.c.
| void ec_sync_config_init | ( | ec_sync_config_t * | sync_config | ) |
Constructor.
| sync_config | Sync manager configuration. |
Definition at line 43 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 56 of file sync_config.c.