include/pdo.h
changeset 201 2966cd34162a
parent 71 95cd3376cc9f
child 235 f812bf6b7237
equal deleted inserted replaced
200:930be51ddc24 201:2966cd34162a
    92  * defined in the object dictionary
    92  * defined in the object dictionary
    93  * return 0xFF if error, else return 0
    93  * return 0xFF if error, else return 0
    94  */
    94  */
    95 UNS8 sendPDOevent (CO_Data* d, void * variable);
    95 UNS8 sendPDOevent (CO_Data* d, void * variable);
    96 
    96 
       
    97 /* copy bit per bit in little endian */
       
    98 void CopyBits(UNS8 NbBits, UNS8* SrcByteIndex, UNS8 SrcBitIndex, UNS8 SrcBigEndian, UNS8* DestByteIndex, UNS8 DestBitIndex, UNS8 DestBigEndian);
    97 #endif
    99 #endif