Changeset 2866 in ntrip
- Timestamp:
- Jan 22, 2011, 1:00:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r2865 r2866 733 733 QMutexLocker locker(&_mutex); 734 734 735 // Combination of Corrections 736 // -------------------------- 737 if (_bncComb) { 738 _bncComb->processCorrLine(staID, line); 739 } 740 735 741 bncSettings settings; 736 742 _waitCoTime = settings.value("corrTime").toInt(); … … 754 760 emit( newMessage(line.toAscii(), true) ); 755 761 return; 756 }757 758 // Combination of Corrections759 // --------------------------760 if (_bncComb) {761 _bncComb->processCorrLine(staID, line);762 762 } 763 763
Note:
See TracChangeset
for help on using the changeset viewer.