Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
0deb9dde
Commit
0deb9dde
authored
Nov 27, 2017
by
Beat Küng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AirMapManager: error handling, change to updated API of airmapd
parent
22169ffe
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
50 additions
and
64 deletions
+50
-64
AirMapManager.cc
src/MissionManager/AirMapManager.cc
+48
-63
AirMapManager.h
src/MissionManager/AirMapManager.h
+2
-1
No files found.
src/MissionManager/AirMapManager.cc
View file @
0deb9dde
This diff is collapsed.
Click to expand it.
src/MissionManager/AirMapManager.h
View file @
0deb9dde
...
...
@@ -279,6 +279,7 @@ public:
void
stop
();
signals:
void
error
(
const
QString
&
what
,
const
QString
&
airmapdMessage
,
const
QString
&
airmapdDetails
);
void
trafficUpdate
(
QString
traffic_id
,
QString
vehicle_id
,
QGeoCoordinate
location
,
float
heading
);
private:
...
...
@@ -313,7 +314,7 @@ public:
bool
isTelemetryStreaming
()
const
override
;
signals:
void
networkError
(
QNetworkReply
::
NetworkError
code
,
const
QString
&
errorString
,
const
QString
&
serverErrorMessage
);
void
error
(
const
QString
&
what
,
const
QString
&
airmapdMessage
,
const
QString
&
airmapdDetails
);
public
slots
:
void
endFlight
()
override
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment