GNU Radio's GPS Package
gr::gps::gps_codegen_c Class Referenceabstract

<+description of block+> More...

#include <gps_codegen_c.h>

Inheritance diagram for gr::gps::gps_codegen_c:
gr::gps::gps_codegen_c_impl

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)
 

Detailed Description

<+description of block+>

Member Typedef Documentation

typedef boost::shared_ptr<gps_codegen_c> gr::gps::gps_codegen_c::sptr

Member Function Documentation

static sptr gr::gps::gps_codegen_c::make ( float  ,
int  ,
int   
)
static
virtual void gr::gps::gps_codegen_c::set_code ( int  )
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.

virtual void gr::gps::gps_codegen_c::set_datamode ( int  )
pure virtual

Implemented in gr::gps::gps_codegen_c_impl.


The documentation for this class was generated from the following file: