SoapySDR
0.8.1-unknown
Vendor and platform neutral SDR interface library
Toggle main menu visibility
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
19
extern
"C"
{
20
#endif
21
23
SOAPY_SDR_API
const
char
*
SoapySDR_getRootPath
(
void
);
24
30
SOAPY_SDR_API
char
**
SoapySDR_listSearchPaths
(
size_t
*length);
31
38
SOAPY_SDR_API
char
**
SoapySDR_listModules
(
size_t
*length);
39
47
SOAPY_SDR_API
char
**
SoapySDR_listModulesPath
(
const
char
*path,
size_t
*length);
48
55
SOAPY_SDR_API
char
*
SoapySDR_loadModule
(
const
char
*path);
56
65
SOAPY_SDR_API
SoapySDRKwargs
SoapySDR_getLoaderResult
(
const
char
*path);
66
73
SOAPY_SDR_API
char
*
SoapySDR_getModuleVersion
(
const
char
*path);
74
81
SOAPY_SDR_API
char
*
SoapySDR_unloadModule
(
const
char
*path);
82
88
SOAPY_SDR_API
void
SoapySDR_loadModules
(
void
);
89
93
SOAPY_SDR_API
void
SoapySDR_unloadModules
(
void
);
94
95
#ifdef __cplusplus
96
}
97
#endif
Config.h
SOAPY_SDR_API
#define SOAPY_SDR_API
Definition
Config.h:41
SoapySDR_getLoaderResult
SOAPY_SDR_API SoapySDRKwargs SoapySDR_getLoaderResult(const char *path)
SoapySDR_loadModules
SOAPY_SDR_API void SoapySDR_loadModules(void)
SoapySDR_loadModule
SOAPY_SDR_API char * SoapySDR_loadModule(const char *path)
SoapySDR_unloadModule
SOAPY_SDR_API char * SoapySDR_unloadModule(const char *path)
SoapySDR_getRootPath
SOAPY_SDR_API const char * SoapySDR_getRootPath(void)
Query the root installation path.
SoapySDR_unloadModules
SOAPY_SDR_API void SoapySDR_unloadModules(void)
SoapySDR_getModuleVersion
SOAPY_SDR_API char * SoapySDR_getModuleVersion(const char *path)
SoapySDR_listSearchPaths
SOAPY_SDR_API char ** SoapySDR_listSearchPaths(size_t *length)
SoapySDR_listModulesPath
SOAPY_SDR_API char ** SoapySDR_listModulesPath(const char *path, size_t *length)
SoapySDR_listModules
SOAPY_SDR_API char ** SoapySDR_listModules(size_t *length)
Types.h
SoapySDRKwargs
Definition for a key/value string map.
Definition
Types.h:35
Generated by
1.17.0