1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 06:54:39 -04:00

ChannelAPI rework: make handleMessage method protected

This commit is contained in:
f4exb
2022-02-12 21:41:20 +01:00
parent 02ec2a4403
commit 41061de50b
9 changed files with 61 additions and 40 deletions
+5
View File
@@ -28,6 +28,11 @@ BasebandSampleSource::~BasebandSampleSource()
{
}
void BasebandSampleSource::pushMessage(Message *msg)
{
m_inputMessageQueue.push(msg);
}
void BasebandSampleSource::handleInputMessages()
{
Message* message;