Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qgroundcontrol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Valentin Platzgummer
qgroundcontrol
Commits
d7c6cad7
Commit
d7c6cad7
authored
11 years ago
by
tstellanova
Browse files
Options
Downloads
Patches
Plain Diff
cleanup cruft
parent
98f2ae23
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/uas/QGCUASParamManager.h
+3
-6
3 additions, 6 deletions
src/uas/QGCUASParamManager.h
with
3 additions
and
6 deletions
src/uas/QGCUASParamManager.h
+
3
−
6
View file @
d7c6cad7
...
@@ -29,7 +29,7 @@ public:
...
@@ -29,7 +29,7 @@ public:
UASInterface
*
getUAS
();
UASInterface
*
getUAS
();
protected:
protected:
//TODO decouple this UI message display further
//TODO decouple this UI message display further
?
virtual
void
setParameterStatusMsg
(
const
QString
&
msg
);
virtual
void
setParameterStatusMsg
(
const
QString
&
msg
);
/** @brief Load parameter meta information from appropriate CSV file */
/** @brief Load parameter meta information from appropriate CSV file */
virtual
void
loadParamMetaInfoCSV
();
virtual
void
loadParamMetaInfoCSV
();
...
@@ -38,9 +38,6 @@ protected:
...
@@ -38,9 +38,6 @@ protected:
signals:
signals:
void
parameterChanged
(
int
component
,
QString
parameter
,
QVariant
value
);
void
parameterChanged
(
int
component
,
QString
parameter
,
QVariant
value
);
void
parameterChanged
(
int
component
,
int
parameterIndex
,
QVariant
value
);
void
parameterChanged
(
int
component
,
int
parameterIndex
,
QVariant
value
);
// void parameterUpdateRequested(int component, const QString& parameter);
// void parameterUpdateRequestedById(int componentId, int paramId);
public
slots
:
public
slots
:
/** @brief Send one parameter to the MAV: changes value in transient memory of MAV */
/** @brief Send one parameter to the MAV: changes value in transient memory of MAV */
...
@@ -62,8 +59,8 @@ public slots:
...
@@ -62,8 +59,8 @@ public slots:
protected:
protected:
// Parameter data model
// Parameter data model
UASInterface
*
mav
;
///< The MAV this
wid
ge
t
is controlling
UASInterface
*
mav
;
///< The MAV this
mana
ge
r
is controlling
UASParameterDataModel
*
paramDataModel
;
///< Shared data model of parameters
UASParameterDataModel
*
paramDataModel
;
///< Shared data model of parameters
UASParameterCommsMgr
*
paramCommsMgr
;
///< Shared comms mgr for parameters
UASParameterCommsMgr
*
paramCommsMgr
;
///< Shared comms mgr for parameters
// Status
// Status
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment