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