 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_CTRLPORT_PROBE_PSD_H
12 #define INCLUDED_CTRLPORT_PROBE_PSD_H
34 typedef std::shared_ptr<ctrlport_probe_psd>
sptr;
42 static sptr make(
const std::string&
id,
const std::string& desc,
int len);
44 virtual std::vector<gr_complex>
get() = 0;
std::shared_ptr< ctrlport_probe_psd > sptr
Definition: ctrlport_probe_psd.h:34
A ControlPort probe to export vectors of signals.
Definition: ctrlport_probe_psd.h:32
virtual std::vector< gr_complex > get()=0
#define FFT_API
Definition: gr-fft/include/gnuradio/fft/api.h:18
static sptr make(const std::string &id, const std::string &desc, int len)
Make a ControlPort probe block.
synchronous 1:1 input to output with history
Definition: sync_block.h:26
virtual void set_length(int len)=0
GNU Radio logging wrapper.
Definition: basic_block.h:29
virtual int length() const =0