GNU Radio's CYBERRADIO Package
gr::CyberRadio::vita_udp_rx::Cfg Struct Reference

#include <vita_udp_rx.h>

Public Attributes

std::string src_ip
 source IP address to bind to More...
 
short port
 source port to bind to More...
 
unsigned header_byte_offset
 number of bytes in the V49 header More...
 
int samples_per_packet
 number of samples in a packet More...
 
int bytes_per_packet
 total size of the V49 packet More...
 
bool swap_bytes
 if the packet should be byteswapped More...
 
bool swap_iq
 change from IQ to QI (or from QI to IQ) More...
 
bool tag_packets
 add GR tags to the stream More...
 
bool uses_v49_1 = true
 VITA 49.1 (VRLP and VEND headers) More...
 
bool narrowband = false
 if using a narrowband DDC More...
 

Member Data Documentation

◆ bytes_per_packet

int gr::CyberRadio::vita_udp_rx::Cfg::bytes_per_packet

total size of the V49 packet

◆ header_byte_offset

unsigned gr::CyberRadio::vita_udp_rx::Cfg::header_byte_offset

number of bytes in the V49 header

◆ narrowband

bool gr::CyberRadio::vita_udp_rx::Cfg::narrowband = false

if using a narrowband DDC

◆ port

short gr::CyberRadio::vita_udp_rx::Cfg::port

source port to bind to

◆ samples_per_packet

int gr::CyberRadio::vita_udp_rx::Cfg::samples_per_packet

number of samples in a packet

◆ src_ip

std::string gr::CyberRadio::vita_udp_rx::Cfg::src_ip

source IP address to bind to

◆ swap_bytes

bool gr::CyberRadio::vita_udp_rx::Cfg::swap_bytes

if the packet should be byteswapped

◆ swap_iq

bool gr::CyberRadio::vita_udp_rx::Cfg::swap_iq

change from IQ to QI (or from QI to IQ)

◆ tag_packets

bool gr::CyberRadio::vita_udp_rx::Cfg::tag_packets

add GR tags to the stream

◆ uses_v49_1

bool gr::CyberRadio::vita_udp_rx::Cfg::uses_v49_1 = true

VITA 49.1 (VRLP and VEND headers)


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