master/globals.h
branchredundancy
changeset 2374 e898451c054a
parent 2337 3967e3eb75b0
child 2419 fdb85a806585
equal deleted inserted replaced
2373:593272e5a169 2374:e898451c054a
   202     EC_DEVICE_MAIN, /**< Main device. */
   202     EC_DEVICE_MAIN, /**< Main device. */
   203     EC_DEVICE_BACKUP, /**< Backup device */
   203     EC_DEVICE_BACKUP, /**< Backup device */
   204     EC_NUM_DEVICES /**< Number of devices. */
   204     EC_NUM_DEVICES /**< Number of devices. */
   205 } ec_device_index_t;
   205 } ec_device_index_t;
   206 
   206 
       
   207 extern const char *ec_device_names[EC_NUM_DEVICES];
       
   208 
   207 /*****************************************************************************/
   209 /*****************************************************************************/
   208 
   210 
   209 /** Convenience macro for printing EtherCAT-specific information to syslog.
   211 /** Convenience macro for printing EtherCAT-specific information to syslog.
   210  *
   212  *
   211  * This will print the message in \a fmt with a prefixed "EtherCAT: ".
   213  * This will print the message in \a fmt with a prefixed "EtherCAT: ".