Changeset 9327 in ntrip for branches


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

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncephuser.cpp

    r9325 r9327  
    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.