22#ifndef INCLUDED_TESTTIMING_CC2F2BYTEVECTOR_H
23#define INCLUDED_TESTTIMING_CC2F2BYTEVECTOR_H
26#include <gnuradio/sync_decimator.h>
39 typedef std::shared_ptr<CC2F2ByteVector>
sptr;
49 static sptr make(
int scale=1,
int vecLength=1,
int numVecItems=1);
#define LFAST_API
Definition api.h:30
<+description of block+>
Definition CC2F2ByteVector.h:37
static sptr make(int scale=1, int vecLength=1, int numVecItems=1)
Return a shared_ptr to a new instance of testtiming::CC2F2ByteVector.
std::shared_ptr< CC2F2ByteVector > sptr
Definition CC2F2ByteVector.h:39