 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_CTRLPORT_PROBE2_I_H
24 #define INCLUDED_CTRLPORT_PROBE2_I_H
47 typedef boost::shared_ptr<ctrlport_probe2_i>
sptr;
57 make(
const std::string&
id,
const std::string& desc,
int len,
unsigned int disp_mask);
59 virtual std::vector<int>
get() = 0;
static sptr make(const std::string &id, const std::string &desc, int len, unsigned int disp_mask)
Make a ControlPort probe block.
virtual void set_length(int len)=0
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
synchronous 1:1 input to output with history
Definition: sync_block.h:38
virtual std::vector< int > get()=0
virtual int length() const =0
A ControlPort probe to export vectors of signals.
Definition: ctrlport_probe2_i.h:44
boost::shared_ptr< ctrlport_probe2_i > sptr
Definition: ctrlport_probe2_i.h:47
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43