23 #ifndef PROBE_SIGNAL_V_H 24 #define PROBE_SIGNAL_V_H 43 typedef boost::shared_ptr<probe_signal_v<T>>
sptr;
45 static sptr make(
size_t size);
47 virtual std::vector<T> level()
const = 0;
probe_signal_v< std::int16_t > probe_signal_vs
Definition: probe_signal_v.h:51
boost::shared_ptr< probe_signal_v< T > > sptr
Definition: probe_signal_v.h:43
Sink that allows a vector of samples to be grabbed from Python.
Definition: probe_signal_v.h:40
probe_signal_v< gr_complex > probe_signal_vc
Definition: probe_signal_v.h:54
probe_signal_v< std::uint8_t > probe_signal_vb
Definition: probe_signal_v.h:50
probe_signal_v< float > probe_signal_vf
Definition: probe_signal_v.h:53
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
#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
probe_signal_v< std::int32_t > probe_signal_vi
Definition: probe_signal_v.h:52