Changeset 142 in ntrip for trunk/BNC/bnccaster.cpp
- Timestamp:
- Sep 8, 2006, 2:14:11 PM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC
- Property svn:ignore
-
old new 3 3 bnc 4 4 anlagen 5 qrc_bnc.cpp 5 6 moc_bnccaster.cpp 6 7 moc_bncgetthread.cpp
-
- Property svn:ignore
-
trunk/BNC/bnccaster.cpp
r141 r142 83 83 long newTime = obs->GPSWeek * 7*24*3600 + obs->GPSWeeks; 84 84 85 cout << "newTime " << newTime << endl;86 87 85 // First time, set the _lastDumpSec immediately 88 86 // -------------------------------------------- … … 107 105 // Dump older epochs 108 106 // ----------------- 109 cout << "dump " << _lastDumpSec << " " << newTime - _waitTime << endl;110 107 dumpEpochs(_lastDumpSec + 1, newTime - _waitTime); 111 108 _lastDumpSec = newTime - _waitTime;
Note:
See TracChangeset
for help on using the changeset viewer.