mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-29 04:17:16 +01:00
15 lines
348 B
C++
15 lines
348 B
C++
#pragma once
|
|
#include <config.h>
|
|
#include <module.h>
|
|
#include <module.h>
|
|
#include <module_com.h>
|
|
|
|
namespace core {
|
|
SDRPP_EXPORT ConfigManager configManager;
|
|
SDRPP_EXPORT ModuleManager moduleManager;
|
|
SDRPP_EXPORT ModuleComManager modComManager;
|
|
|
|
void setInputSampleRate(double samplerate);
|
|
};
|
|
|
|
int sdrpp_main(int argc, char* argv[]); |