Changeset 399 in flair-src for trunk/tools/FlairGCS/src/UdtSocket.h
- Timestamp:
- Mar 16, 2021, 5:50:25 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/UdtSocket.h
r248 r399 31 31 unsigned int total_received; 32 32 QString stats; 33 int pktSndLossTotal; 33 unsigned int pktSndLossTotal; 34 unsigned int lastpktRecvTotal; 35 34 36 35 37 signals: … … 37 39 void newFileUI(UDTSOCKET socket); 38 40 void newConnectionLayout(QString name); 39 void UDTStats(QString stats, bool loosingPackets);41 void UDTStats(QString stats,QString stylesheet,bool loosingPackets); 40 42 41 43 public slots:
Note:
See TracChangeset
for help on using the changeset viewer.