23 #ifndef INCLUDED_CTRLPORT_PROBE2_F_H 24 #define INCLUDED_CTRLPORT_PROBE2_F_H 47 typedef boost::shared_ptr<ctrlport_probe2_f>
sptr;
56 static sptr make(
const std::string &
id,
const std::string &desc,
57 int len,
unsigned int disp_mask);
59 virtual std::vector<float>
get() = 0;
61 virtual void set_length(
int len) = 0;
62 virtual int length()
const = 0;
boost::shared_ptr< ctrlport_probe2_f > sptr
Definition: ctrlport_probe2_f.h:47
Include this header to use the message passing features.
Definition: logger.h:695
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
PMT_API size_t length(const pmt_t &v)
Return the number of elements in v.
A ControlPort probe to export vectors of signals.
Definition: ctrlport_probe2_f.h:43