Changeset 10116 in ntrip for trunk/BNC/src/combination/bnccomb.h
- Timestamp:
- Jul 3, 2023, 11:30:51 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.h
r10096 r10116 85 85 numObs['S'] = 0; 86 86 numObs['I'] = 0; 87 isAPC = false; 87 88 } 88 89 ~cmbAC() {} … … 90 91 QString name; 91 92 double weightFactor; 93 bool isAPC; 92 94 QMap<char, unsigned> numObs; 93 95 }; … … 256 258 QMap<char, QString> _masterOrbitAC; 257 259 QMap<char, unsigned> _masterMissingEpochs; 260 QMap<char, bool> _masterIsAPC; 258 261 e_method _method; 259 262 int _cmbSampl;
Note:
See TracChangeset
for help on using the changeset viewer.