22#ifndef INCLUDED_LINRAD_SEND_RAW16_H
23#define INCLUDED_LINRAD_SEND_RAW16_H
26#include <gnuradio/sync_block.h>
39 typedef boost::shared_ptr<send_raw16>
sptr;
49 static sptr make(
char *ip,
int base_port,
float passband_center,
int bufsize);
#define LINRAD_API
Definition api.h:31
<+description of block+>
Definition send_raw16.h:37
boost::shared_ptr< send_raw16 > sptr
Definition send_raw16.h:39
virtual void set_frequency(float freq)=0
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.
virtual float frequency() const =0
Definition send_raw16.h:28