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