GNU Radio's LINRAD Package
|
<+description of block+> More...
#include <send_raw24.h>
Public Types | |
typedef boost::shared_ptr< send_raw24 > | 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_raw24. More... | |
<+description of block+>
typedef boost::shared_ptr<send_raw24> gr::linrad::send_raw24::sptr |
|
pure virtual |
Implemented in gr::linrad::send_raw24_impl.
|
static |
Return a shared_ptr to a new instance of linrad::send_raw24.
To avoid accidental use of raw pointers, linrad::send_raw24's constructor is in a private implementation class. linrad::send_raw24::make is the public interface for creating new instances.
|
pure virtual |
Implemented in gr::linrad::send_raw24_impl.