diff -r 40c379697ebf -r 9b395c5646ab master/slave_config.h --- a/master/slave_config.h Mon Mar 31 09:42:37 2008 +0000 +++ b/master/slave_config.h Thu Apr 03 13:34:13 2008 +0000 @@ -49,7 +49,7 @@ #include "globals.h" #include "slave.h" #include "fmmu_config.h" -#include "pdo_mapping.h" +#include "pdo_list.h" /*****************************************************************************/ @@ -69,7 +69,7 @@ ec_slave_t *slave; /**< Slave pointer. This is \a NULL, if the slave is offline. */ - ec_pdo_mapping_t mapping[2]; /**< Output and input Pdo mapping. */ + ec_pdo_list_t pdos[2]; /**< Output and input Pdo assignment / mapping. */ struct list_head sdo_configs; /**< List of Sdo configurations. */ struct list_head sdo_requests; /**< List of Sdo requests. */ @@ -87,8 +87,8 @@ int ec_slave_config_attach(ec_slave_config_t *); void ec_slave_config_detach(ec_slave_config_t *); -void ec_slave_config_load_default_mapping(ec_slave_config_t *); -void ec_slave_config_load_default_pdo_config(const ec_slave_config_t *, +void ec_slave_config_load_default_assignment(ec_slave_config_t *); +void ec_slave_config_load_default_mapping(const ec_slave_config_t *, ec_pdo_t *); /*****************************************************************************/