Changeset 10334 in ntrip


Ignore:
Timestamp:
Feb 14, 2024, 8:27:08 AM (2 months ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppSatObs.cpp

    r10327 r10334  
    359359    retVal *= GLO_WEIGHT_FACTOR;
    360360  }
    361 
     361  if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {
     362    retVal *= BDS_WEIGHT_FACTOR;
     363  }
    362364
    363365  // Elevation-Dependent Weighting
     
    402404  if (_prn.system() == 'R' && t_lc::includesCode(tLC)) {
    403405    retVal *= GLO_WEIGHT_FACTOR;
     406  }
     407  if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {
     408    retVal *= BDS_WEIGHT_FACTOR;
    404409  }
    405410
Note: See TracChangeset for help on using the changeset viewer.