 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
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);
Sends a random PDU at intervals.
Definition: random_pdu.h:38
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
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:72
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
boost::shared_ptr< random_pdu > sptr
Definition: random_pdu.h:41