Changeset 9357 in ntrip


Ignore:
Timestamp:
Feb 24, 2021, 10:06:11 AM (3 years ago)
Author:
stuerze
Message:

minor changes to test GLONASS ssr upload

File:
1 edited

Legend:

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

    r9249 r9357  
    279279    return true;
    280280  }
    281   // updated every 30 minutes
     281  /* updated every 30 minutes
    282282  else if (eph->type() == t_eph::GLONASS && dt > 1*3600.0) {
    283283    return true;
    284   }
     284  }*/
    285285  // orbit parameters are valid for 7200 seconds (minimum)
    286286  else if (eph->type() == t_eph::QZSS    && dt > 2*3600.0) {
Note: See TracChangeset for help on using the changeset viewer.