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 <SWGNFMDemodSettings.h>
Private Attributes | |
qint64 | input_frequency_offset |
bool | m_input_frequency_offset_isSet |
float | rf_bandwidth |
bool | m_rf_bandwidth_isSet |
float | af_bandwidth |
bool | m_af_bandwidth_isSet |
qint32 | fm_deviation |
bool | m_fm_deviation_isSet |
qint32 | squelch_gate |
bool | m_squelch_gate_isSet |
qint32 | delta_squelch |
bool | m_delta_squelch_isSet |
float | squelch |
bool | m_squelch_isSet |
float | volume |
bool | m_volume_isSet |
qint32 | ctcss_on |
bool | m_ctcss_on_isSet |
qint32 | high_pass |
bool | m_high_pass_isSet |
qint32 | audio_mute |
bool | m_audio_mute_isSet |
qint32 | ctcss_index |
bool | m_ctcss_index_isSet |
qint32 | rgb_color |
bool | m_rgb_color_isSet |
QString * | title |
bool | m_title_isSet |
QString * | audio_device_name |
bool | m_audio_device_name_isSet |
qint32 | use_reverse_api |
bool | m_use_reverse_api_isSet |
QString * | reverse_api_address |
bool | m_reverse_api_address_isSet |
qint32 | reverse_api_port |
bool | m_reverse_api_port_isSet |
qint32 | reverse_api_device_index |
bool | m_reverse_api_device_index_isSet |
qint32 | reverse_api_channel_index |
bool | m_reverse_api_channel_index_isSet |
Definition at line 32 of file SWGNFMDemodSettings.h.
SWGSDRangel::SWGNFMDemodSettings::SWGNFMDemodSettings | ( | ) |
Definition at line 30 of file SWGNFMDemodSettings.cpp.
References af_bandwidth, audio_device_name, audio_mute, ctcss_index, ctcss_on, delta_squelch, fm_deviation, high_pass, input_frequency_offset, m_af_bandwidth_isSet, m_audio_device_name_isSet, m_audio_mute_isSet, m_ctcss_index_isSet, m_ctcss_on_isSet, m_delta_squelch_isSet, m_fm_deviation_isSet, m_high_pass_isSet, m_input_frequency_offset_isSet, m_reverse_api_address_isSet, m_reverse_api_channel_index_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_rf_bandwidth_isSet, m_rgb_color_isSet, m_squelch_gate_isSet, m_squelch_isSet, m_title_isSet, m_use_reverse_api_isSet, m_volume_isSet, reverse_api_address, reverse_api_channel_index, reverse_api_device_index, reverse_api_port, rf_bandwidth, rgb_color, squelch, squelch_gate, title, use_reverse_api, and volume.
SWGSDRangel::SWGNFMDemodSettings::SWGNFMDemodSettings | ( | QString * | json | ) |
Definition at line 25 of file SWGNFMDemodSettings.cpp.
References fromJson(), and init().
|
virtual |
Definition at line 73 of file SWGNFMDemodSettings.cpp.
References cleanup().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 205 of file SWGNFMDemodSettings.cpp.
References asJsonObject().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 216 of file SWGNFMDemodSettings.cpp.
References af_bandwidth, audio_device_name, audio_mute, ctcss_index, ctcss_on, delta_squelch, fm_deviation, high_pass, input_frequency_offset, m_af_bandwidth_isSet, m_audio_mute_isSet, m_ctcss_index_isSet, m_ctcss_on_isSet, m_delta_squelch_isSet, m_fm_deviation_isSet, m_high_pass_isSet, m_input_frequency_offset_isSet, m_reverse_api_channel_index_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_rf_bandwidth_isSet, m_rgb_color_isSet, m_squelch_gate_isSet, m_squelch_isSet, m_use_reverse_api_isSet, m_volume_isSet, reverse_api_address, reverse_api_channel_index, reverse_api_device_index, reverse_api_port, rf_bandwidth, rgb_color, squelch, squelch_gate, title, SWGSDRangel::toJsonValue(), use_reverse_api, and volume.
Referenced by asJson().
void SWGSDRangel::SWGNFMDemodSettings::cleanup | ( | ) |
Definition at line 122 of file SWGNFMDemodSettings.cpp.
References audio_device_name, reverse_api_address, and title.
Referenced by ~SWGNFMDemodSettings().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 152 of file SWGNFMDemodSettings.cpp.
References fromJsonObject().
Referenced by SWGNFMDemodSettings().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 161 of file SWGNFMDemodSettings.cpp.
References af_bandwidth, audio_device_name, audio_mute, ctcss_index, ctcss_on, delta_squelch, fm_deviation, high_pass, input_frequency_offset, reverse_api_address, reverse_api_channel_index, reverse_api_device_index, reverse_api_port, rf_bandwidth, rgb_color, SWGSDRangel::setValue(), squelch, squelch_gate, title, use_reverse_api, and volume.
Referenced by fromJson(), and WebAPIRequestMapper::validateChannelSettings().
float SWGSDRangel::SWGNFMDemodSettings::getAfBandwidth | ( | ) |
Definition at line 303 of file SWGNFMDemodSettings.cpp.
References af_bandwidth.
Referenced by NFMDemod::webapiSettingsPutPatch().
QString * SWGSDRangel::SWGNFMDemodSettings::getAudioDeviceName | ( | ) |
Definition at line 423 of file SWGNFMDemodSettings.cpp.
References audio_device_name.
Referenced by NFMDemod::webapiFormatChannelSettings(), and NFMDemod::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGNFMDemodSettings::getAudioMute | ( | ) |
Definition at line 383 of file SWGNFMDemodSettings.cpp.
References audio_mute.
Referenced by NFMDemod::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGNFMDemodSettings::getCtcssIndex | ( | ) |
Definition at line 393 of file SWGNFMDemodSettings.cpp.
References ctcss_index.
Referenced by NFMDemod::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGNFMDemodSettings::getCtcssOn | ( | ) |
Definition at line 363 of file SWGNFMDemodSettings.cpp.
References ctcss_on.
Referenced by NFMDemod::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGNFMDemodSettings::getDeltaSquelch | ( | ) |
Definition at line 333 of file SWGNFMDemodSettings.cpp.
References delta_squelch.
Referenced by NFMDemod::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGNFMDemodSettings::getFmDeviation | ( | ) |
Definition at line 313 of file SWGNFMDemodSettings.cpp.
References fm_deviation.
Referenced by NFMDemod::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGNFMDemodSettings::getHighPass | ( | ) |
Definition at line 373 of file SWGNFMDemodSettings.cpp.
References high_pass.
Referenced by NFMDemod::webapiSettingsPutPatch().
qint64 SWGSDRangel::SWGNFMDemodSettings::getInputFrequencyOffset | ( | ) |
Definition at line 283 of file SWGNFMDemodSettings.cpp.
References input_frequency_offset.
Referenced by NFMDemod::webapiSettingsPutPatch().
QString * SWGSDRangel::SWGNFMDemodSettings::getReverseApiAddress | ( | ) |
Definition at line 443 of file SWGNFMDemodSettings.cpp.
References reverse_api_address.
Referenced by NFMDemod::webapiFormatChannelSettings(), and NFMDemod::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGNFMDemodSettings::getReverseApiChannelIndex | ( | ) |
Definition at line 473 of file SWGNFMDemodSettings.cpp.
References reverse_api_channel_index.
Referenced by NFMDemod::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGNFMDemodSettings::getReverseApiDeviceIndex | ( | ) |
Definition at line 463 of file SWGNFMDemodSettings.cpp.
References reverse_api_device_index.
Referenced by NFMDemod::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGNFMDemodSettings::getReverseApiPort | ( | ) |
Definition at line 453 of file SWGNFMDemodSettings.cpp.
References reverse_api_port.
Referenced by NFMDemod::webapiSettingsPutPatch().
float SWGSDRangel::SWGNFMDemodSettings::getRfBandwidth | ( | ) |
Definition at line 293 of file SWGNFMDemodSettings.cpp.
References rf_bandwidth.
Referenced by NFMDemod::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGNFMDemodSettings::getRgbColor | ( | ) |
Definition at line 403 of file SWGNFMDemodSettings.cpp.
References rgb_color.
Referenced by NFMDemod::webapiSettingsPutPatch().
float SWGSDRangel::SWGNFMDemodSettings::getSquelch | ( | ) |
Definition at line 343 of file SWGNFMDemodSettings.cpp.
References squelch.
Referenced by NFMDemod::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGNFMDemodSettings::getSquelchGate | ( | ) |
Definition at line 323 of file SWGNFMDemodSettings.cpp.
References squelch_gate.
Referenced by NFMDemod::webapiSettingsPutPatch().
QString * SWGSDRangel::SWGNFMDemodSettings::getTitle | ( | ) |
Definition at line 413 of file SWGNFMDemodSettings.cpp.
References title.
Referenced by NFMDemod::webapiFormatChannelSettings(), and NFMDemod::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGNFMDemodSettings::getUseReverseApi | ( | ) |
Definition at line 433 of file SWGNFMDemodSettings.cpp.
References use_reverse_api.
Referenced by NFMDemod::webapiSettingsPutPatch().
float SWGSDRangel::SWGNFMDemodSettings::getVolume | ( | ) |
Definition at line 353 of file SWGNFMDemodSettings.cpp.
References volume.
Referenced by NFMDemod::webapiSettingsPutPatch().
void SWGSDRangel::SWGNFMDemodSettings::init | ( | ) |
Definition at line 78 of file SWGNFMDemodSettings.cpp.
References af_bandwidth, audio_device_name, audio_mute, ctcss_index, ctcss_on, delta_squelch, fm_deviation, high_pass, input_frequency_offset, m_af_bandwidth_isSet, m_audio_device_name_isSet, m_audio_mute_isSet, m_ctcss_index_isSet, m_ctcss_on_isSet, m_delta_squelch_isSet, m_fm_deviation_isSet, m_high_pass_isSet, m_input_frequency_offset_isSet, m_reverse_api_address_isSet, m_reverse_api_channel_index_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_rf_bandwidth_isSet, m_rgb_color_isSet, m_squelch_gate_isSet, m_squelch_isSet, m_title_isSet, m_use_reverse_api_isSet, m_volume_isSet, reverse_api_address, reverse_api_channel_index, reverse_api_device_index, reverse_api_port, rf_bandwidth, rgb_color, squelch, squelch_gate, title, use_reverse_api, and volume.
Referenced by SWGNFMDemodSettings(), and NFMDemod::webapiSettingsGet().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 484 of file SWGNFMDemodSettings.cpp.
References audio_device_name, m_af_bandwidth_isSet, m_audio_mute_isSet, m_ctcss_index_isSet, m_ctcss_on_isSet, m_delta_squelch_isSet, m_fm_deviation_isSet, m_high_pass_isSet, m_input_frequency_offset_isSet, m_reverse_api_channel_index_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_rf_bandwidth_isSet, m_rgb_color_isSet, m_squelch_gate_isSet, m_squelch_isSet, m_use_reverse_api_isSet, m_volume_isSet, reverse_api_address, and title.
Referenced by SWGSDRangel::SWGChannelSettings::asJsonObject(), SWGSDRangel::SWGChannelSettings_2::asJsonObject(), SWGSDRangel::SWGChannelSettings_2::isSet(), and SWGSDRangel::SWGChannelSettings::isSet().
void SWGSDRangel::SWGNFMDemodSettings::setAfBandwidth | ( | float | af_bandwidth | ) |
Definition at line 307 of file SWGNFMDemodSettings.cpp.
References af_bandwidth, and m_af_bandwidth_isSet.
Referenced by NFMDemod::webapiFormatChannelSettings(), and NFMDemod::webapiReverseSendSettings().
void SWGSDRangel::SWGNFMDemodSettings::setAudioDeviceName | ( | QString * | audio_device_name | ) |
Definition at line 427 of file SWGNFMDemodSettings.cpp.
References audio_device_name, and m_audio_device_name_isSet.
Referenced by NFMDemod::webapiFormatChannelSettings(), and NFMDemod::webapiReverseSendSettings().
void SWGSDRangel::SWGNFMDemodSettings::setAudioMute | ( | qint32 | audio_mute | ) |
Definition at line 387 of file SWGNFMDemodSettings.cpp.
References audio_mute, and m_audio_mute_isSet.
Referenced by NFMDemod::webapiFormatChannelSettings(), and NFMDemod::webapiReverseSendSettings().
void SWGSDRangel::SWGNFMDemodSettings::setCtcssIndex | ( | qint32 | ctcss_index | ) |
Definition at line 397 of file SWGNFMDemodSettings.cpp.
References ctcss_index, and m_ctcss_index_isSet.
Referenced by NFMDemod::webapiFormatChannelSettings(), and NFMDemod::webapiReverseSendSettings().
void SWGSDRangel::SWGNFMDemodSettings::setCtcssOn | ( | qint32 | ctcss_on | ) |
Definition at line 367 of file SWGNFMDemodSettings.cpp.
References ctcss_on, and m_ctcss_on_isSet.
Referenced by NFMDemod::webapiFormatChannelSettings(), and NFMDemod::webapiReverseSendSettings().
void SWGSDRangel::SWGNFMDemodSettings::setDeltaSquelch | ( | qint32 | delta_squelch | ) |
Definition at line 337 of file SWGNFMDemodSettings.cpp.
References delta_squelch, and m_delta_squelch_isSet.
Referenced by NFMDemod::webapiFormatChannelSettings(), and NFMDemod::webapiReverseSendSettings().
void SWGSDRangel::SWGNFMDemodSettings::setFmDeviation | ( | qint32 | fm_deviation | ) |
Definition at line 317 of file SWGNFMDemodSettings.cpp.
References fm_deviation, and m_fm_deviation_isSet.
Referenced by NFMDemod::webapiFormatChannelSettings(), and NFMDemod::webapiReverseSendSettings().
void SWGSDRangel::SWGNFMDemodSettings::setHighPass | ( | qint32 | high_pass | ) |
Definition at line 377 of file SWGNFMDemodSettings.cpp.
References high_pass, and m_high_pass_isSet.
Referenced by NFMDemod::webapiFormatChannelSettings().
void SWGSDRangel::SWGNFMDemodSettings::setInputFrequencyOffset | ( | qint64 | input_frequency_offset | ) |
Definition at line 287 of file SWGNFMDemodSettings.cpp.
References input_frequency_offset, and m_input_frequency_offset_isSet.
Referenced by NFMDemod::webapiFormatChannelSettings(), and NFMDemod::webapiReverseSendSettings().
void SWGSDRangel::SWGNFMDemodSettings::setReverseApiAddress | ( | QString * | reverse_api_address | ) |
Definition at line 447 of file SWGNFMDemodSettings.cpp.
References m_reverse_api_address_isSet, and reverse_api_address.
Referenced by NFMDemod::webapiFormatChannelSettings().
void SWGSDRangel::SWGNFMDemodSettings::setReverseApiChannelIndex | ( | qint32 | reverse_api_channel_index | ) |
Definition at line 477 of file SWGNFMDemodSettings.cpp.
References m_reverse_api_channel_index_isSet, and reverse_api_channel_index.
Referenced by NFMDemod::webapiFormatChannelSettings().
void SWGSDRangel::SWGNFMDemodSettings::setReverseApiDeviceIndex | ( | qint32 | reverse_api_device_index | ) |
Definition at line 467 of file SWGNFMDemodSettings.cpp.
References m_reverse_api_device_index_isSet, and reverse_api_device_index.
Referenced by NFMDemod::webapiFormatChannelSettings().
void SWGSDRangel::SWGNFMDemodSettings::setReverseApiPort | ( | qint32 | reverse_api_port | ) |
Definition at line 457 of file SWGNFMDemodSettings.cpp.
References m_reverse_api_port_isSet, and reverse_api_port.
Referenced by NFMDemod::webapiFormatChannelSettings().
void SWGSDRangel::SWGNFMDemodSettings::setRfBandwidth | ( | float | rf_bandwidth | ) |
Definition at line 297 of file SWGNFMDemodSettings.cpp.
References m_rf_bandwidth_isSet, and rf_bandwidth.
Referenced by NFMDemod::webapiFormatChannelSettings(), and NFMDemod::webapiReverseSendSettings().
void SWGSDRangel::SWGNFMDemodSettings::setRgbColor | ( | qint32 | rgb_color | ) |
Definition at line 407 of file SWGNFMDemodSettings.cpp.
References m_rgb_color_isSet, and rgb_color.
Referenced by NFMDemod::webapiFormatChannelSettings(), and NFMDemod::webapiReverseSendSettings().
void SWGSDRangel::SWGNFMDemodSettings::setSquelch | ( | float | squelch | ) |
Definition at line 347 of file SWGNFMDemodSettings.cpp.
References m_squelch_isSet, and squelch.
Referenced by NFMDemod::webapiFormatChannelSettings(), and NFMDemod::webapiReverseSendSettings().
void SWGSDRangel::SWGNFMDemodSettings::setSquelchGate | ( | qint32 | squelch_gate | ) |
Definition at line 327 of file SWGNFMDemodSettings.cpp.
References m_squelch_gate_isSet, and squelch_gate.
Referenced by NFMDemod::webapiFormatChannelSettings(), and NFMDemod::webapiReverseSendSettings().
void SWGSDRangel::SWGNFMDemodSettings::setTitle | ( | QString * | title | ) |
Definition at line 417 of file SWGNFMDemodSettings.cpp.
References m_title_isSet, and title.
Referenced by NFMDemod::webapiFormatChannelSettings(), and NFMDemod::webapiReverseSendSettings().
void SWGSDRangel::SWGNFMDemodSettings::setUseReverseApi | ( | qint32 | use_reverse_api | ) |
Definition at line 437 of file SWGNFMDemodSettings.cpp.
References m_use_reverse_api_isSet, and use_reverse_api.
Referenced by NFMDemod::webapiFormatChannelSettings().
void SWGSDRangel::SWGNFMDemodSettings::setVolume | ( | float | volume | ) |
Definition at line 357 of file SWGNFMDemodSettings.cpp.
References m_volume_isSet, and volume.
Referenced by NFMDemod::webapiFormatChannelSettings(), and NFMDemod::webapiReverseSendSettings().
|
private |
Definition at line 115 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getAfBandwidth(), init(), setAfBandwidth(), and SWGNFMDemodSettings().
|
private |
Definition at line 151 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getAudioDeviceName(), init(), isSet(), setAudioDeviceName(), and SWGNFMDemodSettings().
|
private |
Definition at line 139 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getAudioMute(), init(), setAudioMute(), and SWGNFMDemodSettings().
|
private |
Definition at line 142 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getCtcssIndex(), init(), setCtcssIndex(), and SWGNFMDemodSettings().
|
private |
Definition at line 133 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getCtcssOn(), init(), setCtcssOn(), and SWGNFMDemodSettings().
|
private |
Definition at line 124 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getDeltaSquelch(), init(), setDeltaSquelch(), and SWGNFMDemodSettings().
|
private |
Definition at line 118 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getFmDeviation(), init(), setFmDeviation(), and SWGNFMDemodSettings().
|
private |
Definition at line 136 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getHighPass(), init(), setHighPass(), and SWGNFMDemodSettings().
|
private |
Definition at line 109 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getInputFrequencyOffset(), init(), setInputFrequencyOffset(), and SWGNFMDemodSettings().
|
private |
Definition at line 116 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), init(), isSet(), setAfBandwidth(), and SWGNFMDemodSettings().
|
private |
Definition at line 152 of file SWGNFMDemodSettings.h.
Referenced by init(), setAudioDeviceName(), and SWGNFMDemodSettings().
|
private |
Definition at line 140 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), init(), isSet(), setAudioMute(), and SWGNFMDemodSettings().
|
private |
Definition at line 143 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), init(), isSet(), setCtcssIndex(), and SWGNFMDemodSettings().
|
private |
Definition at line 134 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), init(), isSet(), setCtcssOn(), and SWGNFMDemodSettings().
|
private |
Definition at line 125 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), init(), isSet(), setDeltaSquelch(), and SWGNFMDemodSettings().
|
private |
Definition at line 119 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), init(), isSet(), setFmDeviation(), and SWGNFMDemodSettings().
|
private |
Definition at line 137 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), init(), isSet(), setHighPass(), and SWGNFMDemodSettings().
|
private |
Definition at line 110 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), init(), isSet(), setInputFrequencyOffset(), and SWGNFMDemodSettings().
|
private |
Definition at line 158 of file SWGNFMDemodSettings.h.
Referenced by init(), setReverseApiAddress(), and SWGNFMDemodSettings().
|
private |
Definition at line 167 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), init(), isSet(), setReverseApiChannelIndex(), and SWGNFMDemodSettings().
|
private |
Definition at line 164 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), init(), isSet(), setReverseApiDeviceIndex(), and SWGNFMDemodSettings().
|
private |
Definition at line 161 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), init(), isSet(), setReverseApiPort(), and SWGNFMDemodSettings().
|
private |
Definition at line 113 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), init(), isSet(), setRfBandwidth(), and SWGNFMDemodSettings().
|
private |
Definition at line 146 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), init(), isSet(), setRgbColor(), and SWGNFMDemodSettings().
|
private |
Definition at line 122 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), init(), isSet(), setSquelchGate(), and SWGNFMDemodSettings().
|
private |
Definition at line 128 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), init(), isSet(), setSquelch(), and SWGNFMDemodSettings().
|
private |
Definition at line 149 of file SWGNFMDemodSettings.h.
Referenced by init(), setTitle(), and SWGNFMDemodSettings().
|
private |
Definition at line 155 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), init(), isSet(), setUseReverseApi(), and SWGNFMDemodSettings().
|
private |
Definition at line 131 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), init(), isSet(), setVolume(), and SWGNFMDemodSettings().
|
private |
Definition at line 157 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getReverseApiAddress(), init(), isSet(), setReverseApiAddress(), and SWGNFMDemodSettings().
|
private |
Definition at line 166 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getReverseApiChannelIndex(), init(), setReverseApiChannelIndex(), and SWGNFMDemodSettings().
|
private |
Definition at line 163 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getReverseApiDeviceIndex(), init(), setReverseApiDeviceIndex(), and SWGNFMDemodSettings().
|
private |
Definition at line 160 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getReverseApiPort(), init(), setReverseApiPort(), and SWGNFMDemodSettings().
|
private |
Definition at line 112 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getRfBandwidth(), init(), setRfBandwidth(), and SWGNFMDemodSettings().
|
private |
Definition at line 145 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getRgbColor(), init(), setRgbColor(), and SWGNFMDemodSettings().
|
private |
Definition at line 127 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getSquelch(), init(), setSquelch(), and SWGNFMDemodSettings().
|
private |
Definition at line 121 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getSquelchGate(), init(), setSquelchGate(), and SWGNFMDemodSettings().
|
private |
Definition at line 148 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getTitle(), init(), isSet(), setTitle(), and SWGNFMDemodSettings().
|
private |
Definition at line 154 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getUseReverseApi(), init(), setUseReverseApi(), and SWGNFMDemodSettings().
|
private |
Definition at line 130 of file SWGNFMDemodSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getVolume(), init(), setVolume(), and SWGNFMDemodSettings().