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