GNU Radio's DAB Package
gr::dab::repartition_vectors Class Reference

<+description of block+> More...

#include <repartition_vectors.h>

Inheritance diagram for gr::dab::repartition_vectors:
gr::dab::repartition_vectors_impl

Public Types

typedef std::shared_ptr< repartition_vectorssptr
 

Static Public Member Functions

static sptr make (size_t itemsize, unsigned int vlen_in, unsigned int vlen_out, unsigned int multiply, unsigned int divide)
 Return a shared_ptr to a new instance of dab::repartition_vectors.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::dab::repartition_vectors::make ( size_t  itemsize,
unsigned int  vlen_in,
unsigned int  vlen_out,
unsigned int  multiply,
unsigned int  divide 
)
static

Return a shared_ptr to a new instance of dab::repartition_vectors.

To avoid accidental use of raw pointers, dab::repartition_vectors's constructor is in a private implementation class. dab::repartition_vectors::make is the public interface for creating new instances.


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