Changeset 2295 in ntrip


Ignore:
Timestamp:
Feb 14, 2010, 7:07:59 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1869 r2295  
    231231              line.sprintf("   %3d"
    232232                           "   %8.3f %8.3f %8.3f %8.3f"
    233                            "   %8.3f %8.3f %8.3f %8.3f"
    234                            "   %8.3f %8.3f %8.3f %8.3f",
     233                           "   %10.5f %10.5f %10.5f %10.5f"
     234                           "   %10.5f %10.5f %10.5f %10.5f",
    235235                           _co.Sat[ii].IOD,
    236236                           _co.Sat[ii].Clock.DeltaA0,
     
    256256              line.sprintf("   %3d"
    257257                           "   %8.3f %8.3f %8.3f"
    258                            "   %8.3f %8.3f %8.3f"
    259                            "   %8.3f %8.3f %8.3f",
     258                           "   %10.5f %10.5f %10.5f"
     259                           "   %10.5f %10.5f %10.5f",
    260260                           _co.Sat[ii].IOD,
    261261                           _co.Sat[ii].Orbit.DeltaRadial,
     
    276276                      _co.messageType == COTYPE_GLONASSCLOCK ) {
    277277              QString line;
    278               line.sprintf("   %3d   %8.3f   %8.3f   %8.3f",
     278              line.sprintf("   %3d   %8.3f   %10.5f   %10.5f",
    279279                           _co.Sat[ii].IOD,
    280280                           _co.Sat[ii].Clock.DeltaA0,
Note: See TracChangeset for help on using the changeset viewer.