GNU Radio's CYBERRADIO Package
gr::CyberRadio::vita_udp_rx Class Reference

<+description of block+> More...

#include <vita_udp_rx.h>

Inheritance diagram for gr::CyberRadio::vita_udp_rx:
gr::CyberRadio::vita_udp_rx_impl

Public Types

typedef std::shared_ptr< vita_udp_rxsptr

Static Public Member Functions

static sptr make (std::string src_ip, unsigned short port, unsigned int header_byte_offset, int samples_per_packet, int bytes_per_packet, bool swap_bytes, bool swap_iq, bool tag_packets, bool vector_output, bool uses_v491, bool narrowband, bool debug)
 Return a shared_ptr to a new instance of CyberRadio::vita_udp_rx.

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

sptr gr::CyberRadio::vita_udp_rx::make ( std::string src_ip,
unsigned short port,
unsigned int header_byte_offset,
int samples_per_packet,
int bytes_per_packet,
bool swap_bytes,
bool swap_iq,
bool tag_packets,
bool vector_output,
bool uses_v491,
bool narrowband,
bool debug )
static

Return a shared_ptr to a new instance of CyberRadio::vita_udp_rx.

To avoid accidental use of raw pointers, CyberRadio::vita_udp_rx's constructor is in a private implementation class. CyberRadio::vita_udp_rx::make is the public interface for creating new instances.


The documentation for this class was generated from the following file: