SoapySDR  0.5.4-g68d0793c
Vendor and platform neutral SDR interface library
Modules.h
Go to the documentation of this file.
1 
13 #pragma once
14 #include <SoapySDR/Config.h>
15 #include <SoapySDR/Types.h>
16 #include <stddef.h> //size_t
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
23 SOAPY_SDR_API const char *SoapySDR_getRootPath(void);
24 
31 SOAPY_SDR_API char **SoapySDR_listModules(size_t *length);
32 
40 SOAPY_SDR_API char **SoapySDR_listModulesPath(const char *path, size_t *length);
41 
48 SOAPY_SDR_API char *SoapySDR_loadModule(const char *path);
49 
59 
66 SOAPY_SDR_API char *SoapySDR_unloadModule(const char *path);
67 
74 
75 #ifdef __cplusplus
76 }
77 #endif
SOAPY_SDR_API char * SoapySDR_unloadModule(const char *path)
SOAPY_SDR_API char ** SoapySDR_listModules(size_t *length)
SOAPY_SDR_API SoapySDRKwargs SoapySDR_getLoaderResult(const char *path)
SOAPY_SDR_API void SoapySDR_loadModules(void)
Definition for a key/value string map.
Definition: Types.h:27
SOAPY_SDR_API const char * SoapySDR_getRootPath(void)
Query the root installation path.
SOAPY_SDR_API char ** SoapySDR_listModulesPath(const char *path, size_t *length)
#define SOAPY_SDR_API
Definition: Config.h:41
SOAPY_SDR_API char * SoapySDR_loadModule(const char *path)