11 #ifndef INCLUDED_CTRLPORT_PROBE_C_H
12 #define INCLUDED_CTRLPORT_PROBE_C_H
36 typedef std::shared_ptr<ctrlport_probe_c>
sptr;
43 static sptr make(
const std::string&
id,
const std::string& desc);
45 virtual std::vector<gr_complex>
get() = 0;
A ControlPort probe to export vectors of signals.
Definition: ctrlport_probe_c.h:33
virtual std::vector< gr_complex > get()=0
static sptr make(const std::string &id, const std::string &desc)
Make a ControlPort probe block.
std::shared_ptr< ctrlport_probe_c > sptr
Definition: ctrlport_probe_c.h:36
synchronous 1:1 input to output with history
Definition: sync_block.h:26
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29