Changeset 399 in flair-src for trunk/tools/FlairGCS/src/UdtSocket.h


Ignore:
Timestamp:
03/16/21 17:50:25 (3 years ago)
Author:
Sanahuja Guillaume
Message:

change color of status bar in gcs if high bandwidth usage is detected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/FlairGCS/src/UdtSocket.h

    r248 r399  
    3131  unsigned int total_received;
    3232  QString stats;
    33   int pktSndLossTotal;
     33  unsigned int pktSndLossTotal;
     34  unsigned int lastpktRecvTotal;
     35 
    3436
    3537signals:
     
    3739  void newFileUI(UDTSOCKET socket);
    3840  void newConnectionLayout(QString name);
    39   void UDTStats(QString stats,bool loosingPackets);
     41  void UDTStats(QString stats,QString stylesheet,bool loosingPackets);
    4042
    4143public slots:
Note: See TracChangeset for help on using the changeset viewer.