Changeset 9264 in ntrip for trunk/BNC/src
- Timestamp:
- Nov 19, 2020, 11:17:00 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r9262 r9264 458 458 return; 459 459 } 460 // No switch, if the last one is too recent 461 // ---------------------------------------- 462 const int MINAGE = 100; // seconds, upload is waiting 60 seconds + combi has ~30 seconds latency 463 if (lastEph->receptDateTime().isValid() && 464 lastEph->receptDateTime().secsTo(currentDateAndTimeGPS()) < MINAGE) { 465 return; 466 } 460 467 461 468 ColumnVector oldXC(6); … … 471 478 double dC = newXC(4) - oldXC(4); 472 479 473 / /small check480 /* small check 474 481 // ----------- 475 482 const double MAXDIFF = 1000.0; … … 480 487 return; 481 488 } 482 489 */ 483 490 ColumnVector dRAO(3); 484 491 XYZ_to_RSW(newXC.Rows(1,3), newVV, dX, dRAO);
Note:
See TracChangeset
for help on using the changeset viewer.