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

    r244 r269  
    9797RangeFinderPlot::~RangeFinderPlot() { delete plot; }
    9898
    99 void RangeFinderPlot::XmlEvent(QDomElement dom) { XmlSetup(dom); }
     99void RangeFinderPlot::XmlEvent(QDomElement *dom) { XmlSetup(dom); }
    100100
    101101bool RangeFinderPlot::eventFilter(QObject *o, QEvent *e) {
Note: See TracChangeset for help on using the changeset viewer.