23 #ifndef INCLUDED_BLOCKS_RANDOM_PDU_H
24 #define INCLUDED_BLOCKS_RANDOM_PDU_H
46 static sptr make(
int mintime,
int maxtime,
char byte_mask = 0xFF,
int length_modulo = 1);
Sends a random PDU at intervals.
Definition: random_pdu.h:37
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
boost::shared_ptr< random_pdu > sptr
Definition: random_pdu.h:41
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:60