Changeset 6000 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Aug 18, 2014, 9:57:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppRun.cpp
r5999 r6000 585 585 bool t_pppRun::waitForCorr(const bncTime& epoTime) const { 586 586 587 if (!_opt->_realTime ) {587 if (!_opt->_realTime || opt->_corrMount.empty()) { 588 588 return false; 589 589 }
Note:
See TracChangeset
for help on using the changeset viewer.