Changeset 9326 in ntrip for trunk/BNC


Ignore:
Timestamp:
Dec 17, 2020, 11:14:03 PM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncephuser.cpp

    r9324 r9326  
    351351    // before the nominal TOC (integer time)
    352352    correctedGpsEphSet = true;
     353  } else {
     354    return false;
    353355  }
    354356
     
    356358  t_eph*   ephL = ephLast(prn);
    357359  if (!ephL) {
    358     if (correctedGpsEphSet) { // first set is a corrected set for GPS
     360    // first set is a corrected set for GPS
     361    if (correctedGpsEphSet) {
    359362      return true;
    360363    }
     
    366369    double dt = eph->TOC() - ephL->TOC();
    367370    if (correctedGpsEphSet) {
     371      // set already available
    368372      if (dt == 0.0) {
    369373        return false;
     
    374378    }
    375379  }
     380
    376381  return false;
    377382}
Note: See TracChangeset for help on using the changeset viewer.