|
GNU Radio 3.7.1 C++ API
|
QWidget for displaying constellaton (I&Q) plots. More...
#include <ConstellationDisplayPlot.h>

Public Slots | |
| void | setAutoScale (bool state) |
Public Member Functions | |
| ConstellationDisplayPlot (int nplots, QWidget *) | |
| virtual | ~ConstellationDisplayPlot () |
| void | plotNewData (const std::vector< double * > realDataPoints, const std::vector< double * > imagDataPoints, const int64_t numDataPoints, const double timeInterval) |
| void | plotNewData (const double *realDataPoints, const double *imagDataPoints, const int64_t numDataPoints, const double timeInterval) |
| void | replot () |
| void | set_xaxis (double min, double max) |
| void | set_yaxis (double min, double max) |
| void | set_axis (double xmin, double xmax, double ymin, double ymax) |
| void | set_pen_size (int size) |
QWidget for displaying constellaton (I&Q) plots.
| ConstellationDisplayPlot::ConstellationDisplayPlot | ( | int | nplots, |
| QWidget * | |||
| ) |
| virtual ConstellationDisplayPlot::~ConstellationDisplayPlot | ( | ) | [virtual] |
| void ConstellationDisplayPlot::plotNewData | ( | const std::vector< double * > | realDataPoints, |
| const std::vector< double * > | imagDataPoints, | ||
| const int64_t | numDataPoints, | ||
| const double | timeInterval | ||
| ) |
| void ConstellationDisplayPlot::plotNewData | ( | const double * | realDataPoints, |
| const double * | imagDataPoints, | ||
| const int64_t | numDataPoints, | ||
| const double | timeInterval | ||
| ) |
| void ConstellationDisplayPlot::replot | ( | ) | [virtual] |
Implements DisplayPlot.
| void ConstellationDisplayPlot::set_axis | ( | double | xmin, |
| double | xmax, | ||
| double | ymin, | ||
| double | ymax | ||
| ) |
| void ConstellationDisplayPlot::set_pen_size | ( | int | size | ) |
| void ConstellationDisplayPlot::set_xaxis | ( | double | min, |
| double | max | ||
| ) |
| void ConstellationDisplayPlot::set_yaxis | ( | double | min, |
| double | max | ||
| ) |
| void ConstellationDisplayPlot::setAutoScale | ( | bool | state | ) | [slot] |