source: ntrip/trunk/BNC/combination/bnccomb.h@ 2903

Last change on this file since 2903 was 2903, checked in by mervart, 13 years ago
File size: 307 bytes
Line 
1
2#ifndef BNCCOMB_H
3#define BNCCOMB_H
4
5#include <QtCore>
6
7class bncComb : public QObject {
8 Q_OBJECT
9
10 public:
11 bncComb();
12 ~bncComb();
13 void processCorrLine(const QString& staID, const QString& line);
14
15 public slots:
16
17 signals:
18 void newMessage(QByteArray msg, bool showOnScreen);
19
20 private:
21};
22
23#endif
Note: See TracBrowser for help on using the repository browser.