Changeset 5576 in ntrip for trunk/BNC/src/GPSS


Ignore:
Timestamp:
Nov 25, 2013, 5:47:57 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/GPSS/hassDecoder.cpp

    r5564 r5576  
    141141    }
    142142
    143     int SSRProviderID = 0;
    144     int SSRSolutionID = 0;
    145     int SSRIOD        = 0;
    146 
    147143    corrLine.sprintf("%d %d %d %.1f %s"
    148144                     "   %3d"
    149145                     "   %8.3f %8.3f %8.3f %8.3f"
    150146                     "   %10.5f %10.5f %10.5f %10.5f"
    151                      "   %10.5f"
    152                      "   %5d %2d %2d",
     147                     "   %10.5f",
    153148                     messageType, updateInterval, coTime.gpsw(), _GPSweeks,
    154149                     prn.toAscii().data(), IOD,
    155150                     dClk, rao[0], rao[1], rao[2],
    156                      0.0, dotRao[0], dotRao[1], dotRao[2], 0.0,
    157                      SSRProviderID, SSRSolutionID, SSRIOD);
     151                     0.0, dotRao[0], dotRao[1], dotRao[2], 0.0);
    158152
    159153    RTCM3coDecoder::reopen(_fileNameSkl, _fileName, _out);   
Note: See TracChangeset for help on using the changeset viewer.