Changeset 436 in flair-src for trunk/tools/FlairGCS/src/Manager.cpp


Ignore:
Timestamp:
08/24/21 11:58:44 (3 years ago)
Author:
Sanahuja Guillaume
Message:

gcs:sync graphs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/FlairGCS/src/Manager.cpp

    r399 r436  
    104104  connect(timer, SIGNAL(timeout()), this, SLOT(acceptConnections()));
    105105  timer->start(500);
     106 
     107  startTime=QTime::currentTime();
    106108}
    107109
     
    147149  UdtSocket* udtSocket=(UdtSocket *)sender();
    148150 
    149   ConnectionLayout *newLayout = new ConnectionLayout(udtSocket, name);
     151  ConnectionLayout *newLayout = new ConnectionLayout(udtSocket, name, startTime);
    150152  connect(udtSocket, SIGNAL(UDTStats(QString,QString,bool)), newLayout, SIGNAL(UDTStats(QString,QString,bool)));//connection in 2 steps to get udtsocket as sender
    151153  connect(newLayout, SIGNAL(UDTStats(QString,QString,bool)), this, SLOT(printUDTStats(QString,QString,bool)));
Note: See TracChangeset for help on using the changeset viewer.