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