master/slave_config.h
changeset 858 69122084d066
parent 842 40e27e5a8dce
child 879 9b395c5646ab
equal deleted inserted replaced
857:7874c884dc2b 858:69122084d066
    69     ec_slave_t *slave; /**< Slave pointer. This is \a NULL, if the slave is
    69     ec_slave_t *slave; /**< Slave pointer. This is \a NULL, if the slave is
    70                          offline. */
    70                          offline. */
    71 
    71 
    72     ec_pdo_mapping_t mapping[2]; /**< Output and input Pdo mapping. */
    72     ec_pdo_mapping_t mapping[2]; /**< Output and input Pdo mapping. */
    73 
    73 
    74     struct list_head sdo_configs; /**< Sdo configurations. */
    74     struct list_head sdo_configs; /**< List of Sdo configurations. */
       
    75     struct list_head sdo_requests; /**< List of Sdo requests. */
    75 
    76 
    76     ec_fmmu_config_t fmmu_configs[EC_MAX_FMMUS]; /**< FMMU configurations. */
    77     ec_fmmu_config_t fmmu_configs[EC_MAX_FMMUS]; /**< FMMU configurations. */
    77     uint8_t used_fmmus; /**< Number of FMMUs used. */
    78     uint8_t used_fmmus; /**< Number of FMMUs used. */
    78 };
    79 };
    79 
    80