mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
RxTx semantic move: renamed SampleSink to BasebandSampleSink
This commit is contained in:
@@ -42,12 +42,12 @@ DeviceAPI::~DeviceAPI()
|
||||
{
|
||||
}
|
||||
|
||||
void DeviceAPI::addSink(SampleSink *sink)
|
||||
void DeviceAPI::addSink(BasebandSampleSink *sink)
|
||||
{
|
||||
m_deviceEngine->addSink(sink);
|
||||
}
|
||||
|
||||
void DeviceAPI::removeSink(SampleSink* sink)
|
||||
void DeviceAPI::removeSink(BasebandSampleSink* sink)
|
||||
{
|
||||
m_deviceEngine->removeSink(sink);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user