GNU Radio's IRIDIUM Package
|
<+description of block+> More...
#include <pdu_round_robin.h>
Public Types | |
typedef boost::shared_ptr< pdu_round_robin > | sptr |
Static Public Member Functions | |
static sptr | make (int output_count) |
Return a shared_ptr to a new instance of iridium::pdu_round_robin. More... | |
<+description of block+>
typedef boost::shared_ptr<pdu_round_robin> gr::iridium::pdu_round_robin::sptr |
|
static |
Return a shared_ptr to a new instance of iridium::pdu_round_robin.
To avoid accidental use of raw pointers, iridium::pdu_round_robin's constructor is in a private implementation class. iridium::pdu_round_robin::make is the public interface for creating new instances.