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
0f90f079
Commit
0f90f079
authored
May 29, 2014
by
Don Gagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
69630975
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
394 additions
and
231 deletions
+394
-231
qgroundcontrol.pro
qgroundcontrol.pro
+4
-2
QGCFlightGearLink.cc
src/comm/QGCFlightGearLink.cc
+385
-225
QGCFlightGearLink.h
src/comm/QGCFlightGearLink.h
+5
-4
No files found.
qgroundcontrol.pro
View file @
0f90f079
...
...
@@ -187,7 +187,8 @@ DebugBuild {
src
/
qgcunittest
/
MockUAS
.
h
\
src
/
qgcunittest
/
MockQGCUASParamManager
.
h
\
src
/
qgcunittest
/
MultiSignalSpy
.
h
\
src
/
qgcunittest
/
FlightModeConfigTest
.
h
src
/
qgcunittest
/
FlightModeConfigTest
.
h
\
src
/
qgcunittest
/
FlightGearTest
.
h
SOURCES
+=
\
src
/
qgcunittest
/
UASUnitTest
.
cc
\
...
...
@@ -195,7 +196,8 @@ DebugBuild {
src
/
qgcunittest
/
MockUAS
.
cc
\
src
/
qgcunittest
/
MockQGCUASParamManager
.
cc
\
src
/
qgcunittest
/
MultiSignalSpy
.
cc
\
src
/
qgcunittest
/
FlightModeConfigTest
.
cc
src
/
qgcunittest
/
FlightModeConfigTest
.
cc
\
src
/
qgcunittest
/
FlightGearTest
.
cc
}
#
...
...
src/comm/QGCFlightGearLink.cc
View file @
0f90f079
This diff is collapsed.
Click to expand it.
src/comm/QGCFlightGearLink.h
View file @
0f90f079
...
...
@@ -155,10 +155,11 @@ protected:
float
barometerOffsetkPa
;
void
setName
(
QString
name
);
signals:
private:
QString
_fgProcessName
;
///< FlightGear process to start
QString
_fgProcessWorkingDirPath
;
///< Working directory to start FG process in, empty for none
QStringList
_fgArgList
;
///< Arguments passed to FlightGear process
};
#endif // QGCFLIGHTGEARLINK_H
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