11#ifndef INCLUDED_LIBCYBERRADIO_DRIVER_VITAIFSPEC_H
12#define INCLUDED_LIBCYBERRADIO_DRIVER_VITAIFSPEC_H
42 virtual ~VitaIfSpec();
43 VitaIfSpec(
const VitaIfSpec& other);
44 VitaIfSpec& operator=(
const VitaIfSpec& other);
bool usesV491
Whether the data packets use VITA 49.1 framing.
const char * byteOrder
Byte order used by the radio.
int headerSizeWords
Size of the VITA 49 header, in 32-byte words.
int payloadSizeWords
Size of the payload, in 32-byte words.
bool iqSwapped
Whether the I/Q data in the payload are swapped.
int tailSizeWords
Size of the VITA 49 "tail", in 32-byte words.
Provides programming elements for driving CRS NDR-class radios.
Defines functionality for LibCyberRadio applications.