|
GNU Radio's LFAST Package
|
<+description of block+> More...
#include <CC2F2ByteVector.h>
Public Types | |
| typedef boost::shared_ptr < CC2F2ByteVector > | sptr |
Static Public Member Functions | |
| static sptr | make (int scale=1, int vecLength=1, int numVecItems=1) |
| Return a shared_ptr to a new instance of testtiming::CC2F2ByteVector. More... | |
<+description of block+>
| typedef boost::shared_ptr<CC2F2ByteVector> gr::lfast::CC2F2ByteVector::sptr |
|
static |
Return a shared_ptr to a new instance of testtiming::CC2F2ByteVector.
To avoid accidental use of raw pointers, testtiming::CC2F2ByteVector's constructor is in a private implementation class. testtiming::CC2F2ByteVector::make is the public interface for creating new instances.