Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
3a33aaa6
Commit
3a33aaa6
authored
Jan 02, 2017
by
Don Gagne
Browse files
Fixed text header
parent
d663c932
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/FactSystem/ParameterManager.cc
View file @
3a33aaa6
...
...
@@ -875,9 +875,9 @@ QString ParameterManager::readParametersFromStream(QTextStream& stream)
void
ParameterManager
::
writeParametersToStream
(
QTextStream
&
stream
)
{
stream
<<
"# Onboard parameters for
v
ehicle "
<<
_vehicle
->
id
()
<<
"
\n
"
;
stream
<<
"# Onboard parameters for
V
ehicle "
<<
_vehicle
->
id
()
<<
"
\n
"
;
stream
<<
"#
\n
"
;
stream
<<
"#
MAV ID COMPONENT ID PARAM NAME VALUE (FLOAT)
\n
"
;
stream
<<
"#
Vehicle-Id Component-Id Name Value Type
\n
"
;
foreach
(
int
componentId
,
_mapParameterName2Variant
.
keys
())
{
foreach
(
const
QString
&
paramName
,
_mapParameterName2Variant
[
componentId
].
keys
())
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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