dRonin
adbada4
dRonin GCS
|
#include <expocurve.h>
Classes | |
struct | ExpoPlotElements |
Public Types | |
typedef struct ExpoCurve::ExpoPlotElements | ExpoPlotElements_t |
Public Slots | |
void | plotDataRoll (int value, int max, int exponent) |
Show expo data for roll. More... | |
void | plotDataPitch (int value, int max, int exponent) |
Show expo data for pitch. More... | |
void | plotDataYaw (int value, int max, int exponent) |
Show expo data for yaw. More... | |
void | showCurve (const QVariant &itemInfo, bool on, int index) |
Show/Hide a expo curve and markers. More... | |
Public Member Functions | |
ExpoCurve (QWidget *parent=nullptr) | |
void | init () |
void | plotData (int value, int max, int exponent, ExpoPlotElements_t &plot_elements) |
Show expo data for one of the stick channels. More... | |
Definition at line 46 of file expocurve.h.