Changeset 4297 in ntrip for trunk/BNC/src
- Timestamp:
- Jun 23, 2012, 8:25:26 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncsp3.cpp
r4296 r4297 50 50 if (_lastEpoTime.valid()) { 51 51 for (bncTime ep = _lastEpoTime +_sampl; ep < epoTime; ep = ep +_sampl) { 52 _out << "* " << ep.datestr(' ') << ep.timestr(8, ' ') << endl;52 _out << "* " << ep.datestr(' ') << ' ' << ep.timestr(8, ' ') << endl; 53 53 } 54 54 } … … 56 56 // Print the new epoch 57 57 // ------------------- 58 _out << "* " << epoTime.datestr(' ') << epoTime.timestr(8, ' ') << endl;58 _out << "* " << epoTime.datestr(' ') << ' ' << epoTime.timestr(8, ' ') << endl; 59 59 60 60 _lastEpoTime = epoTime;
Note:
See TracChangeset
for help on using the changeset viewer.