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
03de182b
Commit
03de182b
authored
Aug 05, 2013
by
tstellanova
Browse files
remove pure virtual
parent
f549453b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/uas/UASParameterDataModel.h
View file @
03de182b
...
...
@@ -13,7 +13,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
)
=
0
;
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