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

    r67 r269  
    2121  ~XmlWidget();
    2222  QDomDocument XmlDoc(void);
    23   void ParseXml(QDomElement to_parse);
     23  void ParseXml(QDomElement *to_parse);
    2424  void GetFullXml(QDomElement *doc);
    2525  void GetUpdateXml(QDomElement *doc);
    2626  void ResetAllChilds(void);
    2727  virtual bool IsUptodate(void) { return true; };
    28   void LoadXml(QDomElement to_parse);
     28  void LoadXml(QDomElement *to_parse);
    2929  void RenamedFrom(QString old_name);
    3030  QString Name(void);
     
    5151  void SetIsContainer(bool status);
    5252  void SetIsExpandable(bool status);
    53   virtual void XmlEvent(QDomElement dom){};
    54   virtual void LoadEvent(QDomElement dom){};
     53  virtual void XmlEvent(QDomElement *dom){};
     54  virtual void LoadEvent(QDomElement *dom){};
    5555  QDomElement *AddXmlChild(QString type);
    5656  void RemoveXmlChild(QDomElement *element);
Note: See TracChangeset for help on using the changeset viewer.