22 #ifndef INCLUDED_GR_GR_PROBE_SIGNAL_VB_H
23 #define INCLUDED_GR_GR_PROBE_SIGNAL_VB_H
42 std::vector<unsigned char> d_level;
54 int work(
int noutput_items,
55 gr_vector_const_void_star &input_items,
56 gr_vector_void_star &output_items);
58 std::vector<unsigned char>
level()
const {
return d_level; }
GR_CORE_API gr_probe_signal_vb_sptr gr_make_probe_signal_vb(size_t size)
Definition: gr_sync_block.h:27
std::vector< unsigned char > level() const
Definition: gr_probe_signal_vb.h:58
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define GR_CORE_API
Definition: gr_core_api.h:30
Sink that allows a sample to be grabbed from Python.
Definition: gr_probe_signal_vb.h:40
virtual int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
just like gr_block::general_work, only this arranges to call consume_each for you ...