Changeset 269 in flair-src for trunk/tools/FlairGCS/src/DataPlot2D.h


Ignore:
Timestamp:
10/04/18 13:53:11 (6 years ago)
Author:
Sanahuja Guillaume
Message:

flairgcs:
speed up processing time when receiving datas from uav
triger watchdog while receiving datas from uav
(avoids connection lost in uav)

File:
1 edited

Legend:

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

    r15 r269  
    3131private:
    3232  QwtPlot *plot;
    33   void XmlEvent(QDomElement dom);
     33  void XmlEvent(QDomElement *dom);
    3434  void alignScales(void);
    3535  void plot_data(double data_x, double data_y, int index);
Note: See TracChangeset for help on using the changeset viewer.