SoapySDR  0.5.4-g68d0793c
Vendor and platform neutral SDR interface library
Errors.h
Go to the documentation of this file.
1 
11 #pragma once
12 #include <SoapySDR/Config.h>
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
24 SOAPY_SDR_API const char *SoapySDR_errToStr(const int errorCode);
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 
33 #define SOAPY_SDR_TIMEOUT (-1)
34 
38 #define SOAPY_SDR_STREAM_ERROR (-2)
39 
44 #define SOAPY_SDR_CORRUPTION (-3)
45 
50 #define SOAPY_SDR_OVERFLOW (-4)
51 
56 #define SOAPY_SDR_NOT_SUPPORTED (-5)
57 
62 #define SOAPY_SDR_TIME_ERROR (-6)
63 
68 #define SOAPY_SDR_UNDERFLOW (-7)
SOAPY_SDR_API const char * SoapySDR_errToStr(const int errorCode)
#define SOAPY_SDR_API
Definition: Config.h:41