GNU Radio's SATNOGS Package
gr::satnogs::frame_encoder Class Reference

<+description of block+> More...

#include <frame_encoder.h>

Inheritance diagram for gr::satnogs::frame_encoder:
gr::satnogs::frame_encoder_impl

Public Types

typedef boost::shared_ptr< frame_encodersptr
 

Static Public Member Functions

static sptr make (encoder::encoder_sptr enc)
 Return a shared_ptr to a new instance of satnogs::frame_encoder. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<frame_encoder> gr::satnogs::frame_encoder::sptr

Member Function Documentation

◆ make()

static sptr gr::satnogs::frame_encoder::make ( encoder::encoder_sptr  enc)
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.


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