master/pdo.h
changeset 934 96241b092fac
parent 933 618ab9e03321
child 996 1c7033e7c1b9
equal deleted inserted replaced
933:618ab9e03321 934:96241b092fac
    71 void ec_pdo_clear_entries(ec_pdo_t *);
    71 void ec_pdo_clear_entries(ec_pdo_t *);
    72 int ec_pdo_set_name(ec_pdo_t *, const char *);
    72 int ec_pdo_set_name(ec_pdo_t *, const char *);
    73 ec_pdo_entry_t *ec_pdo_add_entry(ec_pdo_t *, uint16_t, uint8_t, uint8_t);
    73 ec_pdo_entry_t *ec_pdo_add_entry(ec_pdo_t *, uint16_t, uint8_t, uint8_t);
    74 int ec_pdo_copy_entries(ec_pdo_t *, const ec_pdo_t *);
    74 int ec_pdo_copy_entries(ec_pdo_t *, const ec_pdo_t *);
    75 int ec_pdo_equal_entries(const ec_pdo_t *, const ec_pdo_t *);
    75 int ec_pdo_equal_entries(const ec_pdo_t *, const ec_pdo_t *);
       
    76 unsigned int ec_pdo_entry_count(const ec_pdo_t *);
       
    77 const ec_pdo_entry_t *ec_pdo_find_entry_by_pos_const(
       
    78         const ec_pdo_t *, unsigned int);
    76 
    79 
    77 /*****************************************************************************/
    80 /*****************************************************************************/
    78 
    81 
    79 #endif
    82 #endif