mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
all source and sink plugins except FileSource and SDRdaemonSource: apply settings with force on construction
This commit is contained in:
@@ -52,6 +52,8 @@ AirspyInput::AirspyInput(DeviceSourceAPI *deviceAPI) :
|
||||
sprintf(recFileNameCStr, "test_%d.sdriq", m_deviceAPI->getDeviceUID());
|
||||
m_fileSink = new FileRecord(std::string(recFileNameCStr));
|
||||
m_deviceAPI->addSink(m_fileSink);
|
||||
|
||||
applySettings(m_settings, true);
|
||||
}
|
||||
|
||||
AirspyInput::~AirspyInput()
|
||||
|
||||
Reference in New Issue
Block a user