Changeset 5563 in ntrip


Ignore:
Timestamp:
Nov 23, 2013, 5:16:37 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp

    r5543 r5563  
    309309                     "   %8.3f %8.3f %8.3f %8.3f"
    310310                     "   %10.5f %10.5f %10.5f %10.5f"
    311                      "   %10.5f",
     311                     "   %10.5f"
     312                     "   %5d %2d %2d",
    312313                     co.Sat[ii].IOD,
    313314                     co.Sat[ii].Clock.DeltaA0,
     
    319320                     co.Sat[ii].Orbit.DotDeltaAlongTrack,
    320321                     co.Sat[ii].Orbit.DotDeltaCrossTrack,
    321                      co.Sat[ii].Clock.DeltaA2);
     322                     co.Sat[ii].Clock.DeltaA2,
     323                     co.SSRProviderID, co.SSRSolutionID, co.SSRIOD);
    322324        retLines << linePart+line;
    323325      }
     
    330332        line.sprintf("   %3d"
    331333                     "   %8.3f %8.3f %8.3f"
    332                      "   %10.5f %10.5f %10.5f",
     334                     "   %10.5f %10.5f %10.5f"
     335                     "   %5d %2d %2d",
    333336                     co.Sat[ii].IOD,
    334337                     co.Sat[ii].Orbit.DeltaRadial,
     
    337340                     co.Sat[ii].Orbit.DotDeltaRadial,
    338341                     co.Sat[ii].Orbit.DotDeltaAlongTrack,
    339                      co.Sat[ii].Orbit.DotDeltaCrossTrack);
     342                     co.Sat[ii].Orbit.DotDeltaCrossTrack,
     343                     co.SSRProviderID, co.SSRSolutionID, co.SSRIOD);
    340344        retLines << linePart+line;
    341345      }
Note: See TracChangeset for help on using the changeset viewer.