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