SoapySDR 0.8.1-ARCH
Vendor and platform neutral SDR interface library
Loading...
Searching...
No Matches
Errors.h
Go to the documentation of this file.
1
10
11#pragma once
12#include <SoapySDR/Config.h>
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
24SOAPY_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)
#define SOAPY_SDR_API
Definition Config.h:41
SOAPY_SDR_API const char * SoapySDR_errToStr(const int errorCode)