17 #ifndef INCLUDED_RDS_ENCODER_H 18 #define INCLUDED_RDS_ENCODER_H 21 #include <gnuradio/sync_block.h> 29 typedef boost::shared_ptr<encoder>
sptr;
30 static sptr make(
unsigned char pty_locale,
int pty,
bool ms, std::string ps,
31 double af1,
bool tp,
bool ta,
32 int pi_country_code,
int pi_coverage_area,
33 int pi_reference_number, std::string radiotext);
35 virtual void set_ps(std::string ps) = 0;
#define RDS_API
Definition: api.h:25
boost::shared_ptr< encoder > sptr
Definition: encoder.h:29