include/pdo.h
changeset 201 2966cd34162a
parent 71 95cd3376cc9f
child 235 f812bf6b7237
--- a/include/pdo.h	Mon May 14 22:46:20 2007 +0200
+++ b/include/pdo.h	Wed May 16 14:17:04 2007 +0200
@@ -94,4 +94,6 @@
  */
 UNS8 sendPDOevent (CO_Data* d, void * variable);
 
+/* copy bit per bit in little endian */
+void CopyBits(UNS8 NbBits, UNS8* SrcByteIndex, UNS8 SrcBitIndex, UNS8 SrcBigEndian, UNS8* DestByteIndex, UNS8 DestBitIndex, UNS8 DestBigEndian);
 #endif