Changeset 269 in flair-src for trunk/tools/FlairGCS/src/ListWidget.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/ListWidget.h

    r88 r269  
    7272   * \param[in]  dom   The dom containing the xml file.
    7373   */
    74   void XmlEvent(QDomElement dom);
     74  void XmlEvent(QDomElement *dom);
    7575  /**
    7676   * \brief      Reset the widget, load the internal parameters.
     
    8383   * \param[in]  dom   The dom containing the xml file.
    8484   */
    85   void LoadEvent(QDomElement dom);
     85  void LoadEvent(QDomElement *dom);
    8686  /**
    8787   * \brief      Save the user interface variables state in the internal members.
Note: See TracChangeset for help on using the changeset viewer.