#include <gr_oscope_sink_x.h>


Don't instantiate this. Use gr_oscope_sink_f or gr_oscope_sink_c instead.
Public Member Functions | |
| ~gr_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 (gr_trigger_mode mode) |
| bool | set_trigger_level (double trigger_level) |
| bool | set_trigger_level_auto () |
| bool | set_sample_rate (double sample_rate) |
| int | num_channels () const |
| double | sample_rate () const |
| double | update_rate () const |
| int | get_decimation_count () const |
| int | get_trigger_channel () const |
| gr_trigger_mode | get_trigger_mode () const |
| double | get_trigger_level () const |
| int | get_samples_per_output_record () const |
Protected Member Functions | |
| gr_oscope_sink_x (const std::string name, gr_io_signature_sptr input_sig, double sampling_rate) | |
Protected Attributes | |
| double | d_sampling_rate |
| gr_oscope_guts * | d_guts |
| gr_oscope_sink_x::gr_oscope_sink_x | ( | const std::string | name, | |
| gr_io_signature_sptr | input_sig, | |||
| double | sampling_rate | |||
| ) | [protected] |
| gr_oscope_sink_x::~gr_oscope_sink_x | ( | ) |
References d_guts.
| bool gr_oscope_sink_x::set_update_rate | ( | double | update_rate | ) |
References d_guts, and gr_oscope_guts::set_update_rate().
| bool gr_oscope_sink_x::set_decimation_count | ( | int | decimation_count | ) |
References d_guts, and gr_oscope_guts::set_decimation_count().
| bool gr_oscope_sink_x::set_trigger_channel | ( | int | channel | ) |
References d_guts, and gr_oscope_guts::set_trigger_channel().
| bool gr_oscope_sink_x::set_trigger_mode | ( | gr_trigger_mode | mode | ) |
References d_guts, and gr_oscope_guts::set_trigger_mode().
| bool gr_oscope_sink_x::set_trigger_level | ( | double | trigger_level | ) |
References d_guts, and gr_oscope_guts::set_trigger_level().
| bool gr_oscope_sink_x::set_trigger_level_auto | ( | ) |
References d_guts, and gr_oscope_guts::set_trigger_level_auto().
| bool gr_oscope_sink_x::set_sample_rate | ( | double | sample_rate | ) |
References d_guts, and gr_oscope_guts::set_sample_rate().
| int gr_oscope_sink_x::num_channels | ( | ) | const |
References d_guts, and gr_oscope_guts::num_channels().
| double gr_oscope_sink_x::sample_rate | ( | ) | const |
References d_guts, and gr_oscope_guts::sample_rate().
| double gr_oscope_sink_x::update_rate | ( | ) | const |
References d_guts, and gr_oscope_guts::update_rate().
| int gr_oscope_sink_x::get_decimation_count | ( | ) | const |
References d_guts, and gr_oscope_guts::get_decimation_count().
| int gr_oscope_sink_x::get_trigger_channel | ( | ) | const |
References d_guts, and gr_oscope_guts::get_trigger_channel().
| gr_trigger_mode gr_oscope_sink_x::get_trigger_mode | ( | ) | const |
References d_guts, and gr_oscope_guts::get_trigger_mode().
| double gr_oscope_sink_x::get_trigger_level | ( | ) | const |
References d_guts, and gr_oscope_guts::get_trigger_level().
| int gr_oscope_sink_x::get_samples_per_output_record | ( | ) | const |
References d_guts, and gr_oscope_guts::get_samples_per_output_record().
double gr_oscope_sink_x::d_sampling_rate [protected] |
Referenced by gr_oscope_sink_f::check_topology().
gr_oscope_guts* gr_oscope_sink_x::d_guts [protected] |
Referenced by gr_oscope_sink_f::check_topology(), get_decimation_count(), get_samples_per_output_record(), get_trigger_channel(), get_trigger_level(), get_trigger_mode(), num_channels(), sample_rate(), set_decimation_count(), set_sample_rate(), set_trigger_channel(), set_trigger_level(), set_trigger_level_auto(), set_trigger_mode(), set_update_rate(), update_rate(), gr_oscope_sink_f::work(), and ~gr_oscope_sink_x().
1.5.5