22 #ifndef INCLUDED_GPS_GPS_CODEGEN_C_H
23 #define INCLUDED_GPS_GPS_CODEGEN_C_H
26 #include <gnuradio/sync_block.h>
39 typedef boost::shared_ptr<gps_codegen_c>
sptr;
50 virtual void set_code(
int) = 0;
51 virtual void set_datamode(
int) = 0;
53 static sptr make(
float,
int,
int);
<+description of block+>
Definition: gps_codegen_c.h:36
#define GPS_API
Definition: api.h:30
boost::shared_ptr< gps_codegen_c > sptr
Definition: gps_codegen_c.h:39