SoapySDR 0.8.1-ARCH
Vendor and platform neutral SDR interface library
Loading...
Searching...
No Matches
Constants.h
Go to the documentation of this file.
1
10
11#pragma once
12#include <SoapySDR/Config.h>
13
17#define SOAPY_SDR_TX 0
18
22#define SOAPY_SDR_RX 1
23
29#define SOAPY_SDR_END_BURST (1 << 1)
30
36#define SOAPY_SDR_HAS_TIME (1 << 2)
37
43#define SOAPY_SDR_END_ABRUPT (1 << 3)
44
51#define SOAPY_SDR_ONE_PACKET (1 << 4)
52
59#define SOAPY_SDR_MORE_FRAGMENTS (1 << 5)
60
66#define SOAPY_SDR_WAIT_TRIGGER (1 << 6)