23 #ifndef INCLUDED_CTRLPORT_PROBE_C_H
24 #define INCLUDED_CTRLPORT_PROBE_C_H
29 #include <boost/thread/shared_mutex.hpp>
56 static sptr make(
const std::string &
id,
const std::string &desc);
58 virtual std::vector<gr_complex>
get() = 0;
A ControlPort probe to export vectors of signals.
Definition: ctrlport_probe_c.h:45
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#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
boost::shared_ptr< ctrlport_probe_c > sptr
Definition: ctrlport_probe_c.h:49