Changeset 2145 in ntrip for trunk/BNC/bncgetthread.cpp
- Timestamp:
- Dec 31, 2009, 11:15:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncgetthread.cpp
r2144 r2145 289 289 _PPPclient = new bncPPPclient(_staID); 290 290 qRegisterMetaType<bncTime>("bncTime"); 291 connect(_PPPclient, SIGNAL(newPosition( const bncTime&, const double*)),292 this, SIGNAL(newPosition( const bncTime&, const double*)));291 connect(_PPPclient, SIGNAL(newPosition(bncTime, double, double, double)), 292 this, SIGNAL(newPosition(bncTime, double, double, double))); 293 293 } 294 294
Note:
See TracChangeset
for help on using the changeset viewer.