Changeset 3260 in ntrip
- Timestamp:
- Apr 3, 2011, 8:47:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/upload/bncrtnetuploadcaster.cpp
r3255 r3260 266 266 if (ephPair) { 267 267 t_eph* eph = ephPair->last; 268 if (ephPair->prev && 269 eph->receptDateTime().secsTo(QDateTime::currentDateTime()) < 60) { 270 eph = ephPair->prev; 271 } 268 269 // receptDateTime() not (yet?) defined 270 // if (ephPair->prev && 271 // eph->receptDateTime().secsTo(QDateTime::currentDateTime()) < 60) { 272 // eph = ephPair->prev; 273 // } 272 274 273 275 in >> xx(1) >> xx(2) >> xx(3) >> xx(4) >> xx(5)
Note:
See TracChangeset
for help on using the changeset viewer.