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.h

    r399 r436  
    77
    88#include "Layout.h"
     9#include <QTime>
    910
    1011class UdtSocket;
     
    1516
    1617public:
    17   ConnectionLayout(UdtSocket *socket, QString name);
     18  ConnectionLayout(UdtSocket *socket, QString name, QTime startTime);
    1819  ~ConnectionLayout();
    1920  void XmlToSend(QDomDocument doc);
     
    2324  QString getName();
    2425  static QString getDocRootName(char* buf, int size);
    25 
     26  QTime GetStartTime(void);
     27 
    2628private:
    2729  void drawDatas(char *buf, int buf_size, uint16_t period,
     
    3032  UdtSocket *socket;
    3133  QList<DataRemote *> dataremotes;
     34  QTime startTime;
    3235 
    3336private slots:
Note: See TracChangeset for help on using the changeset viewer.