- Timestamp:
- Aug 16, 2014, 2:14:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppRun.cpp
r5948 r5949 66 66 BNC_CORE, SLOT(slotMessage(const QByteArray,bool))); 67 67 68 connect(this, SIGNAL(newPosition(bncTime, QVector<double>)), 69 BNC_CORE, SIGNAL(newPosition(bncTime, QVector<double>))); 70 68 71 for (unsigned iPrn = 0; iPrn <= t_prn::MAXPRN; iPrn++) { 69 72 _lastOrbCorrIOD[iPrn] = -1; … … 74 77 75 78 if (_opt->_realTime) { 76 connect(this, SIGNAL(newPosition(bncTime, QVector<double>)),77 BNC_CORE, SIGNAL(newPosition(bncTime, QVector<double>)));78 79 79 Qt::ConnectionType conType = Qt::AutoConnection; 80 80 if (BNC_CORE->mode() == t_bncCore::batchPostProcessing) {
Note:
See TracChangeset
for help on using the changeset viewer.