mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Device source API: use more meaningful names for get/set sample source
This commit is contained in:
@@ -68,12 +68,12 @@ void DeviceSourceAPI::removeThreadedSink(ThreadedBasebandSampleSink* sink)
|
||||
m_deviceSourceEngine->removeThreadedSink(sink);
|
||||
}
|
||||
|
||||
void DeviceSourceAPI::setSource(DeviceSampleSource* source)
|
||||
void DeviceSourceAPI::setSampleSource(DeviceSampleSource* source)
|
||||
{
|
||||
m_deviceSourceEngine->setSource(source);
|
||||
}
|
||||
|
||||
DeviceSampleSource *DeviceSourceAPI::getSource()
|
||||
DeviceSampleSource *DeviceSourceAPI::getSampleSource()
|
||||
{
|
||||
return m_deviceSourceEngine->getSource();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user