summaryrefslogtreecommitdiffstats
path: root/sdrbase/dsp/dspcommands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sdrbase/dsp/dspcommands.cpp')
-rw-r--r--sdrbase/dsp/dspcommands.cpp34
1 files changed, 17 insertions, 17 deletions
diff --git a/sdrbase/dsp/dspcommands.cpp b/sdrbase/dsp/dspcommands.cpp
index 55dade9..21bdddc 100644
--- a/sdrbase/dsp/dspcommands.cpp
+++ b/sdrbase/dsp/dspcommands.cpp
@@ -1,19 +1,19 @@
#include "dsp/dspcommands.h"
-MessageRegistrator DSPPing::ID("DSPPing");
-MessageRegistrator DSPExit::ID("DSPExit");
-MessageRegistrator DSPAcquisitionStart::ID("DSPAcquisitionStart");
-MessageRegistrator DSPAcquisitionStop::ID("DSPAcquisitionStop");
-MessageRegistrator DSPGetDeviceDescription::ID("DSPGetDeviceDescription");
-MessageRegistrator DSPGetErrorMessage::ID("DSPGetErrorMessage");
-MessageRegistrator DSPSetSource::ID("DSPSetSource");
-MessageRegistrator DSPAddSink::ID("DSPAddSink");
-MessageRegistrator DSPAddAudioSource::ID("DSPAddAudioSource");
-MessageRegistrator DSPRemoveAudioSource::ID("DSPRemoveAudioSource");
-MessageRegistrator DSPRemoveSink::ID("DSPRemoveSink");
-MessageRegistrator DSPConfigureSpectrumVis::ID("DSPConfigureSpectrumVis");
-MessageRegistrator DSPConfigureCorrection::ID("DSPConfigureCorrection");
-MessageRegistrator DSPEngineReport::ID("DSPEngineReport");
-MessageRegistrator DSPConfigureScopeVis::ID("DSPConfigureScopeVis");
-MessageRegistrator DSPSignalNotification::ID("DSPSignalNotification");
-MessageRegistrator DSPConfigureChannelizer::ID("DSPConfigureChannelizer");
+MESSAGE_CLASS_DEFINITION(DSPPing, Message)
+MESSAGE_CLASS_DEFINITION(DSPExit, Message)
+MESSAGE_CLASS_DEFINITION(DSPAcquisitionStart, Message)
+MESSAGE_CLASS_DEFINITION(DSPAcquisitionStop, Message)
+MESSAGE_CLASS_DEFINITION(DSPGetDeviceDescription, Message)
+MESSAGE_CLASS_DEFINITION(DSPGetErrorMessage, Message)
+MESSAGE_CLASS_DEFINITION(DSPSetSource, Message)
+MESSAGE_CLASS_DEFINITION(DSPAddSink, Message)
+MESSAGE_CLASS_DEFINITION(DSPRemoveSink, Message)
+MESSAGE_CLASS_DEFINITION(DSPAddAudioSource, Message)
+MESSAGE_CLASS_DEFINITION(DSPRemoveAudioSource, Message)
+MESSAGE_CLASS_DEFINITION(DSPConfigureSpectrumVis, Message)
+MESSAGE_CLASS_DEFINITION(DSPConfigureCorrection, Message)
+MESSAGE_CLASS_DEFINITION(DSPEngineReport, Message)
+MESSAGE_CLASS_DEFINITION(DSPConfigureScopeVis, Message)
+MESSAGE_CLASS_DEFINITION(DSPSignalNotification, Message)
+MESSAGE_CLASS_DEFINITION(DSPConfigureChannelizer, Message)