Changeset 9292 in ntrip for trunk/BNC/src/combination/bnccomb.h


Ignore:
Timestamp:
Dec 2, 2020, 12:11:45 PM (3 years ago)
Author:
stuerze
Message:

parameter added to be able to chose the corrections to be combined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.h

    r9258 r9292  
    6363      numObs['J'] = 0;
    6464      numObs['S'] = 0;
     65      numObs['I'] = 0;
    6566    }
    6667    ~cmbAC() {}
     
    134135  SsrCorr*                               _ssrCorr;
    135136  QMap<char, unsigned>                   _cmbSysPrn;
     137  bool                                   _useGps;
     138  bool                                   _useGlo;
     139  bool                                   _useGal;
     140  bool                                   _useBds;
     141  bool                                   _useQzss;
     142  bool                                   _useSbas;
     143  bool                                   _useIrnss;
    136144};
    137145
Note: See TracChangeset for help on using the changeset viewer.