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
bdfd65e7
Commit
bdfd65e7
authored
Aug 07, 2012
by
Lorenz Meier
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #150 from jjhall89/errorsFixed
Errors fixed.
parents
aae22f7c
26ec8873
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
qserialport.cpp
libs/thirdParty/qserialport/src/common/qserialport.cpp
+1
-1
QGCMAVLink.h
src/comm/QGCMAVLink.h
+1
-1
SlugsMAV.h
src/uas/SlugsMAV.h
+1
-1
UASWaypointManager.cc
src/uas/UASWaypointManager.cc
+1
-1
senseSoarMAV.h
src/uas/senseSoarMAV.h
+1
-1
DebugConsole.cc
src/ui/DebugConsole.cc
+1
-1
SlugsDataSensorView.h
src/ui/SlugsDataSensorView.h
+1
-1
No files found.
libs/thirdParty/qserialport/src/common/qserialport.cpp
View file @
bdfd65e7
...
...
@@ -27,7 +27,7 @@
# include <fcntl.h>
# include <sys/ioctl.h>
# include <errno.h>
# include "posix/termioshelper.h"
# include "
../
posix/termioshelper.h"
#elif defined(TNX_WINDOWS_SERIAL_PORT)
# include "win32/commdcbhelper.h"
# include "win32/qwincommevtnotifier.h"
...
...
src/comm/QGCMAVLink.h
View file @
bdfd65e7
...
...
@@ -30,7 +30,7 @@ This file is part of the QGROUNDCONTROL project
#ifndef QGCMAVLINK_H
#define QGCMAVLINK_H
#include <
../../mavlink/include/mavlink/v1.0/common/
mavlink.h>
#include <mavlink.h>
//#ifdef MAVLINK_CONF
//#define MY_MACRO(x) <x>
...
...
src/uas/SlugsMAV.h
View file @
bdfd65e7
...
...
@@ -25,7 +25,7 @@ This file is part of the QGROUNDCONTROL project
#define SLUGSMAV_H
#include "UAS.h"
#include "
../../mavlink/include/mavlink/v1.0/common/
mavlink.h"
#include "mavlink.h"
#include <QTimer>
#define SLUGS_UPDATE_RATE 200 // in ms
...
...
src/uas/UASWaypointManager.cc
View file @
bdfd65e7
...
...
@@ -31,7 +31,7 @@ This file is part of the QGROUNDCONTROL project
#include "UASWaypointManager.h"
#include "UAS.h"
#include "
../../mavlink/include/mavlink/v1.0/
mavlink_types.h"
#include "mavlink_types.h"
#define PROTOCOL_TIMEOUT_MS 2000 ///< maximum time to wait for pending messages until timeout
#define PROTOCOL_DELAY_MS 20 ///< minimum delay between sent messages
...
...
src/uas/senseSoarMAV.h
View file @
bdfd65e7
...
...
@@ -4,7 +4,7 @@
#include "UAS.h"
#include "
../../mavlink/include/mavlink/v1.0/common/
mavlink.h"
#include "mavlink.h"
#include <QTimer>
...
...
src/ui/DebugConsole.cc
View file @
bdfd65e7
...
...
@@ -35,7 +35,7 @@ This file is part of the QGROUNDCONTROL project
#include "ui_DebugConsole.h"
#include "LinkManager.h"
#include "UASManager.h"
#include "
../../mavlink/include/mavlink/v1.0/
protocol.h"
#include "protocol.h"
#include "QGC.h"
#include <QDebug>
...
...
src/ui/SlugsDataSensorView.h
View file @
bdfd65e7
...
...
@@ -36,7 +36,7 @@ This file is part of the QGROUNDCONTROL project
#include "UASInterface.h"
#include "SlugsMAV.h"
#include "
../../mavlink/include/mavlink/v1.0/common/
mavlink.h"
#include "mavlink.h"
namespace
Ui
...
...
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