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