SoapySDR  0.1.0
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 
44 #define SOAPY_SDR_ONE_PACKET (1 << 4)
45 
49 #define SOAPY_SDR_TIMEOUT (-1)
50 
54 #define SOAPY_SDR_STREAM_ERROR (-2)
55 
60 #define SOAPY_SDR_CORRUPTION (-3)
61 
66 #define SOAPY_SDR_OVERFLOW (-4)
67 
72 #define SOAPY_SDR_NOT_SUPPORTED (-5)