22 #ifndef INCLUDED_AIS_PDU_TO_NMEA_H
23 #define INCLUDED_AIS_PDU_TO_NMEA_H
26 #include <gnuradio/block.h>
39 typedef boost::shared_ptr<pdu_to_nmea>
sptr;
41 virtual void to_nmea(pmt::pmt_t) = 0;
42 virtual void print(pmt::pmt_t) = 0;
52 static sptr make(std::string designator);
#define AIS_API
Definition: api.h:30
<+description of block+>
Definition: pdu_to_nmea.h:36
boost::shared_ptr< pdu_to_nmea > sptr
Definition: pdu_to_nmea.h:39