 |
GNU Radio Manual and C++ API Reference
3.8.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_CTRLPORT_PROBE_PSD_H
24 #define INCLUDED_CTRLPORT_PROBE_PSD_H
46 typedef boost::shared_ptr<ctrlport_probe_psd>
sptr;
54 static sptr make(
const std::string&
id,
const std::string& desc,
int len);
56 virtual std::vector<gr_complex> get() = 0;
58 virtual void set_length(
int len) = 0;
59 virtual int length()
const = 0;
A ControlPort probe to export vectors of signals.
Definition: ctrlport_probe_psd.h:43
#define FFT_API
Definition: gr-fft/include/gnuradio/fft/api.h:30
synchronous 1:1 input to output with history
Definition: sync_block.h:37
boost::shared_ptr< ctrlport_probe_psd > sptr
Definition: ctrlport_probe_psd.h:46
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
PMT_API size_t length(const pmt_t &v)
Return the number of elements in v.