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


Ignore:
Timestamp:
Jan 31, 2025, 10:30:08 AM (5 days ago)
Author:
stuerze
Message:

ADDED: consideration of NAV type in all applications

File:
1 edited

Legend:

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

    r10587 r10599  
    169169// Extracts k bits from position p and returns the extracted value as integer
    170170///////////////////////////////////////////////////////////////////
    171 int bitExtracted(int number, int k, int p);
     171unsigned bitExtracted(unsigned number, unsigned k, unsigned p);
    172172
    173173
Note: See TracChangeset for help on using the changeset viewer.