22#ifndef INCLUDED_DAB_REPARTITION_VECTORS_H
23#define INCLUDED_DAB_REPARTITION_VECTORS_H
26#include <gnuradio/block.h>
39 typedef std::shared_ptr<repartition_vectors>
sptr;
49 static sptr make(
size_t itemsize,
unsigned int vlen_in,
unsigned int vlen_out,
unsigned int multiply,
unsigned int divide);
#define DAB_API
Definition api.h:19
<+description of block+>
Definition repartition_vectors.h:37
std::shared_ptr< repartition_vectors > sptr
Definition repartition_vectors.h:39
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.
Definition complex_to_interleaved_float_vcf.h:29
Definition complex_to_interleaved_float_vcf.h:28