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
d7643d24
Commit
d7643d24
authored
May 18, 2019
by
Don Gagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
15c376d3
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
86 additions
and
53 deletions
+86
-53
Vehicle.cc
src/Vehicle/Vehicle.cc
+82
-53
Vehicle.h
src/Vehicle/Vehicle.h
+4
-0
No files found.
src/Vehicle/Vehicle.cc
View file @
d7643d24
This diff is collapsed.
Click to expand it.
src/Vehicle/Vehicle.h
View file @
d7643d24
...
@@ -1230,6 +1230,7 @@ private slots:
...
@@ -1230,6 +1230,7 @@ private slots:
void
_trafficUpdate
(
bool
alert
,
QString
traffic_id
,
QString
vehicle_id
,
QGeoCoordinate
location
,
float
heading
);
void
_trafficUpdate
(
bool
alert
,
QString
traffic_id
,
QString
vehicle_id
,
QGeoCoordinate
location
,
float
heading
);
void
_adsbTimerTimeout
();
void
_adsbTimerTimeout
();
void
_orbitTelemetryTimeout
(
void
);
void
_orbitTelemetryTimeout
(
void
);
void
_protocolVersionTimeOut
(
void
);
private:
private:
bool
_containsLink
(
LinkInterface
*
link
);
bool
_containsLink
(
LinkInterface
*
link
);
...
@@ -1297,6 +1298,8 @@ private:
...
@@ -1297,6 +1298,8 @@ private:
void
_updateArmed
(
bool
armed
);
void
_updateArmed
(
bool
armed
);
bool
_apmArmingNotRequired
(
void
);
bool
_apmArmingNotRequired
(
void
);
void
_pidTuningAdjustRates
(
bool
setRatesForTuning
);
void
_pidTuningAdjustRates
(
bool
setRatesForTuning
);
void
_handleUnsupportedRequestAutopilotCapabilities
(
void
);
void
_handleUnsupportedRequestProtocolVersion
(
void
);
int
_id
;
///< Mavlink system id
int
_id
;
///< Mavlink system id
int
_defaultComponentId
;
int
_defaultComponentId
;
...
@@ -1354,6 +1357,7 @@ private:
...
@@ -1354,6 +1357,7 @@ private:
uint32_t
_telemetryTXBuffer
;
uint32_t
_telemetryTXBuffer
;
int
_telemetryLNoise
;
int
_telemetryLNoise
;
int
_telemetryRNoise
;
int
_telemetryRNoise
;
bool
_mavlinkProtocolRequestComplete
;
unsigned
_maxProtoVersion
;
unsigned
_maxProtoVersion
;
bool
_vehicleCapabilitiesKnown
;
bool
_vehicleCapabilitiesKnown
;
uint64_t
_capabilityBits
;
uint64_t
_capabilityBits
;
...
...
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