Changeset 8946 in ntrip for branches/BNC_2.12/src/upload
- Timestamp:
- Jun 9, 2020, 9:53:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/upload/bncrtnetuploadcaster.cpp
r8943 r8946 1352 1352 // ------------ 1353 1353 struct PhaseBias::PhaseBiasSat* phasebiasSat = 0; 1354 if (!phaseBiasList.isEmpty()) { 1354 // if (!phaseBiasList.isEmpty()) { // to allow yaw angle without phase bias list 1355 1355 if (prn.system() == 'G') { 1356 1356 phasebiasSat = phasebias.Sat … … 1388 1388 ++phasebias.NumberOfSat[CLOCKORBIT_SATBDS]; 1389 1389 } 1390 }1390 //} 1391 1391 1392 1392 if (phasebiasSat) {
Note:
See TracChangeset
for help on using the changeset viewer.