Changeset 8957 in ntrip
- Timestamp:
- Jun 23, 2020, 12:00:42 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r8944 r8957 1357 1357 // ------------ 1358 1358 struct PhaseBias::PhaseBiasSat* phasebiasSat = 0; 1359 if (!phaseBiasList.isEmpty()) { 1359 // if (!phaseBiasList.isEmpty()) { // to allow yaw angle without phase bias list 1360 1360 if (prn.system() == 'G') { 1361 1361 phasebiasSat = phasebias.Sat … … 1393 1393 ++phasebias.NumberOfSat[CLOCKORBIT_SATBDS]; 1394 1394 } 1395 }1395 //} 1396 1396 1397 1397 if (phasebiasSat) {
Note:
See TracChangeset
for help on using the changeset viewer.