Changeset 3752 in ntrip for trunk/BNC/rinex
- Timestamp:
- Mar 30, 2012, 5:17:26 PM (13 years ago)
- Location:
- trunk/BNC/rinex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/rinex/bncpostprocess.cpp ¶
r3748 r3752 117 117 _corrFile = new t_corrFile(_opt->corrFileName); 118 118 connect(_corrFile, SIGNAL(newCorrections(QList<QString>)), 119 _pppClient, SLOT(slotNewCorrections(QList<QString>))); 119 _pppClient, SLOT(slotNewCorrections(QList<QString>)), 120 Qt::DirectConnection); 120 121 } 121 122 -
TabularUnified trunk/BNC/rinex/corrfile.cpp ¶
r3721 r3752 110 110 bncTime tNew(GPSweek, GPSweeks); 111 111 112 if (tNew > =tt) {112 if (tNew > tt) { 113 113 return true; 114 114 }
Note:
See TracChangeset
for help on using the changeset viewer.