Changeset 4298 in ntrip for trunk/BNC/src
- Timestamp:
- Jun 23, 2012, 9:25:46 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncsp3.cpp
r4297 r4298 48 48 // Check the sampling interval (print empty epochs) 49 49 // ------------------------------------------------ 50 if (_lastEpoTime.valid() ) {50 if (_lastEpoTime.valid() && _sampl > 0) { 51 51 for (bncTime ep = _lastEpoTime +_sampl; ep < epoTime; ep = ep +_sampl) { 52 52 _out << "* " << ep.datestr(' ') << ' ' << ep.timestr(8, ' ') << endl;
Note:
See TracChangeset
for help on using the changeset viewer.