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