|
GNU Radio's CYBERRADIO Package
|
#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... | |
| int gr::CyberRadio::vita_udp_rx::Cfg::bytes_per_packet |
total size of the V49 packet
| unsigned gr::CyberRadio::vita_udp_rx::Cfg::header_byte_offset |
number of bytes in the V49 header
| bool gr::CyberRadio::vita_udp_rx::Cfg::narrowband = false |
if using a narrowband DDC
| short gr::CyberRadio::vita_udp_rx::Cfg::port |
source port to bind to
| int gr::CyberRadio::vita_udp_rx::Cfg::samples_per_packet |
number of samples in a packet
| std::string gr::CyberRadio::vita_udp_rx::Cfg::src_ip |
source IP address to bind to
| bool gr::CyberRadio::vita_udp_rx::Cfg::swap_bytes |
if the packet should be byteswapped
| bool gr::CyberRadio::vita_udp_rx::Cfg::swap_iq |
change from IQ to QI (or from QI to IQ)
| bool gr::CyberRadio::vita_udp_rx::Cfg::tag_packets |
add GR tags to the stream
| bool gr::CyberRadio::vita_udp_rx::Cfg::uses_v49_1 = true |
VITA 49.1 (VRLP and VEND headers)