SoapySDR  0.2.2-gdd50b2fc
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)
60 
64 #define SOAPY_SDR_TIMEOUT (-1)
65 
69 #define SOAPY_SDR_STREAM_ERROR (-2)
70 
75 #define SOAPY_SDR_CORRUPTION (-3)
76 
81 #define SOAPY_SDR_OVERFLOW (-4)
82 
87 #define SOAPY_SDR_NOT_SUPPORTED (-5)
88 
93 #define SOAPY_SDR_TIME_ERROR (-6)
94 
99 #define SOAPY_SDR_UNDERFLOW (-7)