GNU Radio's TEST Package
|
Base fosphor sink API interface. More...
#include <base_sink_c.h>
Public Types | |
enum | ui_action_t { DB_PER_DIV_UP , DB_PER_DIV_DOWN , REF_UP , REF_DOWN , ZOOM_TOGGLE , ZOOM_WIDTH_UP , ZOOM_WIDTH_DOWN , ZOOM_CENTER_UP , ZOOM_CENTER_DOWN , RATIO_UP , RATIO_DOWN , FREEZE_TOGGLE } |
enum | mouse_action_t { CLICK } |
Public Member Functions | |
virtual void | execute_ui_action (enum ui_action_t action)=0 |
virtual void | execute_mouse_action (enum mouse_action_t action, int x, int y)=0 |
virtual void | set_frequency_range (const double center, const double span)=0 |
virtual void | set_frequency_center (const double center)=0 |
virtual void | set_frequency_span (const double span)=0 |
virtual void | set_fft_window (const gr::fft::window::win_type win)=0 |
Protected Member Functions | |
base_sink_c (const char *name=NULL) | |
Base fosphor sink API interface.
|
protected |
|
pure virtual |
Implemented in gr::fosphor::base_sink_c_impl.
|
pure virtual |
Implemented in gr::fosphor::base_sink_c_impl.
|
pure virtual |
Implemented in gr::fosphor::base_sink_c_impl.
|
pure virtual |
Implemented in gr::fosphor::base_sink_c_impl.
|
pure virtual |
Implemented in gr::fosphor::base_sink_c_impl.
|
pure virtual |
Implemented in gr::fosphor::base_sink_c_impl.