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