Changeset 9369 in ntrip for trunk/BNC/src/bncutils.h


Ignore:
Timestamp:
Mar 11, 2021, 2:12:56 PM (3 years ago)
Author:
stuerze
Message:

some additions regarding rinexV305: navigation data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncutils.h

    r9245 r9369  
    166166///////////////////////////////////////////////////////////////////
    167167unsigned long CRC24(long size, const unsigned char *buf);
     168
     169
     170// Extracts k bits from position p and returns the extracted value as integer
     171///////////////////////////////////////////////////////////////////
     172int bitExtracted(int number, int k, int p);
     173
     174
    168175
    169176// RTCM3 GPS EPH encoding
Note: See TracChangeset for help on using the changeset viewer.