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