Index: /trunk/BNC/src/bncutils.h
===================================================================
--- /trunk/BNC/src/bncutils.h	(revision 9368)
+++ /trunk/BNC/src/bncutils.h	(revision 9369)
@@ -166,4 +166,11 @@
 ///////////////////////////////////////////////////////////////////
 unsigned long CRC24(long size, const unsigned char *buf);
+
+
+// Extracts k bits from position p and returns the extracted value as integer
+///////////////////////////////////////////////////////////////////
+int bitExtracted(int number, int k, int p);
+
+
 
 // RTCM3 GPS EPH encoding
