|
GNU Radio's GPS Package
|
<+description of block+> More...
#include <gps_codegen_c.h>
Public Types | |
| typedef boost::shared_ptr < gps_codegen_c > | sptr |
Public Member Functions | |
| virtual void | set_code (int)=0 |
| Return a shared_ptr to a new instance of gps::gps_codegen_c. More... | |
| virtual void | set_datamode (int)=0 |
Static Public Member Functions | |
| static sptr | make (float, int, int) |
<+description of block+>
| typedef boost::shared_ptr<gps_codegen_c> gr::gps::gps_codegen_c::sptr |
|
static |
|
pure virtual |
Return a shared_ptr to a new instance of gps::gps_codegen_c.
To avoid accidental use of raw pointers, gps::gps_codegen_c's constructor is in a private implementation class. gps::gps_codegen_c::make is the public interface for creating new instances.
Implemented in gr::gps::gps_codegen_c_impl.
|
pure virtual |
Implemented in gr::gps::gps_codegen_c_impl.