Changeset 9509 in ntrip
- Timestamp:
- Oct 7, 2021, 2:13:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r9488 r9509 436 436 flags = 1; 437 437 } 438 if (number == 0) { 439 continue; 440 } 438 441 prn.set(sys, number, flags); 439 442 QString prnInternalStr = QString::fromStdString(prn.toInternalString()); … … 612 615 t_irc irc = processSatellite(eph, epoTime.gpsw(), epoTime.gpssec(), prnStr, rtnAPC, 613 616 rtnUra, rtnClk, rtnVel, rtnCoM, rtnClkSig, sd, outLine); 614 if (irc != success) {/* 615 // very few cases: check states bad and unhealthy are excluded earlier 616 sd->ID = prnStr.mid(1).toInt(); // to prevent G00, R00 entries 617 sd->IOD = eph->IOD(); 618 */ 617 if (irc != success) { 618 /* !xP.size() */ 619 619 continue; 620 620 } … … 945 945 struct SsrCorr::ClockOrbit::SatData* sd, QString& outLine) { 946 946 947 if (eph->prn().number() == 0) {948 return failure;949 }950 947 // Broadcast Position and Velocity 951 948 // -------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.