SoapySDR
0.8.0-gab626068
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
#define SOAPY_SDR_API
Definition:
Config.h:41
SoapySDR_errToStr
const SOAPY_SDR_API char * SoapySDR_errToStr(const int errorCode)
Config.h
Generated on Sun Apr 25 2021 23:00:58 for SoapySDR by
1.8.17