8#ifndef INCLUDED_CYBERRADIO_SNAPSHOT_VECTOR_SOURCE_H
9#define INCLUDED_CYBERRADIO_SNAPSHOT_VECTOR_SOURCE_H
12#include <gnuradio/sync_block.h>
25 typedef std::shared_ptr<snapshot_vector_source>
sptr;
35 static sptr make(
const std::string radio_type,
const std::string &ip,
unsigned int port,
unsigned int block_size,
unsigned int block_rate);
#define CYBERRADIO_API
Definition api.h:19
<+description of block+>
Definition snapshot_vector_source.h:23
static sptr make(const std::string radio_type, const std::string &ip, unsigned int port, unsigned int block_size, unsigned int block_rate)
Return a shared_ptr to a new instance of CyberRadio::snapshot_vector_source.
std::shared_ptr< snapshot_vector_source > sptr
Definition snapshot_vector_source.h:25
Provides programming elements for controlling the CyberRadio Solutions NDR651 radio.
Definition single_pole_iir.h:31
Provides programming elements for controlling CyberRadio Solutions products.
Definition single_pole_iir.h:30