mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-09 18:45:22 +02:00
More work on the new param system
This commit is contained in:
@ -3,11 +3,13 @@
|
||||
#include <module.h>
|
||||
#include <module.h>
|
||||
#include <module_com.h>
|
||||
#include "command_args.h"
|
||||
|
||||
namespace core {
|
||||
SDRPP_EXPORT ConfigManager configManager;
|
||||
SDRPP_EXPORT ModuleManager moduleManager;
|
||||
SDRPP_EXPORT ModuleComManager modComManager;
|
||||
SDRPP_EXPORT CommandArgsParser args;
|
||||
|
||||
void setInputSampleRate(double samplerate);
|
||||
};
|
||||
|
Reference in New Issue
Block a user