23#ifndef INCLUDED_CTRLPORT_PROBE2_S_H
24#define INCLUDED_CTRLPORT_PROBE2_S_H
47 typedef boost::shared_ptr<ctrlport_probe2_s>
sptr;
57 make(
const std::string&
id,
const std::string& desc,
int len,
unsigned int disp_mask);
59 virtual std::vector<short>
get() = 0;
A ControlPort probe to export vectors of signals.
Definition: ctrlport_probe2_s.h:44
virtual std::vector< short > get()=0
virtual int length() const =0
virtual void set_length(int len)=0
static sptr make(const std::string &id, const std::string &desc, int len, unsigned int disp_mask)
Make a ControlPort probe block.
boost::shared_ptr< ctrlport_probe2_s > sptr
Definition: ctrlport_probe2_s.h:47
synchronous 1:1 input to output with history
Definition: sync_block.h:38
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45