GNU Radio 3.4.2 C++ API
Signal Sinks
Collaboration diagram for Signal Sinks:

Classes

class  gr_bin_statistics_f
 control scanning and record frequency domain statistics More...
class  gr_check_counting_s
 sink that checks if its input stream consists of a counting sequence. More...
class  gr_check_lfsr_32k_s
 sink that checks if its input stream consists of a lfsr_32k sequence.This sink is typically used along with gr_lfsr_32k_source_s to test the USRP using its digital loopback mode. More...
class  gr_framer_sink_1
 Given a stream of bits and access_code flags, assemble packets.input: stream of bytes from gr_correlate_access_code_bb output: none. Pushes assembled packet into target queue. More...
class  gr_null_sink
 Bit bucket. More...
class  gr_ofdm_frame_sink
 Takes an OFDM symbol in, demaps it into bits of 0's and 1's, packs them into packets, and sends to to a message queue sink.NOTE: The mod input parameter simply chooses a pre-defined demapper/slicer. Eventually, we want to be able to pass in a reference to an object to do the demapping and slicing for a given modulation type. More...
class  gr_packet_sink
 process received bits looking for packet sync, header, and process bits into packet More...
class  gr_probe_avg_mag_sqrd_c
 compute avg magnitude squared.input: gr_complex More...
class  gr_probe_avg_mag_sqrd_cf
 compute avg magnitude squared.input: gr_complex output: gr_float More...
class  gr_probe_avg_mag_sqrd_f
 compute avg magnitude squared.input: float More...
class  gr_probe_mpsk_snr_c
class  gr_probe_signal_f
 Sink that allows a sample to be grabbed from Python. More...
class  gr_file_descriptor_sink
 Write stream to file descriptor. More...
class  gr_file_sink
 Write stream to file. More...
class  gr_histo_sink_f
 Histogram module. More...
class  gr_message_sink
 Gather received items into messages and insert into msgq. More...
class  gr_oscope_sink_f
 Building block for python oscilloscope module.Accepts multiple float streams. More...
class  gr_oscope_sink_x
 Abstract class for python oscilloscope module.Don't instantiate this. Use gr_oscope_sink_f or gr_oscope_sink_c instead. More...
class  gr_tagged_file_sink
 Write stream to file descriptor. More...
class  gr_udp_sink
 Write stream to an UDP socket. More...
class  gr_wavfile_sink
 Read stream from a Microsoft PCM (.wav) file, output floats. More...
class  usrp_sink_c
 Interface to Universal Software Radio Peripheral Tx pathinput: gr_complex. More...
class  usrp_sink_s
 Interface to Universal Software Radio Peripheral Tx pathinput: short. More...
class  usrp2_sink_16sc
class  usrp2_sink_32fc
class  gr_vector_sink_b
 unsigned char sink that writes to a vector More...
class  gr_vector_sink_c
 gr_complex sink that writes to a vector More...
class  gr_vector_sink_f
 float sink that writes to a vector More...
class  gr_vector_sink_i
 int sink that writes to a vector More...
class  gr_vector_sink_s
 short sink that writes to a vector More...