#include <ctrlport_probe_psd_impl.h>
gr::fft::ctrlport_probe_psd_impl::ctrlport_probe_psd_impl |
( |
const std::string & |
id, |
|
|
const std::string & |
desc, |
|
|
int |
len |
|
) |
| |
gr::fft::ctrlport_probe_psd_impl::~ctrlport_probe_psd_impl |
( |
) | |
|
void gr::fft::ctrlport_probe_psd_impl::forecast |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items_required |
|
) |
| |
|
virtual |
Estimate input requirements given output request.
- Parameters
-
noutput_items | number of output items to produce |
ninput_items_required | number of input items required on each input stream |
Given a request to product noutput_items
, estimate the number of data items required on each input stream. The estimate doesn't have to be exact, but should be close.
Reimplemented from gr::sync_block.
std::vector<gr_complex> gr::fft::ctrlport_probe_psd_impl::get |
( |
) | |
|
|
virtual |
int gr::fft::ctrlport_probe_psd_impl::length |
( |
) | |
const |
|
virtual |
void gr::fft::ctrlport_probe_psd_impl::set_length |
( |
int |
len) | |
|
|
virtual |
void gr::fft::ctrlport_probe_psd_impl::setup_rpc |
( |
) | |
|
|
virtual |
Set up the RPC registered variables.
This must be overloaded by a block that wants to use controlport. This is where rpcbasic_register_{get,set} pointers are created, which then get wrapped as shared pointers (rpcbasic_sptr(...)) and stored using add_rpc_variable.
Reimplemented from gr::basic_block.
The documentation for this class was generated from the following file: