Changeset 2425 in ntrip for trunk/BNC/RTCM3/RTCM3coDecoder.cpp


Ignore:
Timestamp:
Apr 14, 2010, 3:18:56 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2295 r2425  
    232232                           "   %8.3f %8.3f %8.3f %8.3f"
    233233                           "   %10.5f %10.5f %10.5f %10.5f"
    234                            "   %10.5f %10.5f %10.5f %10.5f",
     234                           "   %10.5f",
    235235                           _co.Sat[ii].IOD,
    236236                           _co.Sat[ii].Clock.DeltaA0,
     
    242242                           _co.Sat[ii].Orbit.DotDeltaAlongTrack,
    243243                           _co.Sat[ii].Orbit.DotDeltaCrossTrack,
    244                            _co.Sat[ii].Clock.DeltaA2,
    245                            _co.Sat[ii].Orbit.DotDotDeltaRadial,
    246                            _co.Sat[ii].Orbit.DotDotDeltaAlongTrack,
    247                            _co.Sat[ii].Orbit.DotDotDeltaCrossTrack);
     244                           _co.Sat[ii].Clock.DeltaA2);
    248245              printLine(linePart+line, coTime);
    249246            }
     
    256253              line.sprintf("   %3d"
    257254                           "   %8.3f %8.3f %8.3f"
    258                            "   %10.5f %10.5f %10.5f"
    259255                           "   %10.5f %10.5f %10.5f",
    260256                           _co.Sat[ii].IOD,
     
    264260                           _co.Sat[ii].Orbit.DotDeltaRadial,
    265261                           _co.Sat[ii].Orbit.DotDeltaAlongTrack,
    266                            _co.Sat[ii].Orbit.DotDeltaCrossTrack,
    267                            _co.Sat[ii].Orbit.DotDotDeltaRadial,
    268                            _co.Sat[ii].Orbit.DotDotDeltaAlongTrack,
    269                            _co.Sat[ii].Orbit.DotDotDeltaCrossTrack);
     262                           _co.Sat[ii].Orbit.DotDeltaCrossTrack);
    270263              printLine(linePart+line, coTime);
    271264            }
     
    289282                      _co.messageType == COTYPE_GLONASSURA ) {
    290283              QString line;
    291               line.sprintf("   %3d   %d",
    292                            _co.Sat[ii].IOD, _co.Sat[ii].URA);
     284              line.sprintf("   %3d   %f",
     285                           _co.Sat[ii].IOD, _co.Sat[ii].UserRangeAccuracy);
    293286              printLine(linePart+line, coTime);
    294287            }
Note: See TracChangeset for help on using the changeset viewer.