Changeset 269 in flair-src for trunk/tools/FlairGCS/src/Manager.cpp


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

    r260 r269  
    319319                "," + QString::number(errorColumn) + ")");
    320320      } else {
    321         connections.at(i).layout->LoadXml(doc);
     321        connections.at(i).layout->LoadXml(&doc);
    322322      }
    323323      delete file;
Note: See TracChangeset for help on using the changeset viewer.