Changeset 2290 in ntrip
- Timestamp:
- Feb 12, 2010, 11:56:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncgetthread.cpp ¶
r2182 r2290 286 286 // Initialize PPP Client? 287 287 // ---------------------- 288 #ifndef MLS_SOFTWARE 288 289 if (settings.value("pppMount").toString() == _staID) { 289 290 _PPPclient = new bncPPPclient(_staID); … … 291 292 connect(_PPPclient, SIGNAL(newPosition(bncTime, double, double, double)), 292 293 this, SIGNAL(newPosition(bncTime, double, double, double))); 293 connect(_PPPclient, SIGNAL(newNMEAstr(QByteArray)), 294 this, SIGNAL(newNMEAstr(QByteArray))); 295 } 294 connect(_PPPclient, SIGNAL(newNMEAstr(QByteArray)), 295 this, SIGNAL(newNMEAstr(QByteArray))); 296 } 297 #endif 296 298 297 299 // Instantiate the decoder … … 483 485 // PPP Client 484 486 // ---------- 487 #ifndef MLS_SOFTWARE 485 488 if (_PPPclient) { 486 489 _PPPclient->putNewObs(obs); 487 490 } 491 #endif 488 492 489 493 // Emit new observation signal
Note:
See TracChangeset
for help on using the changeset viewer.