Changeset 9097 in ntrip for branches/BNC_2.12/src/bnccaster.cpp
- Timestamp:
- Sep 3, 2020, 3:16:01 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/bnccaster.cpp
r9089 r9097 593 593 } 594 594 else { 595 if (ltMap[obs._prn] < minLockTime) { 596 ltMap[obs._prn] = minLockTime; 595 if (minLockTime < ltMap[obs._prn]) { 597 596 jcMap[obs._prn] += 1; 598 597 if (jcMap[obs._prn] > 9999) { … … 600 599 } 601 600 } 601 ltMap[obs._prn] = minLockTime; 602 602 } 603 603 for (unsigned ii = 0; ii < obs._obs.size(); ii++) {
Note:
See TracChangeset
for help on using the changeset viewer.