![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Implementation of a GNU Radio block that sends a STOP message to the control queue right after a specific number of samples have passed through it. More...
#include <gnss_sdr_valve.h>
Public Member Functions | |
| void | open_valve () |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
Friends | |
| gnss_shared_ptr< Gnss_Sdr_Valve > | gnss_sdr_make_valve (size_t sizeof_stream_item, uint64_t nitems, Concurrent_Queue< pmt::pmt_t > *queue) |
| gnss_shared_ptr< Gnss_Sdr_Valve > | gnss_sdr_make_valve (size_t sizeof_stream_item, uint64_t nitems, Concurrent_Queue< pmt::pmt_t > *queue, bool stop_flowgraph) |
Implementation of a GNU Radio block that sends a STOP message to the control queue right after a specific number of samples have passed through it.
Definition at line 54 of file gnss_sdr_valve.h.