Changeset 5543 in ntrip
- Timestamp:
- Nov 10, 2013, 2:34:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp
r5531 r5543 358 358 co.messageType == COTYPE_GLONASSURA ) { 359 359 QString line; 360 line.sprintf(" %3d %f", 361 co.Sat[ii].IOD, co.Sat[ii].UserRangeAccuracy); 360 line.sprintf(" %f", co.Sat[ii].UserRangeAccuracy); 362 361 retLines << linePart+line; 363 362 } … … 368 367 co.messageType == COTYPE_GLONASSHR ) { 369 368 QString line; 370 line.sprintf(" %3d %8.3f", 371 co.Sat[ii].IOD, co.Sat[ii].hrclock); 369 line.sprintf(" %8.3f", co.Sat[ii].hrclock); 372 370 retLines << linePart+line; 373 371 }
Note:
See TracChangeset
for help on using the changeset viewer.