![]() |
libcyberradio
22.01.24
|
Class that defines the VITA interface specification for an NDR-class radio. More...
#include <VitaIfSpec.h>
Data Fields | |
| int | headerSizeWords |
| Size of the VITA 49 header, in 32-byte words. | |
| int | payloadSizeWords |
| Size of the payload, in 32-byte words. | |
| int | tailSizeWords |
| Size of the VITA 49 "tail", in 32-byte words. | |
| const char * | byteOrder |
| Byte order used by the radio. | |
| bool | iqSwapped |
| Whether the I/Q data in the payload are swapped. | |
| bool | usesV491 |
| Whether the data packets use VITA 49.1 framing. | |
Class that defines the VITA interface specification for an NDR-class radio.
The VITA interface specification indicates how the radio formats its VITA 49 packets. Each radio must define its own instance of this class so that accessor methods can report the parameters of this interface to clients.
Definition at line 33 of file VitaIfSpec.h.