11 #ifndef INCLUDED_PDU_RANDOM_PDU_H
12 #define INCLUDED_PDU_RANDOM_PDU_H
29 typedef std::shared_ptr<random_pdu>
sptr;
35 make(
int mintime,
int maxtime,
unsigned char byte_mask = 0xFF,
int length_modulo = 1);
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
Sends a random PDU at intervals.
Definition: random_pdu.h:26
std::shared_ptr< random_pdu > sptr
Definition: random_pdu.h:29
static sptr make(int mintime, int maxtime, unsigned char byte_mask=0xFF, int length_modulo=1)
Construct a random PDU generator.
#define PDU_API
Definition: gr-pdu/include/gnuradio/pdu/api.h:18
GR_RUNTIME_API const pmt::pmt_t pdu()
GNU Radio logging wrapper.
Definition: basic_block.h:29