GNU Radio's SATNOGS Package
gr::satnogs::crc_async Class Reference

An extended version of the CRC Async block of GNU Radio. More...

#include <crc_async.h>

Inheritance diagram for gr::satnogs::crc_async:
gr::satnogs::crc_async_impl

Public Types

typedef boost::shared_ptr< crc_asyncsptr
 

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...
 

Detailed Description

An extended version of the CRC Async block of GNU Radio.

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<crc_async> gr::satnogs::crc_async::sptr

Member Function Documentation

◆ make()

static sptr gr::satnogs::crc_async::make ( crc::crc_t  crc,
bool  check = false 
)
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.


The documentation for this class was generated from the following file: