Changeset 2787 in ntrip
- Timestamp:
- Dec 14, 2010, 1:06:09 PM (14 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncmodel.cpp ¶
r2784 r2787 212 212 } 213 213 214 _useGalileo = true; // TODO 214 if ( Qt::CheckState(settings.value("pppGalileo").toInt()) == Qt::Checked) { 215 _useGalileo = true; 216 } 217 else { 218 _useGalileo = false; 219 } 215 220 216 221 int nextPar = 0; -
TabularUnified trunk/BNC/bncpppclient.cpp ¶
r2786 r2787 253 253 // ------------------------ 254 254 else if (obs.satSys == 'E') { 255 if ( obs.C1 && obs.C 2&& obs.L1() && obs.L5) {255 if ( obs.C1 && obs.C5 && obs.L1() && obs.L5) { 256 256 double f1 = t_CST::freq1; 257 257 double f5 = t_CST::freq5;
Note:
See TracChangeset
for help on using the changeset viewer.