|
GNU Radio's GNMAX2769 Package
|
<+description of block+> More...
#include <gnmax_source_cc.h>
Public Types | |
| typedef boost::shared_ptr< gnmax_source_cc > | sptr |
Public Member Functions | |
| virtual int | bias () const =0 |
| Return active antenna bias state. More... | |
| virtual void | set_bias (int bias)=0 |
| Set active antenna bias. More... | |
| virtual int | ant () const =0 |
| Return antenna selection. More... | |
| virtual void | set_ant (int ant)=0 |
| Set antenna selection. More... | |
| virtual float | freq () const =0 |
| Return RF frequency. More... | |
| virtual void | set_freq (float freq)=0 |
| Set RF frequency. More... | |
| virtual int | bw () const =0 |
| Return IF bandwidth setting. More... | |
| virtual void | set_bw (int bw)=0 |
| Set IF bandwidth. More... | |
Static Public Member Functions | |
| static sptr | make (int bias, int ant, float freq, int bw, int zeroif) |
| Return a shared_ptr to a new instance of gnMAX2769::gnmax_source_cc. More... | |
<+description of block+>
| typedef boost::shared_ptr<gnmax_source_cc> gr::gnMAX2769::gnmax_source_cc::sptr |
|
pure virtual |
Return antenna selection.
Implemented in gr::gnMAX2769::gnmax_source_cc_impl.
|
pure virtual |
Return active antenna bias state.
Implemented in gr::gnMAX2769::gnmax_source_cc_impl.
|
pure virtual |
Return IF bandwidth setting.
Implemented in gr::gnMAX2769::gnmax_source_cc_impl.
|
pure virtual |
Return RF frequency.
Implemented in gr::gnMAX2769::gnmax_source_cc_impl.
|
static |
Return a shared_ptr to a new instance of gnMAX2769::gnmax_source_cc.
To avoid accidental use of raw pointers, gnMAX2769::gnmax_source_cc's constructor is in a private implementation class. gnMAX2769::gnmax_source_cc::make is the public interface for creating new instances.
|
pure virtual |
Set antenna selection.
Implemented in gr::gnMAX2769::gnmax_source_cc_impl.
|
pure virtual |
Set active antenna bias.
Implemented in gr::gnMAX2769::gnmax_source_cc_impl.
|
pure virtual |
Set IF bandwidth.
Implemented in gr::gnMAX2769::gnmax_source_cc_impl.
|
pure virtual |
Set RF frequency.
Implemented in gr::gnMAX2769::gnmax_source_cc_impl.