Ignore:
Timestamp:
Oct 7, 2021, 2:13:32 PM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r9488 r9509  
    436436      flags = 1;
    437437    }
     438    if (number == 0) {
     439      continue;
     440    }
    438441    prn.set(sys, number, flags);
    439442    QString prnInternalStr = QString::fromStdString(prn.toInternalString());
     
    612615        t_irc irc = processSatellite(eph, epoTime.gpsw(), epoTime.gpssec(), prnStr, rtnAPC,
    613616                                     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()       */
    619619          continue;
    620620        }
     
    945945    struct SsrCorr::ClockOrbit::SatData* sd, QString& outLine) {
    946946
    947   if (eph->prn().number() == 0) {
    948     return failure;
    949   }
    950947  // Broadcast Position and Velocity
    951948  // -------------------------------
Note: See TracChangeset for help on using the changeset viewer.