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/ConnectionLayout.cpp

    r269 r436  
    99#include "communication.h"
    1010
    11 ConnectionLayout::ConnectionLayout(UdtSocket *socket, QString name)
     11ConnectionLayout::ConnectionLayout(UdtSocket *socket, QString name, QTime startTime)
    1212    : Layout(NULL, name, "root") {
    1313  this->socket = socket;
    1414  this->name = name;
     15  this->startTime = startTime;
    1516}
    1617
    1718ConnectionLayout::~ConnectionLayout() {
     19}
     20
     21QTime ConnectionLayout::GetStartTime(void) {
     22    return startTime;
    1823}
    1924
Note: See TracChangeset for help on using the changeset viewer.