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
4d77bfed
Commit
4d77bfed
authored
Aug 02, 2013
by
tstellanova
Browse files
wip decoupling the UI (view) from the param data model
parent
f020b641
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/uas/UASParameterDataModel.h
View file @
4d77bfed
...
...
@@ -15,6 +15,7 @@ public:
/** @brief Write a new pending parameter value that may be eventually sent to the UAS */
virtual
void
setPendingParameter
(
int
componentId
,
QString
&
paramKey
,
QVariant
&
paramValue
);
QMap
<
int
,
QMap
<
QString
,
QVariant
>*
>
getPendingParameters
()
{
return
pendingParameters
;
}
...
...
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