SoapySDR
0.7.1-g5838bc91
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)
Config.h
SoapySDR_errToStr
SOAPY_SDR_API const char * SoapySDR_errToStr(const int errorCode)
SOAPY_SDR_API
#define SOAPY_SDR_API
Definition:
Config.h:41
Generated on Sat Mar 9 2019 18:00:04 for SoapySDR by
1.8.13