mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Local output plugin and fixes
This commit is contained in:
@@ -43,8 +43,7 @@ MESSAGE_CLASS_DEFINITION(LocalInput::MsgReportSampleRateAndFrequency, Message)
|
||||
LocalInput::LocalInput(DeviceAPI *deviceAPI) :
|
||||
m_deviceAPI(deviceAPI),
|
||||
m_settings(),
|
||||
m_deviceDescription("LocalInput"),
|
||||
m_startingTimeStamp(0)
|
||||
m_deviceDescription("LocalInput")
|
||||
{
|
||||
m_sampleFifo.setSize(96000 * 4);
|
||||
|
||||
@@ -160,11 +159,6 @@ void LocalInput::setCenterFrequency(qint64 centerFrequency)
|
||||
}
|
||||
}
|
||||
|
||||
std::time_t LocalInput::getStartingTimeStamp() const
|
||||
{
|
||||
return m_startingTimeStamp;
|
||||
}
|
||||
|
||||
bool LocalInput::handleMessage(const Message& message)
|
||||
{
|
||||
if (DSPSignalNotification::match(message))
|
||||
|
||||
Reference in New Issue
Block a user