SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <wfmmod.h>
Classes | |
class | MsgConfigureChannelizer |
class | MsgConfigureFileSourceName |
class | MsgConfigureFileSourceSeek |
class | MsgConfigureFileSourceStreamTiming |
class | MsgConfigureWFMMod |
class | MsgReportFileSourceStreamData |
class | MsgReportFileSourceStreamTiming |
Signals | |
void | levelChanged (qreal rmsLevel, qreal peakLevel, int numSamples) |
Public Member Functions | |
WFMMod (DeviceAPI *deviceAPI) | |
~WFMMod () | |
virtual void | destroy () |
virtual void | pull (Sample &sample) |
virtual void | pullAudio (int nbSamples) |
virtual void | start () |
virtual void | stop () |
virtual bool | handleMessage (const Message &cmd) |
Processing of a message. Returns true if message has actually been processed. More... | |
virtual void | getIdentifier (QString &id) |
virtual void | getTitle (QString &title) |
virtual qint64 | getCenterFrequency () const |
Applies to a default stream. More... | |
virtual QByteArray | serialize () const |
virtual bool | deserialize (const QByteArray &data) |
virtual int | getNbSinkStreams () const |
virtual int | getNbSourceStreams () const |
virtual qint64 | getStreamCenterFrequency (int streamIndex, bool sinkElseSource) const |
virtual int | webapiSettingsGet (SWGSDRangel::SWGChannelSettings &response, QString &errorMessage) |
virtual int | webapiSettingsPutPatch (bool force, const QStringList &channelSettingsKeys, SWGSDRangel::SWGChannelSettings &response, QString &errorMessage) |
virtual int | webapiReportGet (SWGSDRangel::SWGChannelReport &response, QString &errorMessage) |
double | getMagSq () const |
CWKeyer * | getCWKeyer () |
Public Member Functions inherited from BasebandSampleSource | |
BasebandSampleSource () | |
virtual | ~BasebandSampleSource () |
void | feed (SampleSourceFifo *sampleFifo, int nbSamples) |
SampleSourceFifo & | getSampleSourceFifo () |
MessageQueue * | getInputMessageQueue () |
Get the queue for asynchronous inbound communication. More... | |
virtual void | setMessageQueueToGUI (MessageQueue *queue) |
MessageQueue * | getMessageQueueToGUI () |
void | setDeviceSampleSourceFifo (SampleSourceFifo *deviceSampleFifo) |
Public Member Functions inherited from ChannelAPI | |
ChannelAPI (const QString &name, StreamType streamType) | |
virtual | ~ChannelAPI () |
virtual void | setName (const QString &name) |
virtual const QString & | getName () const |
int | getIndexInDeviceSet () const |
void | setIndexInDeviceSet (int indexInDeviceSet) |
int | getDeviceSetIndex () const |
void | setDeviceSetIndex (int deviceSetIndex) |
DeviceAPI * | getDeviceAPI () |
void | setDeviceAPI (DeviceAPI *deviceAPI) |
uint64_t | getUID () const |
StreamType | getStreamType () const |
Static Public Attributes | |
static const QString | m_channelIdURI = "sdrangel.channeltx.modwfm" |
static const QString | m_channelId = "WFMMod" |
Private Types | |
enum | RateState { RSInitialFill, RSRunning } |
Private Slots | |
void | networkManagerFinished (QNetworkReply *reply) |
Private Member Functions | |
void | applyAudioSampleRate (int sampleRate) |
void | applyChannelSettings (int basebandSampleRate, int outputSampleRate, int inputFrequencyOffset, bool force=false) |
void | applySettings (const WFMModSettings &settings, bool force=false) |
void | pullAF (Complex &sample) |
void | calculateLevel (const Real &sample) |
void | openFileStream () |
void | seekFileStream (int seekPercentage) |
void | webapiFormatChannelSettings (SWGSDRangel::SWGChannelSettings &response, const WFMModSettings &settings) |
void | webapiFormatChannelReport (SWGSDRangel::SWGChannelReport &response) |
void | webapiReverseSendSettings (QList< QString > &channelSettingsKeys, const WFMModSettings &settings, bool force) |
void | webapiReverseSendCWSettings (const CWKeyerSettings &settings) |
Static Private Attributes | |
static const int | m_rfFilterFFTLength = 1024 |
static const int | m_levelNbSamples = 480 |
Additional Inherited Members | |
Public Types inherited from ChannelAPI | |
enum | StreamType { StreamSingleSink, StreamSingleSource, StreamMIMO } |
< This is the same enum as in PluginInterface More... | |
Protected Slots inherited from BasebandSampleSource | |
void | handleInputMessages () |
void | handleWriteToFifo (int nbSamples) |
void | handleWriteToDeviceFifo (int nbSamples) |
Protected Member Functions inherited from BasebandSampleSource | |
void | handleWriteToFifo (SampleSourceFifo *sampleFifo, int nbSamples) |
Protected Attributes inherited from BasebandSampleSource | |
MessageQueue | m_inputMessageQueue |
Queue for asynchronous inbound communication. More... | |
MessageQueue * | m_guiMessageQueue |
Input message queue to the GUI. More... | |
SampleSourceFifo | m_sampleFifo |
Internal FIFO for multi-channel processing. More... | |
SampleSourceFifo * | m_deviceSampleFifo |
Reference to the device FIFO for single channel processing. More... | |
|
private |
Enumerator | |
---|---|
RSInitialFill | |
RSRunning |
Definition at line 264 of file wfmmod.h.
WFMMod::WFMMod | ( | DeviceAPI * | deviceAPI | ) |
Definition at line 55 of file wfmmod.cpp.
References AudioDeviceManager::addAudioSource(), DeviceAPI::addChannelSource(), DeviceAPI::addChannelSourceAPI(), applyChannelSettings(), applySettings(), DSPEngine::getAudioDeviceManager(), BasebandSampleSource::getInputMessageQueue(), AudioDeviceManager::getInputSampleRate(), DSPEngine::instance(), m_audioBuffer, m_audioBufferFill, m_audioFifo, m_audioSampleRate, m_basebandSampleRate, m_channelId, m_channelizer, m_cwKeyer, m_deviceAPI, m_inputFrequencyOffset, m_magsq, m_networkManager, m_outputSampleRate, m_rfFilter, m_rfFilterBuffer, m_rfFilterBufferIndex, m_rfFilterFFTLength, m_settings, m_threadedChannelizer, m_toneNcoRF, networkManagerFinished(), CWKeyer::reset(), NCOF::setFreq(), and CWKeyer::setSampleRate().
Referenced by WFMMod::MsgReportFileSourceStreamData::MsgReportFileSourceStreamData().
WFMMod::~WFMMod | ( | ) |
Definition at line 103 of file wfmmod.cpp.
References DSPEngine::getAudioDeviceManager(), DSPEngine::instance(), m_audioFifo, m_channelizer, m_deviceAPI, m_networkManager, m_rfFilter, m_rfFilterBuffer, m_threadedChannelizer, networkManagerFinished(), AudioDeviceManager::removeAudioSource(), DeviceAPI::removeChannelSource(), and DeviceAPI::removeChannelSourceAPI().
Referenced by WFMMod::MsgReportFileSourceStreamData::MsgReportFileSourceStreamData().
|
private |
Definition at line 435 of file wfmmod.cpp.
References Interpolator::create(), m_audioSampleRate, m_interpolator, m_interpolatorConsumed, m_interpolatorDistance, m_interpolatorDistanceRemain, m_outputSampleRate, WFMModSettings::m_rfBandwidth, m_settings, and m_settingsMutex.
Referenced by applySettings(), and handleMessage().
|
private |
Definition at line 449 of file wfmmod.cpp.
References Interpolator::create(), fftfilt::create_filter(), m_audioSampleRate, m_basebandSampleRate, m_carrierNco, m_cwKeyer, m_inputFrequencyOffset, m_interpolator, m_interpolatorConsumed, m_interpolatorDistance, m_interpolatorDistanceRemain, m_outputSampleRate, WFMModSettings::m_rfBandwidth, m_rfFilter, m_settings, m_settingsMutex, WFMModSettings::m_toneFrequency, m_toneNcoRF, CWKeyer::reset(), NCO::setFreq(), NCOF::setFreq(), and CWKeyer::setSampleRate().
Referenced by handleMessage(), start(), and WFMMod().
|
private |
Definition at line 485 of file wfmmod.cpp.
References AudioDeviceManager::addAudioSource(), applyAudioSampleRate(), Interpolator::create(), fftfilt::create_filter(), DSPEngine::getAudioDeviceManager(), AudioDeviceManager::getInputDeviceIndex(), BasebandSampleSource::getInputMessageQueue(), AudioDeviceManager::getInputSampleRate(), DSPEngine::instance(), WFMModSettings::m_afBandwidth, WFMModSettings::m_audioDeviceName, m_audioFifo, m_audioSampleRate, WFMModSettings::m_channelMute, WFMModSettings::m_fmDeviation, WFMModSettings::m_inputFrequencyOffset, m_interpolator, m_interpolatorConsumed, m_interpolatorDistance, m_interpolatorDistanceRemain, WFMModSettings::m_modAFInput, m_outputSampleRate, WFMModSettings::m_playLoop, WFMModSettings::m_reverseAPIAddress, WFMModSettings::m_reverseAPIChannelIndex, WFMModSettings::m_reverseAPIDeviceIndex, WFMModSettings::m_reverseAPIPort, WFMModSettings::m_rfBandwidth, m_rfFilter, m_settings, m_settingsMutex, WFMModSettings::m_toneFrequency, m_toneNcoRF, WFMModSettings::m_useReverseAPI, WFMModSettings::m_volumeFactor, NCOF::setFreq(), and webapiReverseSendSettings().
Referenced by handleMessage(), and WFMMod().
|
private |
Definition at line 268 of file wfmmod.cpp.
References levelChanged(), m_levelCalcCount, m_levelNbSamples, m_levelSum, m_peakLevel, leansdr::max(), and sqrt().
Referenced by pull().
|
virtual |
Implements ChannelAPI.
Definition at line 586 of file wfmmod.cpp.
References WFMMod::MsgConfigureWFMMod::create(), WFMModSettings::deserialize(), BasebandSampleSource::m_inputMessageQueue, m_settings, MessageQueue::push(), and WFMModSettings::resetToDefaults().
Referenced by getCenterFrequency().
|
inlinevirtual |
Implements ChannelAPI.
Definition at line 207 of file wfmmod.h.
References handleMessage(), pull(), pullAudio(), start(), and stop().
|
inlinevirtual |
Applies to a default stream.
Implements ChannelAPI.
Definition at line 217 of file wfmmod.h.
References deserialize(), WFMModSettings::m_inputFrequencyOffset, WFMMod::MsgConfigureWFMMod::m_settings, and serialize().
|
inline |
Definition at line 248 of file wfmmod.h.
References m_cwKeyer.
Referenced by WFMModGUI::WFMModGUI().
|
inlinevirtual |
|
inline |
Definition at line 246 of file wfmmod.h.
References m_magsq.
Referenced by WFMModGUI::tick(), and webapiFormatChannelReport().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements ChannelAPI.
Definition at line 225 of file wfmmod.h.
References WFMModSettings::m_inputFrequencyOffset, WFMMod::MsgConfigureWFMMod::m_settings, webapiReportGet(), webapiSettingsGet(), and webapiSettingsPutPatch().
|
inlinevirtual |
Implements ChannelAPI.
Definition at line 216 of file wfmmod.h.
References WFMMod::MsgConfigureWFMMod::m_settings, and WFMModSettings::m_title.
|
virtual |
Processing of a message. Returns true if message has actually been processed.
Implements BasebandSampleSource.
Definition at line 300 of file wfmmod.cpp.
References applyAudioSampleRate(), applyChannelSettings(), applySettings(), UpChannelizer::configure(), WFMMod::MsgReportFileSourceStreamTiming::create(), UpChannelizer::MsgChannelizerNotification::getBasebandSampleRate(), WFMMod::MsgConfigureChannelizer::getCenterFrequency(), WFMMod::MsgConfigureFileSourceName::getFileName(), WFMMod::MsgConfigureWFMMod::getForce(), UpChannelizer::MsgChannelizerNotification::getFrequencyOffset(), BasebandSampleSource::getInputMessageQueue(), BasebandSampleSource::getMessageQueueToGUI(), WFMMod::MsgConfigureFileSourceSeek::getPercentage(), UpChannelizer::MsgChannelizerNotification::getSampleRate(), WFMMod::MsgConfigureChannelizer::getSampleRate(), DSPConfigureAudio::getSampleRate(), WFMMod::MsgConfigureWFMMod::getSettings(), CWKeyer::MsgConfigureCWKeyer::getSettings(), m_audioSampleRate, m_channelizer, m_fileName, m_fileSize, m_ifstream, m_settings, WFMModSettings::m_useReverseAPI, Message::match(), openFileStream(), MessageQueue::push(), seekFileStream(), and webapiReverseSendCWSettings().
Referenced by destroy().
|
signal |
Level changed
rmsLevel | RMS level in range 0.0 - 1.0 |
peakLevel | Peak level in range 0.0 - 1.0 |
numSamples | Number of audio samples analyzed |
Referenced by calculateLevel().
|
privateslot |
Definition at line 885 of file wfmmod.cpp.
Referenced by WFMMod(), and ~WFMMod().
|
private |
Definition at line 400 of file wfmmod.cpp.
References WFMMod::MsgReportFileSourceStreamData::create(), BasebandSampleSource::getMessageQueueToGUI(), m_fileName, m_fileSize, m_ifstream, m_recordLength, m_sampleRate, and MessageQueue::push().
Referenced by handleMessage().
|
virtual |
Implements BasebandSampleSource.
Definition at line 116 of file wfmmod.cpp.
References MovingAverageUtil< T, Total, N >::asDouble(), calculateLevel(), cos(), Interpolator::interpolate(), m_audioBufferFill, m_carrierNco, WFMModSettings::m_channelMute, WFMModSettings::m_fmDeviation, Sample::m_imag, m_interpolator, m_interpolatorDistance, m_interpolatorDistanceRemain, m_magsq, WFMModSettings::m_modAFInput, m_modPhasor, m_modSample, m_movingAverage, m_outputSampleRate, M_PI, Sample::m_real, m_rfFilter, m_rfFilterBuffer, m_rfFilterBufferIndex, m_settings, m_settingsMutex, NCO::nextIQ(), pullAF(), fftfilt::runFilt(), SDR_TX_SCALED, SDR_TX_SCALEF, sin(), WFMModSettings::WFMModInputAudio, and WFMModSettings::WFMModInputFile.
Referenced by destroy().
|
private |
Definition at line 189 of file wfmmod.cpp.
References CWKeyer::getCWSmoother(), CWSmoother::getFadeSample(), CWKeyer::getSample(), m_audioBuffer, m_audioBufferFill, m_cwKeyer, m_ifstream, WFMModSettings::m_modAFInput, WFMModSettings::m_playLoop, m_settings, m_toneNcoRF, WFMModSettings::m_volumeFactor, NCOF::next(), NCOF::setPhase(), WFMModSettings::WFMModInputAudio, WFMModSettings::WFMModInputCWTone, WFMModSettings::WFMModInputFile, WFMModSettings::WFMModInputNone, and WFMModSettings::WFMModInputTone.
Referenced by pull().
|
virtual |
Reimplemented from BasebandSampleSource.
Definition at line 176 of file wfmmod.cpp.
References m_audioBuffer, m_audioBufferFill, m_audioFifo, m_audioSampleRate, m_basebandSampleRate, and AudioFifo::read().
Referenced by destroy().
|
private |
Definition at line 422 of file wfmmod.cpp.
References m_ifstream, m_recordLength, m_sampleRate, and m_settingsMutex.
Referenced by handleMessage().
|
virtual |
Implements ChannelAPI.
Definition at line 581 of file wfmmod.cpp.
References m_settings, and WFMModSettings::serialize().
Referenced by getCenterFrequency().
|
virtual |
Implements BasebandSampleSource.
Definition at line 287 of file wfmmod.cpp.
References applyChannelSettings(), AudioFifo::clear(), m_audioFifo, m_basebandSampleRate, m_inputFrequencyOffset, and m_outputSampleRate.
Referenced by destroy().
|
virtual |
Implements BasebandSampleSource.
Definition at line 296 of file wfmmod.cpp.
Referenced by destroy().
|
private |
Definition at line 771 of file wfmmod.cpp.
References CalcDb::dbPower(), getMagSq(), SWGSDRangel::SWGChannelReport::getWfmModReport(), m_audioSampleRate, m_outputSampleRate, SWGSDRangel::SWGWFMModReport::setAudioSampleRate(), SWGSDRangel::SWGWFMModReport::setChannelPowerDb(), and SWGSDRangel::SWGWFMModReport::setChannelSampleRate().
Referenced by webapiReportGet().
|
private |
Definition at line 724 of file wfmmod.cpp.
References SWGSDRangel::SWGWFMModSettings::getAudioDeviceName(), SWGSDRangel::SWGWFMModSettings::getCwKeyer(), SWGSDRangel::SWGWFMModSettings::getReverseApiAddress(), CWKeyer::getSettings(), SWGSDRangel::SWGWFMModSettings::getTitle(), SWGSDRangel::SWGChannelSettings::getWfmModSettings(), WFMModSettings::m_afBandwidth, WFMModSettings::m_audioDeviceName, WFMModSettings::m_channelMute, m_cwKeyer, WFMModSettings::m_fmDeviation, WFMModSettings::m_inputFrequencyOffset, WFMModSettings::m_modAFInput, WFMModSettings::m_playLoop, WFMModSettings::m_reverseAPIAddress, WFMModSettings::m_reverseAPIChannelIndex, WFMModSettings::m_reverseAPIDeviceIndex, WFMModSettings::m_reverseAPIPort, WFMModSettings::m_rfBandwidth, WFMModSettings::m_rgbColor, WFMModSettings::m_title, WFMModSettings::m_toneFrequency, WFMModSettings::m_useReverseAPI, WFMModSettings::m_volumeFactor, SWGSDRangel::SWGWFMModSettings::setAfBandwidth(), SWGSDRangel::SWGWFMModSettings::setAudioDeviceName(), SWGSDRangel::SWGWFMModSettings::setChannelMute(), SWGSDRangel::SWGWFMModSettings::setCwKeyer(), SWGSDRangel::SWGWFMModSettings::setFmDeviation(), SWGSDRangel::SWGWFMModSettings::setInputFrequencyOffset(), SWGSDRangel::SWGWFMModSettings::setModAfInput(), SWGSDRangel::SWGWFMModSettings::setPlayLoop(), SWGSDRangel::SWGWFMModSettings::setReverseApiAddress(), SWGSDRangel::SWGWFMModSettings::setReverseApiChannelIndex(), SWGSDRangel::SWGWFMModSettings::setReverseApiDeviceIndex(), SWGSDRangel::SWGWFMModSettings::setReverseApiPort(), SWGSDRangel::SWGWFMModSettings::setRfBandwidth(), SWGSDRangel::SWGWFMModSettings::setRgbColor(), SWGSDRangel::SWGWFMModSettings::setTitle(), SWGSDRangel::SWGWFMModSettings::setToneFrequency(), SWGSDRangel::SWGWFMModSettings::setUseReverseApi(), SWGSDRangel::SWGWFMModSettings::setVolumeFactor(), and CWKeyer::webapiFormatChannelSettings().
Referenced by webapiSettingsGet(), and webapiSettingsPutPatch().
|
virtual |
Reimplemented from ChannelAPI.
Definition at line 713 of file wfmmod.cpp.
References SWGSDRangel::SWGChannelReport::getWfmModReport(), SWGSDRangel::SWGWFMModReport::init(), SWGSDRangel::SWGChannelReport::setWfmModReport(), and webapiFormatChannelReport().
Referenced by getStreamCenterFrequency().
|
private |
Definition at line 854 of file wfmmod.cpp.
References SWGSDRangel::SWGChannelSettings::asJson(), SWGSDRangel::SWGWFMModSettings::getCwKeyer(), SWGSDRangel::SWGChannelSettings::getWfmModSettings(), m_cwKeyer, m_networkManager, m_networkRequest, WFMModSettings::m_reverseAPIAddress, WFMModSettings::m_reverseAPIChannelIndex, WFMModSettings::m_reverseAPIDeviceIndex, WFMModSettings::m_reverseAPIPort, m_settings, SWGSDRangel::SWGChannelSettings::setChannelType(), SWGSDRangel::SWGWFMModSettings::setCwKeyer(), SWGSDRangel::SWGChannelSettings::setDirection(), SWGSDRangel::SWGChannelSettings::setWfmModSettings(), and CWKeyer::webapiFormatChannelSettings().
Referenced by handleMessage().
|
private |
Definition at line 778 of file wfmmod.cpp.
References SWGSDRangel::SWGChannelSettings::asJson(), SWGSDRangel::SWGWFMModSettings::getCwKeyer(), ChannelAPI::getDeviceSetIndex(), ChannelAPI::getIndexInDeviceSet(), CWKeyer::getSettings(), SWGSDRangel::SWGChannelSettings::getWfmModSettings(), WFMModSettings::m_afBandwidth, WFMModSettings::m_audioDeviceName, WFMModSettings::m_channelMute, m_cwKeyer, WFMModSettings::m_fmDeviation, WFMModSettings::m_inputFrequencyOffset, WFMModSettings::m_modAFInput, m_networkManager, m_networkRequest, WFMModSettings::m_playLoop, WFMModSettings::m_reverseAPIAddress, WFMModSettings::m_reverseAPIChannelIndex, WFMModSettings::m_reverseAPIDeviceIndex, WFMModSettings::m_reverseAPIPort, WFMModSettings::m_rfBandwidth, WFMModSettings::m_rgbColor, WFMModSettings::m_title, WFMModSettings::m_toneFrequency, WFMModSettings::m_volumeFactor, SWGSDRangel::SWGWFMModSettings::setAfBandwidth(), SWGSDRangel::SWGWFMModSettings::setAudioDeviceName(), SWGSDRangel::SWGWFMModSettings::setChannelMute(), SWGSDRangel::SWGChannelSettings::setChannelType(), SWGSDRangel::SWGWFMModSettings::setCwKeyer(), SWGSDRangel::SWGChannelSettings::setDirection(), SWGSDRangel::SWGWFMModSettings::setFmDeviation(), SWGSDRangel::SWGWFMModSettings::setInputFrequencyOffset(), SWGSDRangel::SWGWFMModSettings::setModAfInput(), SWGSDRangel::SWGChannelSettings::setOriginatorChannelIndex(), SWGSDRangel::SWGChannelSettings::setOriginatorDeviceSetIndex(), SWGSDRangel::SWGWFMModSettings::setPlayLoop(), SWGSDRangel::SWGWFMModSettings::setRfBandwidth(), SWGSDRangel::SWGWFMModSettings::setRgbColor(), SWGSDRangel::SWGWFMModSettings::setTitle(), SWGSDRangel::SWGWFMModSettings::setToneFrequency(), SWGSDRangel::SWGWFMModSettings::setVolumeFactor(), SWGSDRangel::SWGChannelSettings::setWfmModSettings(), and CWKeyer::webapiFormatChannelSettings().
Referenced by applySettings().
|
virtual |
Reimplemented from ChannelAPI.
Definition at line 603 of file wfmmod.cpp.
References SWGSDRangel::SWGChannelSettings::getWfmModSettings(), SWGSDRangel::SWGWFMModSettings::init(), m_settings, SWGSDRangel::SWGChannelSettings::setWfmModSettings(), and webapiFormatChannelSettings().
Referenced by getStreamCenterFrequency().
|
virtual |
Reimplemented from ChannelAPI.
Definition at line 614 of file wfmmod.cpp.
References WFMMod::MsgConfigureWFMMod::create(), CWKeyer::MsgConfigureCWKeyer::create(), WFMMod::MsgConfigureChannelizer::create(), SWGSDRangel::SWGWFMModSettings::getAfBandwidth(), SWGSDRangel::SWGWFMModSettings::getChannelMute(), SWGSDRangel::SWGWFMModSettings::getCwKeyer(), SWGSDRangel::SWGWFMModSettings::getFmDeviation(), SWGSDRangel::SWGWFMModSettings::getInputFrequencyOffset(), CWKeyer::getInputMessageQueue(), SWGSDRangel::SWGWFMModSettings::getModAfInput(), SWGSDRangel::SWGWFMModSettings::getPlayLoop(), SWGSDRangel::SWGWFMModSettings::getReverseApiAddress(), SWGSDRangel::SWGWFMModSettings::getReverseApiChannelIndex(), SWGSDRangel::SWGWFMModSettings::getReverseApiDeviceIndex(), SWGSDRangel::SWGWFMModSettings::getReverseApiPort(), SWGSDRangel::SWGWFMModSettings::getRfBandwidth(), SWGSDRangel::SWGWFMModSettings::getRgbColor(), CWKeyer::getSettings(), SWGSDRangel::SWGWFMModSettings::getTitle(), SWGSDRangel::SWGWFMModSettings::getToneFrequency(), SWGSDRangel::SWGWFMModSettings::getUseReverseApi(), SWGSDRangel::SWGWFMModSettings::getVolumeFactor(), SWGSDRangel::SWGChannelSettings::getWfmModSettings(), WFMModSettings::m_afBandwidth, WFMModSettings::m_channelMute, m_cwKeyer, WFMModSettings::m_fmDeviation, BasebandSampleSource::m_guiMessageQueue, WFMModSettings::m_inputFrequencyOffset, BasebandSampleSource::m_inputMessageQueue, WFMModSettings::m_modAFInput, WFMModSettings::m_playLoop, WFMModSettings::m_reverseAPIAddress, WFMModSettings::m_reverseAPIChannelIndex, WFMModSettings::m_reverseAPIDeviceIndex, WFMModSettings::m_reverseAPIPort, WFMModSettings::m_rfBandwidth, WFMModSettings::m_rgbColor, m_settings, WFMModSettings::m_title, WFMModSettings::m_toneFrequency, WFMModSettings::m_useReverseAPI, WFMModSettings::m_volumeFactor, MessageQueue::push(), webapiFormatChannelSettings(), and CWKeyer::webapiSettingsPutPatch().
Referenced by getStreamCenterFrequency().
|
private |
Definition at line 296 of file wfmmod.h.
Referenced by pullAF(), pullAudio(), and WFMMod().
|
private |
|
private |
Definition at line 298 of file wfmmod.h.
Referenced by applySettings(), pullAudio(), start(), WFMMod(), and ~WFMMod().
|
private |
Definition at line 295 of file wfmmod.h.
Referenced by applyAudioSampleRate(), applyChannelSettings(), applySettings(), handleMessage(), pullAudio(), webapiFormatChannelReport(), and WFMMod().
|
private |
Definition at line 273 of file wfmmod.h.
Referenced by applyChannelSettings(), pullAudio(), start(), and WFMMod().
|
private |
Definition at line 278 of file wfmmod.h.
Referenced by applyChannelSettings(), and pull().
|
static |
Definition at line 251 of file wfmmod.h.
Referenced by WFMModPlugin::initPlugin(), and WFMMod().
|
static |
Definition at line 250 of file wfmmod.h.
Referenced by WFMModPlugin::initPlugin(), and WFMModGUI::WFMModGUI().
|
private |
Definition at line 271 of file wfmmod.h.
Referenced by handleMessage(), WFMMod(), and ~WFMMod().
|
private |
Definition at line 312 of file wfmmod.h.
Referenced by applyChannelSettings(), getCWKeyer(), pullAF(), webapiFormatChannelSettings(), webapiReverseSendCWSettings(), webapiReverseSendSettings(), webapiSettingsPutPatch(), and WFMMod().
|
private |
|
private |
Definition at line 304 of file wfmmod.h.
Referenced by WFMMod::MsgConfigureFileSourceName::getFileName(), handleMessage(), and openFileStream().
|
private |
raw file size (bytes)
Definition at line 305 of file wfmmod.h.
Referenced by handleMessage(), and openFileStream().
|
private |
Definition at line 303 of file wfmmod.h.
Referenced by handleMessage(), openFileStream(), pullAF(), and seekFileStream().
|
private |
Definition at line 275 of file wfmmod.h.
Referenced by applyChannelSettings(), start(), and WFMMod().
|
private |
Definition at line 282 of file wfmmod.h.
Referenced by applyAudioSampleRate(), applyChannelSettings(), applySettings(), and pull().
|
private |
Definition at line 285 of file wfmmod.h.
Referenced by applyAudioSampleRate(), applyChannelSettings(), and applySettings().
|
private |
Definition at line 283 of file wfmmod.h.
Referenced by applyAudioSampleRate(), applyChannelSettings(), applySettings(), and pull().
|
private |
Definition at line 284 of file wfmmod.h.
Referenced by applyAudioSampleRate(), applyChannelSettings(), applySettings(), and pull().
|
private |
Definition at line 309 of file wfmmod.h.
Referenced by calculateLevel().
|
staticprivate |
Definition at line 317 of file wfmmod.h.
Referenced by calculateLevel().
|
private |
Definition at line 311 of file wfmmod.h.
Referenced by calculateLevel().
|
private |
Definition at line 292 of file wfmmod.h.
Referenced by getMagSq(), pull(), and WFMMod().
|
private |
|
private |
|
private |
Definition at line 314 of file wfmmod.h.
Referenced by webapiReverseSendCWSettings(), webapiReverseSendSettings(), WFMMod(), and ~WFMMod().
|
private |
Definition at line 315 of file wfmmod.h.
Referenced by webapiReverseSendCWSettings(), and webapiReverseSendSettings().
|
private |
Definition at line 274 of file wfmmod.h.
Referenced by applyAudioSampleRate(), applyChannelSettings(), applySettings(), pull(), start(), webapiFormatChannelReport(), and WFMMod().
|
private |
Definition at line 310 of file wfmmod.h.
Referenced by calculateLevel().
|
private |
record length in seconds computed from file size
Definition at line 306 of file wfmmod.h.
Referenced by WFMMod::MsgReportFileSourceStreamData::getRecordLength(), openFileStream(), and seekFileStream().
|
private |
Definition at line 287 of file wfmmod.h.
Referenced by applyChannelSettings(), applySettings(), pull(), WFMMod(), and ~WFMMod().
|
private |
|
private |
|
staticprivate |
|
private |
|
private |
Definition at line 307 of file wfmmod.h.
Referenced by WFMMod::MsgConfigureChannelizer::getSampleRate(), WFMMod::MsgReportFileSourceStreamData::getSampleRate(), openFileStream(), and seekFileStream().
|
private |
Definition at line 276 of file wfmmod.h.
Referenced by applyAudioSampleRate(), applyChannelSettings(), applySettings(), deserialize(), handleMessage(), pull(), pullAF(), serialize(), webapiReverseSendCWSettings(), webapiSettingsGet(), webapiSettingsPutPatch(), and WFMMod().
|
private |
Definition at line 301 of file wfmmod.h.
Referenced by applyAudioSampleRate(), applyChannelSettings(), applySettings(), pull(), and seekFileStream().
|
private |
|
private |
Definition at line 279 of file wfmmod.h.
Referenced by applyChannelSettings(), applySettings(), pullAF(), and WFMMod().