 |
GNU Radio Manual and C++ API Reference
3.10.5.1
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
12 #ifndef INCLUDED_PDU_PDU_TO_STREAM_H
13 #define INCLUDED_PDU_PDU_TO_STREAM_H
44 typedef std::shared_ptr<pdu_to_stream<T>>
sptr;
54 uint32_t max_queue_size = 64);
61 virtual void set_max_queue_size(uint32_t size) = 0;
pdu_to_stream< short > pdu_to_stream_s
Definition: pdu_to_stream.h:65
pdu_to_stream< float > pdu_to_stream_f
Definition: pdu_to_stream.h:67
std::shared_ptr< pdu_to_stream< T > > sptr
Definition: pdu_to_stream.h:44
@ EARLY_BURST_APPEND
Definition: pdu_to_stream.h:23
#define PDU_API
Definition: gr-pdu/include/gnuradio/pdu/api.h:18
@ EARLY_BURST_BALK
Definition: pdu_to_stream.h:25
synchronous 1:1 input to output with history
Definition: sync_block.h:25
@ EARLY_BURST_DROP
Definition: pdu_to_stream.h:24
pdu_to_stream< short > pdu_to_stream_i
Definition: pdu_to_stream.h:66
const GR_RUNTIME_API pmt::pmt_t pdu()
Emit a PDU data as a simple GR stream.
Definition: pdu_to_stream.h:41
pdu_to_stream< gr_complex > pdu_to_stream_c
Definition: pdu_to_stream.h:68
early_pdu_behavior_t
Definition: pdu_to_stream.h:22
GNU Radio logging wrapper.
Definition: basic_block.h:29
pdu_to_stream< unsigned char > pdu_to_stream_b
Definition: pdu_to_stream.h:64