- Timestamp:
- Mar 30, 2012, 6:40:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/upload/bncrtnetuploadcaster.cpp
r3753 r3754 278 278 if (ephPair) { 279 279 280 eph = ephPair->last; 281 282 // receptDateTime() not (yet?) defined 283 // if (ephPair->prev && 284 // eph->receptDateTime().secsTo(QDateTime::currentDateTime()) < 60) { 285 // eph = ephPair->prev; 286 // } 287 280 288 // Make sure the clock messages refer to same IOD as orbit messages 281 289 // ---------------------------------------------------------------- 282 eph = ephPair->last;283 290 if (_usedEph) { 284 291 if (fmod(epoTime.gpssec(), _samplOrb) == 0.0) { … … 298 305 } 299 306 } 300 301 // receptDateTime() not (yet?) defined302 // if (ephPair->prev &&303 // eph->receptDateTime().secsTo(QDateTime::currentDateTime()) < 60) {304 // eph = ephPair->prev;305 // }306 307 } 307 308
Note:
See TracChangeset
for help on using the changeset viewer.