mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-20 15:22:42 +00:00
13 lines
312 B
C++
13 lines
312 B
C++
#pragma once
|
|
#include "iq_frontend.h"
|
|
#include "vfo_manager.h"
|
|
#include "source.h"
|
|
#include "sink.h"
|
|
#include <module.h>
|
|
|
|
namespace sigpath {
|
|
SDRPP_EXPORT IQFrontEnd iqFrontEnd;
|
|
SDRPP_EXPORT VFOManager vfoManager;
|
|
SDRPP_EXPORT SourceManager sourceManager;
|
|
SDRPP_EXPORT SinkManager sinkManager;
|
|
}; |