Bringing out set axis function to the qtgui sinks for user-settable axis ranges.
[debian/gnuradio] / gr-qtgui / src / lib / qtgui_sink_f.h
index f220bc6c162a8c0ea483e4a6bceadab6be90d66e..676a3f80b8d80d12ca1c6fd768a01a28d8d9ff6c 100644 (file)
@@ -100,6 +100,10 @@ public:
                           const double startfreq,
                           const double stopfreq);
 
+  void set_time_domain_axis(double min, double max);
+  void set_constellation_axis(double xmin, double xmax,
+                             double ymin, double ymax);
+
   QApplication *d_qApplication;
   qtgui_obj *d_object;