master/fsm_mapping.h
branchstable-1.3
changeset 1746 72e7507b3f1b
parent 1744 7bc131b92039
child 792 3778920f61e4
equal deleted inserted replaced
1745:07fd94c5119d 1746:72e7507b3f1b
    64     ec_direction_t dir; /**< current PDO direction */
    64     ec_direction_t dir; /**< current PDO direction */
    65     ec_sync_t *sync; /**< current sync manager */
    65     ec_sync_t *sync; /**< current sync manager */
    66     ec_pdo_t *pdo; /**< current PDO */
    66     ec_pdo_t *pdo; /**< current PDO */
    67     ec_sdo_data_t sdodata; /**< SDO configuration data */
    67     ec_sdo_data_t sdodata; /**< SDO configuration data */
    68     uint16_t sdo_value; /**< SDO value */
    68     uint16_t sdo_value; /**< SDO value */
    69     unsigned int pdo_count;
    69     unsigned int pdo_count; /**< number of mapped PDOs */
    70 };
    70 };
    71 
    71 
    72 /*****************************************************************************/
    72 /*****************************************************************************/
    73 
    73 
    74 void ec_fsm_mapping_init(ec_fsm_mapping_t *, ec_fsm_coe_t *);
    74 void ec_fsm_mapping_init(ec_fsm_mapping_t *, ec_fsm_coe_t *);