11 #ifndef INCLUDED_BLOCKS_RANDOM_PDU_H
12 #define INCLUDED_BLOCKS_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:60
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 BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29