SoapySDR 0.8.1-ARCH
Vendor and platform neutral SDR interface library
Loading...
Searching...
No Matches
Modules.h
Go to the documentation of this file.
1
12
13#pragma once
14#include <SoapySDR/Config.h>
15#include <SoapySDR/Types.h>
16#include <stddef.h> //size_t
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
24
31
38SOAPY_SDR_API char **SoapySDR_listModules(size_t *length);
39
47SOAPY_SDR_API char **SoapySDR_listModulesPath(const char *path, size_t *length);
48
55SOAPY_SDR_API char *SoapySDR_loadModule(const char *path);
56
66
74
81SOAPY_SDR_API char *SoapySDR_unloadModule(const char *path);
82
89
94
95#ifdef __cplusplus
96}
97#endif
#define SOAPY_SDR_API
Definition Config.h:41
SOAPY_SDR_API SoapySDRKwargs SoapySDR_getLoaderResult(const char *path)
SOAPY_SDR_API void SoapySDR_loadModules(void)
SOAPY_SDR_API char * SoapySDR_loadModule(const char *path)
SOAPY_SDR_API char * SoapySDR_unloadModule(const char *path)
SOAPY_SDR_API const char * SoapySDR_getRootPath(void)
Query the root installation path.
SOAPY_SDR_API void SoapySDR_unloadModules(void)
SOAPY_SDR_API char * SoapySDR_getModuleVersion(const char *path)
SOAPY_SDR_API char ** SoapySDR_listSearchPaths(size_t *length)
SOAPY_SDR_API char ** SoapySDR_listModulesPath(const char *path, size_t *length)
SOAPY_SDR_API char ** SoapySDR_listModules(size_t *length)
Definition for a key/value string map.
Definition Types.h:35