source: ntrip/trunk/BNC/src/upload/bncephuploadcaster.h@ 7889

Last change on this file since 7889 was 7889, checked in by stuerze, 8 years ago

BNC's ephemeris upload is extended to allows an upload of more than one stream and to choose a single satellite system

File size: 460 bytes
Line 
1#ifndef BNCEPHUPLOADCASTER_H
2#define BNCEPHUPLOADCASTER_H
3
4#include <newmat.h>
5#include "bncuploadcaster.h"
6#include "bncephuser.h"
7
8class bncEphUploadCaster : public bncEphUser {
9 Q_OBJECT
10 public:
11 bncEphUploadCaster();
12 virtual ~bncEphUploadCaster();
13 signals:
14 void newBytes(QByteArray staID, double nbyte);
15 protected:
16 virtual void ephBufferChanged();
17 private:
18// bncUploadCaster* _ephUploadCaster;
19 QVector<bncUploadCaster*> _casters;
20};
21
22#endif
Note: See TracBrowser for help on using the repository browser.