include/ecrt.h
changeset 793 3b297ff8284f
parent 792 3778920f61e4
child 807 f8bca95ab75d
equal deleted inserted replaced
792:3778920f61e4 793:3b297ff8284f
   219     ec_direction_t dir; /**< Pdo direction (input/output). */
   219     ec_direction_t dir; /**< Pdo direction (input/output). */
   220     uint16_t index; /**< Index of the Pdo to map. */
   220     uint16_t index; /**< Index of the Pdo to map. */
   221     unsigned int n_entries; /**< Number of Pdo entries for the Pdo
   221     unsigned int n_entries; /**< Number of Pdo entries for the Pdo
   222                               configuration. Zero means, that the default Pdo
   222                               configuration. Zero means, that the default Pdo
   223                               configuration shall be used. */
   223                               configuration shall be used. */
   224     const ec_pdo_entry_info_t entries[]; /**< Pdo configuration list. */
   224     const ec_pdo_entry_info_t *entries; /**< Pdo configuration array. This
       
   225                                           array must contain at least \a
       
   226                                           n_entries values. */
   225 } ec_pdo_info_t;
   227 } ec_pdo_info_t;
   226 
   228 
   227 /*****************************************************************************/
   229 /*****************************************************************************/
   228 
   230 
   229 /** List record type for Pdo entry mass-registration.
   231 /** List record type for Pdo entry mass-registration.