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