22#ifndef INCLUDED_LINRAD_SEND_RAW24_H
23#define INCLUDED_LINRAD_SEND_RAW24_H
26#include <gnuradio/sync_block.h>
39 typedef boost::shared_ptr<send_raw24>
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_raw24.h:37
virtual float frequency() const =0
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_raw24.
boost::shared_ptr< send_raw24 > sptr
Definition send_raw24.h:39
Definition send_raw16.h:28