Changeset 10982 in ntrip for trunk/BNC/src/bncrinex.cpp
- Timestamp:
- Jul 31, 2026, 11:26:36 AM (5 days ago)
- File:
-
- 1 edited
-
trunk/BNC/src/bncrinex.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncrinex.cpp
r10979 r10982 349 349 int statIDlength; 350 350 if (n > 9) { 351 statIDlength = 9; // rnx3 352 } 353 else if (n > 4) { 354 statIDlength = 4; // rnx2 355 } 356 else { 351 statIDlength = 9; // rnx3/4 352 } 353 else if (n >= 4) { 357 354 statIDlength = n; 358 355 } 359 QString ID = _statID.left(statIDlength); 356 QString ID = _statID.left(statIDlength); 357 360 358 ID = ID.toUpper(); 361 359
Note:
See TracChangeset
for help on using the changeset viewer.
