GNU Radio's SATELLITES Package
|
<+description of block+> More...
#include <ao40_syncframe.h>
Public Types | |
typedef boost::shared_ptr< ao40_syncframe > | sptr |
Static Public Member Functions | |
static sptr | make (int threshold) |
Return a shared_ptr to a new instance of ao40::syncframe. | |
<+description of block+>
typedef boost::shared_ptr<ao40_syncframe> gr::satellites::ao40_syncframe::sptr |
|
static |
Return a shared_ptr to a new instance of ao40::syncframe.
To avoid accidental use of raw pointers, ao40::syncframe's constructor is in a private implementation class. ao40::syncframe::make is the public interface for creating new instances.