mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-11-24 12:31:37 +01:00
Fixed support in the module manager
This commit is contained in:
@@ -44,15 +44,17 @@ public:
|
||||
|
||||
// Select device from config
|
||||
selectFirst();
|
||||
core::setInputSampleRate(sampleRate);
|
||||
|
||||
sigpath::sourceManager.registerSource("LimeSDR", &handler);
|
||||
}
|
||||
|
||||
~LimeSDRSourceModule() {
|
||||
// Exit limesuite if needed
|
||||
stop(this);
|
||||
sigpath::sourceManager.unregisterSource("LimeSDR");
|
||||
}
|
||||
|
||||
void postInit() {}
|
||||
|
||||
void enable() {
|
||||
enabled = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user