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
839c2984
Commit
839c2984
authored
Jan 13, 2011
by
Mariano Lizarraga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed duplicated declaration of method in SlugsMAV.h
parent
3e34eaab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
qgcunittest.pro
qgcunittest.pro
+9
-3
SlugsMAV.h
src/uas/SlugsMAV.h
+3
-4
No files found.
qgcunittest.pro
View file @
839c2984
...
...
@@ -11,7 +11,7 @@ QT += network \
TEMPLATE
=
app
TARGET
=
tst_uas
unittest
TARGET
=
qgc
unittest
BASEDIR
=
$$
IN_PWD
TESTDIR
=
$$
BASEDIR
/
qgcunittest
...
...
@@ -97,8 +97,7 @@ INCLUDEPATH += . \
$$
BASEDIR
/
src
/
ui
/
\
SOURCES
+=
$$
TESTDIR
/
tst_uasunittest
.
cc
\
src
/
uas
/
UAS
.
cc
\
SOURCES
+=
src
/
uas
/
UAS
.
cc
\
src
/
comm
/
MAVLinkProtocol
.
cc
\
src
/
uas
/
UASWaypointManager
.
cc
\
src
/
Waypoint
.
cc
\
...
...
@@ -111,6 +110,10 @@ SOURCES += $$TESTDIR/tst_uasunittest.cc \
src
/
comm
/
LinkManager
.
cc
\
src
/
QGC
.
cc
\
src
/
comm
/
SerialLink
.
cc
\
$$
TESTDIR
/
SlugsMavUnitTest
.
cc
\
$$
TESTDIR
/
testSuite
.
cc
\
$$
TESTDIR
/
UASUnitTest
.
cc
HEADERS
+=
src
/
uas
/
UASInterface
.
h
\
src
/
uas
/
UAS
.
h
\
...
...
@@ -129,6 +132,9 @@ HEADERS += src/uas/UASInterface.h \
src
/
QGC
.
h
\
src
/
comm
/
SerialLinkInterface
.
h
\
src
/
comm
/
SerialLink
.
h
\
$$
TESTDIR
//
SlugsMavUnitTest
.
h
\
$$
TESTDIR
/
AutoTest
.
h
\
$$
TESTDIR
/
UASUnitTest
.
h
...
...
src/uas/SlugsMAV.h
View file @
839c2984
...
...
@@ -36,9 +36,7 @@ class SlugsMAV : public UAS
public:
SlugsMAV
(
MAVLinkProtocol
*
mavlink
,
int
id
=
0
);
#ifdef MAVLINK_ENABLED_SLUGS
mavlink_pwm_commands_t
*
getPwmCommands
();
#endif
public
slots
:
/** @brief Receive a MAVLink message from this MAV */
...
...
@@ -46,8 +44,9 @@ public slots:
void
emitSignals
(
void
);
#ifdef MAVLINK_ENABLED_SLUGS
mavlink_pwm_commands_t
*
getPwmCommands
();
#endif
signals:
...
...
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