Changeset 2000 in ntrip for trunk/BNC/bnccaster.cpp


Ignore:
Timestamp:
Nov 21, 2009, 3:35:20 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r1999 r2000  
    4747#include "bncutils.h"
    4848#include "bncsettings.h"
     49#include "bncpppthread.h"
    4950#include "RTCM/GPSDecoder.h"
    5051
     
    250251  _staIDs.push_back(getThread->staID());
    251252  _threads.push_back(getThread);
     253
     254  bncPPPthread* PPPthread = getThread->PPPthread();
     255  if (PPPthread) {
     256    connect(this, SIGNAL(newEpochData(QList<p_obs>)),
     257            PPPthread, SLOT(slotNewEpochData(QList<p_obs>)));
     258    connect(((bncApp*)qApp), SIGNAL(newEphGPS(gpsephemeris)),
     259            PPPthread, SLOT(slotNewEphGPS(gpsephemeris)));
     260    PPPthread->start();
     261  }
    252262
    253263  getThread->start();
Note: See TracChangeset for help on using the changeset viewer.