GNU Radio's SATNOGS Package
|
An extended version of the CRC Async block of GNU Radio. More...
#include <crc_async.h>
Public Types | |
typedef boost::shared_ptr< crc_async > | sptr |
Static Public Member Functions | |
static sptr | make (crc::crc_t crc, bool check=false) |
Return a shared_ptr to a new instance of satnogs::crc_async. More... | |
An extended version of the CRC Async block of GNU Radio.
typedef boost::shared_ptr<crc_async> gr::satnogs::crc_async::sptr |
|
static |
Return a shared_ptr to a new instance of satnogs::crc_async.
To avoid accidental use of raw pointers, satnogs::crc_async constructor is in a private implementation class. satnogs::crc_async::make is the public interface for creating new instances.