Changeset 6458 in ntrip
- Timestamp:
- Dec 27, 2014, 4:18:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/satObs.cpp ΒΆ
r6457 r6458 32 32 if (!epoTime.valid()) { 33 33 epoTime = corr._time; 34 *out << "> CLOCK " << string(epoTime) << ' ' <<setw(3) << corrList.size() << ' '35 << corr._staID << endl; 34 *out << "> CLOCK " << epoTime.datestr(' ') << ' ' << epoTime.timestr(1,' ') << ' ' 35 << corrList.size() << ' ' << corr._staID << endl; 36 36 } 37 37 *out << corr._prn.toString() << ' ' << setw(3) << corr._iod << ' '
Note:
See TracChangeset
for help on using the changeset viewer.