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

<+description of block+> More...

#include <select_vectors.h>

Inheritance diagram for gr::dab::select_vectors:
[legend]

Public Types

typedef std::shared_ptr< select_vectorssptr
 

Static Public Member Functions

static sptr make (size_t itemsize, unsigned int length, unsigned int num_select, unsigned int num_skip)
 Return a shared_ptr to a new instance of dab::select_vectors.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::dab::select_vectors::make ( size_t  itemsize,
unsigned int  length,
unsigned int  num_select,
unsigned int  num_skip 
)
static

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

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


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