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
ea61dbd4
Commit
ea61dbd4
authored
Oct 11, 2015
by
Lorenz Meier
Browse files
UAS: Lowpass routine is not const
parent
b6d851a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/uas/UAS.h
View file @
ea61dbd4
...
...
@@ -85,7 +85,7 @@ public:
/** @brief The time interval the robot is switched on */
quint64
getUptime
()
const
;
/** @brief Add one measurement and get low-passed voltage */
float
filterVoltage
(
float
value
)
const
;
float
filterVoltage
(
float
value
);
Q_PROPERTY
(
double
localX
READ
getLocalX
WRITE
setLocalX
NOTIFY
localXChanged
)
Q_PROPERTY
(
double
localY
READ
getLocalY
WRITE
setLocalY
NOTIFY
localYChanged
)
...
...
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