Changeset 2812 in ntrip
- Timestamp:
- Dec 18, 2010, 1:27:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncpppclient.cpp ΒΆ
r2810 r2812 634 634 // Synchronization threshold (not used in SPP mode) 635 635 // ------------------------------------------------ 636 double maxDt = 0.0; 636 bncSettings settings; 637 double maxDt = settings.value("pppSync").toDouble(); 637 638 if (!_pppMode) { 638 639 maxDt = 0.0;
Note:
See TracChangeset
for help on using the changeset viewer.