- Timestamp:
- Nov 23, 2013, 5:16:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp
r5543 r5563 309 309 " %8.3f %8.3f %8.3f %8.3f" 310 310 " %10.5f %10.5f %10.5f %10.5f" 311 " %10.5f", 311 " %10.5f" 312 " %5d %2d %2d", 312 313 co.Sat[ii].IOD, 313 314 co.Sat[ii].Clock.DeltaA0, … … 319 320 co.Sat[ii].Orbit.DotDeltaAlongTrack, 320 321 co.Sat[ii].Orbit.DotDeltaCrossTrack, 321 co.Sat[ii].Clock.DeltaA2); 322 co.Sat[ii].Clock.DeltaA2, 323 co.SSRProviderID, co.SSRSolutionID, co.SSRIOD); 322 324 retLines << linePart+line; 323 325 } … … 330 332 line.sprintf(" %3d" 331 333 " %8.3f %8.3f %8.3f" 332 " %10.5f %10.5f %10.5f", 334 " %10.5f %10.5f %10.5f" 335 " %5d %2d %2d", 333 336 co.Sat[ii].IOD, 334 337 co.Sat[ii].Orbit.DeltaRadial, … … 337 340 co.Sat[ii].Orbit.DotDeltaRadial, 338 341 co.Sat[ii].Orbit.DotDeltaAlongTrack, 339 co.Sat[ii].Orbit.DotDeltaCrossTrack); 342 co.Sat[ii].Orbit.DotDeltaCrossTrack, 343 co.SSRProviderID, co.SSRSolutionID, co.SSRIOD); 340 344 retLines << linePart+line; 341 345 }
Note:
See TracChangeset
for help on using the changeset viewer.