Changeset 30 in flair-src for trunk/tools/FlairGCS/src/ConnectionLayout.h
- Timestamp:
- Jun 21, 2016, 3:48:18 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/ConnectionLayout.h
r15 r30 6 6 #define CONNECTIONLAYOUT_H 7 7 8 #include <QTimer> 8 9 #include "Layout.h" 9 10 … … 33 34 UdtSocket *socket; 34 35 QList<DataRemote *> dataremotes; 36 unsigned int total_received; 37 QTimer *receive_timer; 35 38 36 39 private slots: 37 40 void receive(char *buf, int size); 41 void computeRxRate(void); 38 42 39 43 signals: 40 44 void setRemoteName(QString name); 45 void computedRxRate(float rxRate); 41 46 }; 42 47
Note:
See TracChangeset
for help on using the changeset viewer.