Changeset 5861 in ntrip for trunk/BNC/src/combination
- Timestamp:
- Aug 8, 2014, 10:35:08 AM (10 years ago)
- Location:
- trunk/BNC/src/combination
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r5808 r5861 23 23 #include "upload/bncrtnetdecoder.h" 24 24 #include "bncsettings.h" 25 #include "bncmodel.h"26 25 #include "bncutils.h" 27 #include "bncpppclient.h"28 26 #include "bncsp3.h" 29 27 #include "bncantex.h" … … 682 680 corr->eph->position(_resTime.gpsw(), _resTime.gpssec(), 683 681 xc.data(), vv.data()); 684 bncPPPclient::applyCorr(_resTime, corr, xc, vv);685 682 686 683 // Correction Phase Center --> CoM … … 741 738 _rtnetDecoder->Decode(outLines.toAscii().data(), outLines.length(), errmsg); 742 739 743 // Optionally send new Corrections to PPP 744 // -------------------------------------- 745 if (BNC_CORE->_bncPPPclient) { 746 BNC_CORE->_bncPPPclient->slotNewCorrections(corrLines); 747 } 740 // Send new Corrections to PPP etc. 741 // -------------------------------- 742 emit newCorrections(corrLines); 748 743 } 749 744 -
trunk/BNC/src/combination/bnccomb.h
r5583 r5861 43 43 signals: 44 44 void newMessage(QByteArray msg, bool showOnScreen); 45 void newCorrections(QStringList); 45 46 46 47 private:
Note:
See TracChangeset
for help on using the changeset viewer.