Changeset 5526 in ntrip for trunk/BNC/src
- Timestamp:
- Nov 6, 2013, 2:13:50 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/bnccaster.cpp ΒΆ
r5524 r5526 199 199 ostringstream oStr; 200 200 oStr.setf(ios::showpoint | ios::fixed); 201 oStr << obs.StatID 202 << obs.GPSWeek 203 << setprecision(7) << obs.GPSWeeks 201 oStr << obs.StatID << " " 202 << setw(4) << obs.GPSWeek << " " 203 << setw(14) << setprecision(7) << obs.GPSWeeks << " " 204 204 << bncRinex::asciiSatLine(obs) << endl; 205 205
Note:
See TracChangeset
for help on using the changeset viewer.