dRonin
adbada4
dRonin GCS
|
#include <telemetrymonitorwidget.h>
Public Slots | |
void | connected () |
void | disconnect () |
void | updateTelemetry (double txRate, double rxRate) |
Called by the UAVObject which got updated Updates the numeric value and/or the icon if the dial wants this. More... | |
void | showTelemetry () |
Public Member Functions | |
TelemetryMonitorWidget (QWidget *parent=nullptr) | |
~TelemetryMonitorWidget () | |
void | setMin (double min) |
double | getMin () |
void | setMax (double max) |
double | getMax () |
QSvgRenderer * | getRenderer () |
QGraphicsSvgItem * | getBackgroundItem () |
Static Public Attributes | |
static const int | NODE_NUMELEM = 7 |
Protected Member Functions | |
void | showEvent (QShowEvent *event) |
void | resizeEvent (QResizeEvent *event) |
Definition at line 38 of file telemetrymonitorwidget.h.