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