 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
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);
Sends a random PDU at intervals.
Definition: random_pdu.h:26
#define PDU_API
Definition: gr-pdu/include/gnuradio/pdu/api.h:18
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
static sptr make(int mintime, int maxtime, unsigned char byte_mask=0xFF, int length_modulo=1)
Construct a random PDU generator.
std::shared_ptr< random_pdu > sptr
Definition: random_pdu.h:29
GNU Radio logging wrapper.
Definition: basic_block.h:29
GR_RUNTIME_API const pmt::pmt_t pdu()