Changeset 6153 in ntrip for trunk/BNC/src
- Timestamp:
- Sep 14, 2014, 8:37:22 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.h
r6141 r6153 32 32 class bncComb : public bncEphUser { 33 33 Q_OBJECT 34 35 34 public: 36 35 bncComb(); 37 36 virtual ~bncComb(); 38 void processOrbCorrections(const QList<t_orbCorr>& orbCorrections);39 void processClkCorrections(const QList<t_clkCorr>& clkCorrections);40 37 int nStreams() const {return _ACs.size();} 41 38 42 39 public slots: 43 40 void slotProviderIDChanged(QString mountPoint); 41 void slotNewOrbCorrections(QList<t_orbCorr> orbCorr); 42 void slotNewClkCorrections(QList<t_clkCorr> clkCorr); 44 43 45 44 signals: 46 45 void newMessage(QByteArray msg, bool showOnScreen); 47 void newC orrections(QStringList);46 void newClkCorrections(QList<t_clkCorr> clkCorr); 48 47 49 48 private: 50 51 49 enum e_method{singleEpoch, filter}; 52 50
Note:
See TracChangeset
for help on using the changeset viewer.