7#ifndef INCLUDED_DIFI_SOURCE_CPP_H
8#define INCLUDED_DIFI_SOURCE_CPP_H
11#include <gnuradio/sync_block.h>
20 typedef std::shared_ptr<difi_source_cpp<T>>
sptr;
22 static sptr make(std::string ip_addr, uint32_t port, uint8_t socket_type,
int stream_number,
int bit_depth,
int context_pkt_behavior);
#define DIFI_API
Definition api.h:19
Definition difi_source_cpp.h:18
static sptr make(std::string ip_addr, uint32_t port, uint8_t socket_type, int stream_number, int bit_depth, int context_pkt_behavior)
std::shared_ptr< difi_source_cpp< T > > sptr
Definition difi_source_cpp.h:20
Definition difi_common.h:14
difi_source_cpp< std::complex< char > > difi_source_cpp_sc8
Definition difi_source_cpp.h:26
difi_source_cpp< gr_complex > difi_source_cpp_fc32
Definition difi_source_cpp.h:25
Definition difi_common.h:13