|
GNU Radio's SATNOGS Package
|
SSTV demodulator block. More...
#include <sstv_pd120_sink.h>
Public Types | |
| typedef std::shared_ptr< sstv_pd120_sink > | sptr |
Static Public Member Functions | |
| static sptr | make (const char *filename_png) |
| Return a shared_ptr to a new instance of satnogs::sstv_pd120_sink. | |
SSTV demodulator block.
| typedef std::shared_ptr<sstv_pd120_sink> gr::satnogs::sstv_pd120_sink::sptr |
|
static |
Return a shared_ptr to a new instance of satnogs::sstv_pd120_sink.
To avoid accidental use of raw pointers, satnogs::sstv_pd120_sink's constructor is in a private implementation class. satnogs::sstv_pd120_sink::make is the public interface for creating new instances.