Changeset 6153 in ntrip for trunk


Ignore:
Timestamp:
Sep 14, 2014, 8:37:22 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6141 r6153  
    3232class bncComb : public bncEphUser  {
    3333 Q_OBJECT
    34 
    3534 public:
    3635  bncComb();
    3736  virtual ~bncComb();
    38   void processOrbCorrections(const QList<t_orbCorr>& orbCorrections);
    39   void processClkCorrections(const QList<t_clkCorr>& clkCorrections);
    4037  int  nStreams() const {return _ACs.size();}
    4138
    4239 public slots:
    4340  void slotProviderIDChanged(QString mountPoint);
     41  void slotNewOrbCorrections(QList<t_orbCorr> orbCorr);
     42  void slotNewClkCorrections(QList<t_clkCorr> clkCorr);
    4443
    4544 signals:
    4645  void newMessage(QByteArray msg, bool showOnScreen);
    47   void newCorrections(QStringList);
     46  void newClkCorrections(QList<t_clkCorr> clkCorr);
    4847
    4948 private:
    50 
    5149  enum e_method{singleEpoch, filter};
    5250
Note: See TracChangeset for help on using the changeset viewer.