Ignore:
Timestamp:
Aug 8, 2014, 10:35:08 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r5808 r5861  
    2323#include "upload/bncrtnetdecoder.h"
    2424#include "bncsettings.h"
    25 #include "bncmodel.h"
    2625#include "bncutils.h"
    27 #include "bncpppclient.h"
    2826#include "bncsp3.h"
    2927#include "bncantex.h"
     
    682680    corr->eph->position(_resTime.gpsw(), _resTime.gpssec(),
    683681                        xc.data(), vv.data());
    684     bncPPPclient::applyCorr(_resTime, corr, xc, vv);
    685682   
    686683    // Correction Phase Center --> CoM
     
    741738  _rtnetDecoder->Decode(outLines.toAscii().data(), outLines.length(), errmsg);
    742739
    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);
    748743}
    749744
Note: See TracChangeset for help on using the changeset viewer.