SoapySDR  0.3.0-g02fc7af6
Vendor and platform neutral SDR interface library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Constants.h
Go to the documentation of this file.
1 
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)