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
9e047cc0
Commit
9e047cc0
authored
Aug 28, 2015
by
Nate Weibley
Browse files
Track last timestamp to support toggling between ground and plane time
parent
e4efccb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/linechart/LinechartWidget.cc
View file @
9e047cc0
...
...
@@ -361,6 +361,7 @@ void LinechartWidget::appendData(int uasId, const QString& curve, const QString&
timeButton
->
blockSignals
(
false
);
if
(
activePlot
)
activePlot
->
enforceGroundTime
(
true
);
}
lastTimestamp
=
usec
;
}
// Log data
...
...
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