|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include "MAVLinkChartController.h"#include "MAVLinkInspectorController.h"#include "MAVLinkMessageField.h"#include "QGCApplication.h"#include "QGCLoggingCategory.h"#include <QtGraphs/QAbstractSeries>#include <QtCore/QTimer>
Include dependency graph for MAVLinkChartController.cc:Go to the source code of this file.
Variables | |
| static constexpr qreal | kMinDelta = 1e-6 |
|
staticconstexpr |
Definition at line 10 of file MAVLinkChartController.cc.
Referenced by QGCMAVLinkMessageField::updateSeries(), QGCMAVLinkMessageField::updateValue(), and MAVLinkChartController::updateYRange().