24 #ifndef PROBE_SIGNAL_H 25 #define PROBE_SIGNAL_H 43 typedef boost::shared_ptr<probe_signal<T>>
sptr;
47 virtual T level()
const = 0;
probe_signal< gr_complex > probe_signal_c
Definition: probe_signal.h:54
probe_signal< std::int32_t > probe_signal_i
Definition: probe_signal.h:52
probe_signal< std::int16_t > probe_signal_s
Definition: probe_signal.h:51
Sink that allows a sample to be grabbed from Python.
Definition: probe_signal.h:39
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
boost::shared_ptr< probe_signal< T > > sptr
Definition: probe_signal.h:43
probe_signal< float > probe_signal_f
Definition: probe_signal.h:53
probe_signal< std::uint8_t > probe_signal_b
Definition: probe_signal.h:50