|
GNU Radio's CYBERRADIO Package
|
<+description of block+> More...
#include <vita_udp_rx.h>
Public Types | |
| typedef std::shared_ptr< vita_udp_rx > | sptr |
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. | |
<+description of block+>
| typedef std::shared_ptr<vita_udp_rx> gr::CyberRadio::vita_udp_rx::sptr |
|
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.