Changeset 5576 in ntrip for trunk/BNC/src/GPSS
- Timestamp:
- Nov 25, 2013, 5:47:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/GPSS/hassDecoder.cpp
r5564 r5576 141 141 } 142 142 143 int SSRProviderID = 0;144 int SSRSolutionID = 0;145 int SSRIOD = 0;146 147 143 corrLine.sprintf("%d %d %d %.1f %s" 148 144 " %3d" 149 145 " %8.3f %8.3f %8.3f %8.3f" 150 146 " %10.5f %10.5f %10.5f %10.5f" 151 " %10.5f" 152 " %5d %2d %2d", 147 " %10.5f", 153 148 messageType, updateInterval, coTime.gpsw(), _GPSweeks, 154 149 prn.toAscii().data(), IOD, 155 150 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); 158 152 159 153 RTCM3coDecoder::reopen(_fileNameSkl, _fileName, _out);
Note:
See TracChangeset
for help on using the changeset viewer.