Changeset 10599 in ntrip for trunk/BNC/src/bncutils.h
- Timestamp:
- Jan 31, 2025, 10:30:08 AM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncutils.h
r10587 r10599 169 169 // Extracts k bits from position p and returns the extracted value as integer 170 170 /////////////////////////////////////////////////////////////////// 171 int bitExtracted(int number, int k, intp);171 unsigned bitExtracted(unsigned number, unsigned k, unsigned p); 172 172 173 173
Note:
See TracChangeset
for help on using the changeset viewer.