| applyChannelSettings(int basebandSampleRate, int outputSampleRate, int inputFrequencyOffset, bool force=false) | UDPSource | private |
| applySettings(const UDPSourceSettings &settings, bool force=false) | UDPSource | private |
| BasebandSampleSource() | BasebandSampleSource | |
| calculateLevel(Real sample) | UDPSource | private |
| calculateLevel(Complex sample) | UDPSource | private |
| calculateSquelch(double value) | UDPSource | inlineprivate |
| ChannelAPI(const QString &name, StreamType streamType) | ChannelAPI | |
| deserialize(const QByteArray &data) | UDPSource | virtual |
| destroy() | UDPSource | inlinevirtual |
| feed(SampleSourceFifo *sampleFifo, int nbSamples) | BasebandSampleSource | inline |
| getBufferGauge() const | UDPSource | inline |
| getCenterFrequency() const | UDPSource | inlinevirtual |
| getDeviceAPI() | ChannelAPI | inline |
| getDeviceSetIndex() const | ChannelAPI | inline |
| getIdentifier(QString &id) | UDPSource | inlinevirtual |
| getIndexInDeviceSet() const | ChannelAPI | inline |
| getInMagSq() const | UDPSource | inline |
| getInputMessageQueue() | BasebandSampleSource | inline |
| getMagSq() const | UDPSource | inline |
| getMessageQueueToGUI() | BasebandSampleSource | inline |
| getName() const | ChannelAPI | inlinevirtual |
| getNbSinkStreams() const | UDPSource | inlinevirtual |
| getNbSourceStreams() const | UDPSource | inlinevirtual |
| getSampleSourceFifo() | BasebandSampleSource | inline |
| getSquelchOpen() const | UDPSource | inline |
| getStreamCenterFrequency(int streamIndex, bool sinkElseSource) const | UDPSource | inlinevirtual |
| getStreamType() const | ChannelAPI | inline |
| getTitle(QString &title) | UDPSource | inlinevirtual |
| getUID() const | ChannelAPI | inline |
| handleInputMessages() | BasebandSampleSource | protectedslot |
| handleMessage(const Message &cmd) | UDPSource | virtual |
| handleWriteToDeviceFifo(int nbSamples) | BasebandSampleSource | protectedslot |
| handleWriteToFifo(SampleSourceFifo *sampleFifo, int nbSamples) | BasebandSampleSource | protected |
| handleWriteToFifo(int nbSamples) | BasebandSampleSource | protectedslot |
| initSquelch(bool open) | UDPSource | inlineprivate |
| levelChanged(qreal rmsLevel, qreal peakLevel, int numSamples) | UDPSource | signal |
| m_actualInputSampleRate | UDPSource | private |
| m_basebandSampleRate | UDPSource | private |
| m_carrierNco | UDPSource | private |
| m_channelId | UDPSource | static |
| m_channelIdURI | UDPSource | static |
| m_channelizer | UDPSource | private |
| m_deviceAPI | UDPSource | private |
| m_deviceSampleFifo | BasebandSampleSource | protected |
| m_guiMessageQueue | BasebandSampleSource | protected |
| m_inMagsq | UDPSource | private |
| m_inMovingAverage | UDPSource | private |
| m_inputFrequencyOffset | UDPSource | private |
| m_inputMessageQueue | BasebandSampleSource | protected |
| m_interpolator | UDPSource | private |
| m_interpolatorConsumed | UDPSource | private |
| m_interpolatorDistance | UDPSource | private |
| m_interpolatorDistanceRemain | UDPSource | private |
| m_levelCalcCount | UDPSource | private |
| m_levelNbSamples | UDPSource | private |
| m_levelSum | UDPSource | private |
| m_magsq | UDPSource | private |
| m_modPhasor | UDPSource | private |
| m_modSample | UDPSource | private |
| m_movingAverage | UDPSource | private |
| m_networkManager | UDPSource | private |
| m_networkRequest | UDPSource | private |
| m_outputSampleRate | UDPSource | private |
| m_peakLevel | UDPSource | private |
| m_sampleBuffer | UDPSource | private |
| m_sampleFifo | BasebandSampleSource | protected |
| m_sampleRateAverageItems | UDPSource | privatestatic |
| m_sampleRateAvgCounter | UDPSource | private |
| m_sampleRateSum | UDPSource | private |
| m_settings | UDPSource | private |
| m_settingsMutex | UDPSource | private |
| m_spectrum | UDPSource | private |
| m_spectrumChunkCounter | UDPSource | private |
| m_spectrumChunkSize | UDPSource | private |
| m_spectrumEnabled | UDPSource | private |
| m_squelch | UDPSource | private |
| m_squelchCloseCount | UDPSource | private |
| m_squelchOpen | UDPSource | private |
| m_squelchOpenCount | UDPSource | private |
| m_squelchThreshold | UDPSource | private |
| m_ssbFftLen | UDPSource | privatestatic |
| m_SSBFilter | UDPSource | private |
| m_SSBFilterBuffer | UDPSource | private |
| m_SSBFilterBufferIndex | UDPSource | private |
| m_threadedChannelizer | UDPSource | private |
| m_udpHandler | UDPSource | private |
| modulateSample() | UDPSource | private |
| networkManagerFinished(QNetworkReply *reply) | UDPSource | privateslot |
| pull(Sample &sample) | UDPSource | virtual |
| pullAudio(int nbSamples) | BasebandSampleSource | inlinevirtual |
| readMonoSample(qint16 &t) | UDPSource | inlineprivate |
| resetReadIndex() | UDPSource | |
| serialize() const | UDPSource | virtual |
| setDeviceAPI(DeviceAPI *deviceAPI) | ChannelAPI | inline |
| setDeviceSampleSourceFifo(SampleSourceFifo *deviceSampleFifo) | BasebandSampleSource | |
| setDeviceSetIndex(int deviceSetIndex) | ChannelAPI | inline |
| setIndexInDeviceSet(int indexInDeviceSet) | ChannelAPI | inline |
| setMessageQueueToGUI(MessageQueue *queue) | BasebandSampleSource | inlinevirtual |
| setName(const QString &name) | ChannelAPI | inlinevirtual |
| setSpectrum(bool enabled) | UDPSource | |
| setSpectrumSink(BasebandSampleSink *spectrum) | UDPSource | inline |
| start() | UDPSource | virtual |
| stop() | UDPSource | virtual |
| StreamMIMO enum value | ChannelAPI | |
| StreamSingleSink enum value | ChannelAPI | |
| StreamSingleSource enum value | ChannelAPI | |
| StreamType enum name | ChannelAPI | |
| UDPSource(DeviceAPI *deviceAPI) | UDPSource | |
| webapiFormatChannelReport(SWGSDRangel::SWGChannelReport &response) | UDPSource | private |
| webapiFormatChannelSettings(SWGSDRangel::SWGChannelSettings &response, const UDPSourceSettings &settings) | UDPSource | private |
| webapiReportGet(SWGSDRangel::SWGChannelReport &response, QString &errorMessage) | UDPSource | virtual |
| webapiReverseSendSettings(QList< QString > &channelSettingsKeys, const UDPSourceSettings &settings, bool force) | UDPSource | private |
| webapiSettingsGet(SWGSDRangel::SWGChannelSettings &response, QString &errorMessage) | UDPSource | virtual |
| webapiSettingsPutPatch(bool force, const QStringList &channelSettingsKeys, SWGSDRangel::SWGChannelSettings &response, QString &errorMessage) | UDPSource | virtual |
| ~BasebandSampleSource() | BasebandSampleSource | virtual |
| ~ChannelAPI() | ChannelAPI | inlinevirtual |
| ~UDPSource() | UDPSource | virtual |