GNU Radio's LINRAD Package
|
<+description of block+> More...
#include <send_raw16.h>
Public Types | |
typedef boost::shared_ptr< send_raw16 > | sptr |
Public Member Functions | |
virtual float | frequency () const =0 |
virtual void | set_frequency (float freq)=0 |
Static Public Member Functions | |
static sptr | make (char *ip, int base_port, float passband_center, int bufsize) |
Return a shared_ptr to a new instance of linrad::send_raw16. More... | |
<+description of block+>
typedef boost::shared_ptr<send_raw16> gr::linrad::send_raw16::sptr |
|
pure virtual |
Implemented in gr::linrad::send_raw16_impl.
|
static |
Return a shared_ptr to a new instance of linrad::send_raw16.
To avoid accidental use of raw pointers, linrad::send_raw16's constructor is in a private implementation class. linrad::send_raw16::make is the public interface for creating new instances.
|
pure virtual |
Implemented in gr::linrad::send_raw16_impl.