include/ecrt.h
changeset 786 ad618c76e9bd
parent 781 9736efaac5d5
child 792 3778920f61e4
equal deleted inserted replaced
785:c7e600cd2812 786:ad618c76e9bd
    29  *  standard) as the (only) precondition to have the right to use EtherCAT
    29  *  standard) as the (only) precondition to have the right to use EtherCAT
    30  *  Technology, IP and trade marks.
    30  *  Technology, IP and trade marks.
    31  *
    31  *
    32  *****************************************************************************/
    32  *****************************************************************************/
    33 
    33 
    34 /** \file EtherCAT realtime interface.
    34 /** \file
    35 
    35  *
    36   \defgroup RealtimeInterface EtherCAT realtime interface
    36  * EtherCAT Real-Time Interface.
    37 
    37  *
    38   EtherCAT interface for realtime modules. This interface is designed for
    38  * \defgroup RealtimeInterface EtherCAT Real-Time Interface
    39   realtime modules that want to use EtherCAT. There are functions to request a
    39  *
    40   master, to map process data, to communicate with slaves via CoE and to
    40  * EtherCAT interface for realtime modules. This interface is designed for
    41   configure and activate the bus.
    41  * realtime modules that want to use EtherCAT. There are functions to request
    42 */
    42  * a master, to map process data, to communicate with slaves via CoE and to
       
    43  * configure and activate the bus.
       
    44  */
    43 
    45 
    44 /*****************************************************************************/
    46 /*****************************************************************************/
    45 
    47 
    46 #ifndef __ECRT_H__
    48 #ifndef __ECRT_H__
    47 #define __ECRT_H__
    49 #define __ECRT_H__