IgH EtherCAT Master
1.6.2
|
RTDM interface. More...
Go to the source code of this file.
Data Structures | |
struct | ec_rtdm_dev |
EtherCAT RTDM device. More... | |
Typedefs | |
typedef struct ec_rtdm_dev | ec_rtdm_dev_t |
EtherCAT RTDM device. | |
Functions | |
int | ec_rtdm_dev_init (ec_rtdm_dev_t *, ec_master_t *) |
Initialize an RTDM device. More... | |
void | ec_rtdm_dev_clear (ec_rtdm_dev_t *) |
Clear an RTDM device. | |
RTDM interface.
Definition in file rtdm.h.
int ec_rtdm_dev_init | ( | ec_rtdm_dev_t * | rtdm_dev, |
ec_master_t * | master | ||
) |