Changeset 5214 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- Jun 16, 2013, 10:20:24 AM (11 years ago)
- Location:
- trunk/BNC/src/rinex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/bncpostprocess.cpp
r5072 r5214 164 164 connect(_pppClient, SIGNAL(newMessage(QByteArray,bool)), 165 165 this, SLOT(slotMessage(const QByteArray,bool))); 166 connect(_pppClient, SIGNAL(newPosition(bncTime, double, double, double)), 167 this, SIGNAL(newPosition(bncTime, double, double, double))); 166 168 } 167 169 -
trunk/BNC/src/rinex/bncpostprocess.h
r4261 r5214 49 49 t_obs& obs); 50 50 51 protected:52 51 ~t_postProcessing(); 53 52 … … 55 54 void progress(int); 56 55 void finished(); 56 void newPosition(bncTime time, double x, double y, double z); 57 57 58 58 public slots:
Note:
See TracChangeset
for help on using the changeset viewer.