 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_CTRLPORT_PROBE2_C_H
12 #define INCLUDED_CTRLPORT_PROBE2_C_H
35 typedef std::shared_ptr<ctrlport_probe2_c>
sptr;
45 make(
const std::string&
id,
const std::string& desc,
int len,
unsigned int disp_mask);
47 virtual std::vector<gr_complex> get() = 0;
49 virtual void set_length(
int len) = 0;
50 virtual int length()
const = 0;
A ControlPort probe to export vectors of signals.
Definition: ctrlport_probe2_c.h:31
std::shared_ptr< ctrlport_probe2_c > sptr
Definition: ctrlport_probe2_c.h:35
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
synchronous 1:1 input to output with history
Definition: sync_block.h:25
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
PMT_API size_t length(const pmt_t &v)
Return the number of elements in v.