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