Changeset 9372 in ntrip for branches/BNC_2.12


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

some additions regarding rinexV305: navigation data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncutils.h

    r9249 r9372  
    155155///////////////////////////////////////////////////////////////////
    156156unsigned long CRC24(long size, const unsigned char *buf);
     157
     158// Extracts k bits from position p and returns the extracted value as integer
     159///////////////////////////////////////////////////////////////////
     160int bitExtracted(int number, int k, int p);
    157161
    158162// RTCM3 GPS EPH encoding
Note: See TracChangeset for help on using the changeset viewer.