include/pdo.h
changeset 613 e9fce24923fc
parent 611 3e0c776da33b
child 649 3beb784bacee
equal deleted inserted replaced
612:fc3399727a06 613:e9fce24923fc
   105  * Function iterates on all TPDO and look TPDO transmit 
   105  * Function iterates on all TPDO and look TPDO transmit 
   106  * type and content change before sending it.    
   106  * type and content change before sending it.    
   107  * @param *d Pointer on a CAN object data structure
   107  * @param *d Pointer on a CAN object data structure
   108  */
   108  */
   109 UNS8 sendPDOevent (CO_Data* d);
   109 UNS8 sendPDOevent (CO_Data* d);
       
   110 UNS8 sendOnePDOevent (CO_Data* d, UNS32 pdoNum);
   110 
   111 
   111 /** 
   112 /** 
   112  * @ingroup pdo
   113  * @ingroup pdo
   113  * @brief Function iterates on all TPDO and look TPDO transmit 
   114  * @brief Function iterates on all TPDO and look TPDO transmit 
   114  * type and content change before sending it.
   115  * type and content change before sending it.