23#ifndef INCLUDED_BLOCKS_RANDOM_PDU_H
24#define INCLUDED_BLOCKS_RANDOM_PDU_H
41 typedef boost::shared_ptr<random_pdu>
sptr;
47 make(
int mintime,
int maxtime,
unsigned char byte_mask = 0xFF,
int length_modulo = 1);
The abstract base class for all 'terminal' processing blocks.
Definition block.h:72
Sends a random PDU at intervals.
Definition random_pdu.h:38
boost::shared_ptr< random_pdu > sptr
Definition random_pdu.h:41
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:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition basic_block.h:46