source:
ntrip/trunk/BNC/combination/bnccomb.h@
2912
Last change on this file since 2912 was 2910, checked in by , 14 years ago | |
---|---|
File size: 362 bytes |
Line | |
---|---|
1 | |
2 | #ifndef BNCCOMB_H |
3 | #define BNCCOMB_H |
4 | |
5 | #include "bncephuser.h" |
6 | |
7 | class bncComb : public bncEphUser { |
8 | Q_OBJECT |
9 | |
10 | public: |
11 | bncComb(); |
12 | ~bncComb(); |
13 | void processCorrLine(const QString& staID, const QString& line); |
14 | int nStreams() const {return _nStreams;} |
15 | |
16 | signals: |
17 | void newMessage(QByteArray msg, bool showOnScreen); |
18 | |
19 | private: |
20 | int _nStreams; |
21 | }; |
22 | |
23 | #endif |
Note:
See TracBrowser
for help on using the repository browser.