GNU Radio 3.7.0-50 C++ API
gr::wxgui::oscope_sink_f Class Reference

Building block for python oscilloscope module.Accepts multiple float streams. More...

#include <oscope_sink_f.h>

Inheritance diagram for gr::wxgui::oscope_sink_f:
gr::wxgui::oscope_sink_x gr::sync_block gr::block gr::basic_block gr::msg_accepter gr::messages::msg_accepter

Public Types

typedef boost::shared_ptr
< oscope_sink_f
sptr
 

Static Public Member Functions

static sptr make (double sampling_rate, msg_queue::sptr msgq)
 

Additional Inherited Members

- Public Member Functions inherited from gr::wxgui::oscope_sink_x
virtual ~oscope_sink_x ()
 
bool set_update_rate (double update_rate)
 
bool set_decimation_count (int decimation_count)
 
bool set_trigger_channel (int channel)
 
bool set_trigger_mode (trigger_mode mode)
 
bool set_trigger_slope (trigger_slope slope)
 
bool set_trigger_level (double trigger_level)
 
bool set_trigger_level_auto ()
 
bool set_sample_rate (double sample_rate)
 
bool set_num_channels (int nchannels)
 
int num_channels () const
 
double sample_rate () const
 
double update_rate () const
 
int get_decimation_count () const
 
int get_trigger_channel () const
 
trigger_mode get_trigger_mode () const
 
trigger_slope get_trigger_slope () const
 
double get_trigger_level () const
 
int get_samples_per_output_record () const
 
virtual int work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)=0
 just like gr::block::general_work, only this arranges to call consume_each for you More...
 
- Protected Types inherited from gr::basic_block
enum  vcolor { WHITE, GREY, BLACK }
 
- Protected Member Functions inherited from gr::wxgui::oscope_sink_x
 oscope_sink_x ()
 
 oscope_sink_x (const std::string name, gr::io_signature::sptr input_sig, double sampling_rate)
 
- Protected Attributes inherited from gr::wxgui::oscope_sink_x
double d_sampling_rate
 
oscope_gutsd_guts
 

Detailed Description

Building block for python oscilloscope module.

Accepts multiple float streams.

Member Typedef Documentation

Member Function Documentation

static sptr gr::wxgui::oscope_sink_f::make ( double  sampling_rate,
msg_queue::sptr  msgq 
)
static

The documentation for this class was generated from the following file: