GNU Radio 3.6.5 C++ API

gr_random_pdu Class Reference

Send message at defined interval. More...

#include <gr_random_pdu.h>

Inheritance diagram for gr_random_pdu:
gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter

List of all members.

Public Member Functions

 gr_random_pdu (int, int)
bool start ()
 Called to enable drivers, etc for i/o devices.
void generate_pdu (pmt::pmt_t msg)
void generate_pdu ()

Friends

GR_CORE_API gr_random_pdu_sptr gr_make_random_pdu (int mintime, int maxtime)

Detailed Description

Send message at defined interval.


Constructor & Destructor Documentation

gr_random_pdu::gr_random_pdu ( int  ,
int   
)

Member Function Documentation

void gr_random_pdu::generate_pdu ( pmt::pmt_t  msg) [inline]
void gr_random_pdu::generate_pdu ( ) [inline]
bool gr_random_pdu::start ( ) [virtual]

Called to enable drivers, etc for i/o devices.

This allows a block to enable an associated driver to begin transfering data just before we start to execute the scheduler. The end result is that this reduces latency in the pipeline when dealing with audio devices, usrps, etc.

Reimplemented from gr_block.


Friends And Related Function Documentation

GR_CORE_API gr_random_pdu_sptr gr_make_random_pdu ( int  mintime,
int  maxtime 
) [friend]

The documentation for this class was generated from the following file: