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.
Public Member Functions | Private Attributes | List of all members
SWGSDRangel::SWGATVModSettings Class Reference

#include <SWGATVModSettings.h>

+ Inheritance diagram for SWGSDRangel::SWGATVModSettings:
+ Collaboration diagram for SWGSDRangel::SWGATVModSettings:

Public Member Functions

 SWGATVModSettings ()
 
 SWGATVModSettings (QString *json)
 
virtual ~SWGATVModSettings ()
 
void init ()
 
void cleanup ()
 
virtual QString asJson () override
 
virtual QJsonObject * asJsonObject () override
 
virtual void fromJsonObject (QJsonObject &json) override
 
virtual SWGATVModSettingsfromJson (QString &jsonString) override
 
qint64 getInputFrequencyOffset ()
 
void setInputFrequencyOffset (qint64 input_frequency_offset)
 
float getRfBandwidth ()
 
void setRfBandwidth (float rf_bandwidth)
 
float getRfOppBandwidth ()
 
void setRfOppBandwidth (float rf_opp_bandwidth)
 
qint32 getAtvStd ()
 
void setAtvStd (qint32 atv_std)
 
qint32 getNbLines ()
 
void setNbLines (qint32 nb_lines)
 
qint32 getFps ()
 
void setFps (qint32 fps)
 
qint32 getAtvModInput ()
 
void setAtvModInput (qint32 atv_mod_input)
 
float getUniformLevel ()
 
void setUniformLevel (float uniform_level)
 
qint32 getAtvModulation ()
 
void setAtvModulation (qint32 atv_modulation)
 
qint32 getVideoPlayLoop ()
 
void setVideoPlayLoop (qint32 video_play_loop)
 
qint32 getVideoPlay ()
 
void setVideoPlay (qint32 video_play)
 
qint32 getCameraPlay ()
 
void setCameraPlay (qint32 camera_play)
 
qint32 getChannelMute ()
 
void setChannelMute (qint32 channel_mute)
 
qint32 getInvertedVideo ()
 
void setInvertedVideo (qint32 inverted_video)
 
float getRfScalingFactor ()
 
void setRfScalingFactor (float rf_scaling_factor)
 
float getFmExcursion ()
 
void setFmExcursion (float fm_excursion)
 
qint32 getForceDecimator ()
 
void setForceDecimator (qint32 force_decimator)
 
qint32 getShowOverlayText ()
 
void setShowOverlayText (qint32 show_overlay_text)
 
QString * getOverlayText ()
 
void setOverlayText (QString *overlay_text)
 
qint32 getRgbColor ()
 
void setRgbColor (qint32 rgb_color)
 
QString * getTitle ()
 
void setTitle (QString *title)
 
QString * getImageFileName ()
 
void setImageFileName (QString *image_file_name)
 
QString * getVideoFileName ()
 
void setVideoFileName (QString *video_file_name)
 
qint32 getUseReverseApi ()
 
void setUseReverseApi (qint32 use_reverse_api)
 
QString * getReverseApiAddress ()
 
void setReverseApiAddress (QString *reverse_api_address)
 
qint32 getReverseApiPort ()
 
void setReverseApiPort (qint32 reverse_api_port)
 
qint32 getReverseApiDeviceIndex ()
 
void setReverseApiDeviceIndex (qint32 reverse_api_device_index)
 
qint32 getReverseApiChannelIndex ()
 
void setReverseApiChannelIndex (qint32 reverse_api_channel_index)
 
virtual bool isSet () override
 
- Public Member Functions inherited from SWGSDRangel::SWGObject
virtual ~SWGObject ()
 

Private Attributes

qint64 input_frequency_offset
 
bool m_input_frequency_offset_isSet
 
float rf_bandwidth
 
bool m_rf_bandwidth_isSet
 
float rf_opp_bandwidth
 
bool m_rf_opp_bandwidth_isSet
 
qint32 atv_std
 
bool m_atv_std_isSet
 
qint32 nb_lines
 
bool m_nb_lines_isSet
 
qint32 fps
 
bool m_fps_isSet
 
qint32 atv_mod_input
 
bool m_atv_mod_input_isSet
 
float uniform_level
 
bool m_uniform_level_isSet
 
qint32 atv_modulation
 
bool m_atv_modulation_isSet
 
qint32 video_play_loop
 
bool m_video_play_loop_isSet
 
qint32 video_play
 
bool m_video_play_isSet
 
qint32 camera_play
 
bool m_camera_play_isSet
 
qint32 channel_mute
 
bool m_channel_mute_isSet
 
qint32 inverted_video
 
bool m_inverted_video_isSet
 
float rf_scaling_factor
 
bool m_rf_scaling_factor_isSet
 
float fm_excursion
 
bool m_fm_excursion_isSet
 
qint32 force_decimator
 
bool m_force_decimator_isSet
 
qint32 show_overlay_text
 
bool m_show_overlay_text_isSet
 
QString * overlay_text
 
bool m_overlay_text_isSet
 
qint32 rgb_color
 
bool m_rgb_color_isSet
 
QString * title
 
bool m_title_isSet
 
QString * image_file_name
 
bool m_image_file_name_isSet
 
QString * video_file_name
 
bool m_video_file_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
 

Detailed Description

Definition at line 32 of file SWGATVModSettings.h.

Constructor & Destructor Documentation

◆ SWGATVModSettings() [1/2]

SWGSDRangel::SWGATVModSettings::SWGATVModSettings ( )

Definition at line 30 of file SWGATVModSettings.cpp.

References atv_mod_input, atv_modulation, atv_std, camera_play, channel_mute, fm_excursion, force_decimator, fps, image_file_name, input_frequency_offset, inverted_video, m_atv_mod_input_isSet, m_atv_modulation_isSet, m_atv_std_isSet, m_camera_play_isSet, m_channel_mute_isSet, m_fm_excursion_isSet, m_force_decimator_isSet, m_fps_isSet, m_image_file_name_isSet, m_input_frequency_offset_isSet, m_inverted_video_isSet, m_nb_lines_isSet, m_overlay_text_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_rf_opp_bandwidth_isSet, m_rf_scaling_factor_isSet, m_rgb_color_isSet, m_show_overlay_text_isSet, m_title_isSet, m_uniform_level_isSet, m_use_reverse_api_isSet, m_video_file_name_isSet, m_video_play_isSet, m_video_play_loop_isSet, nb_lines, overlay_text, reverse_api_address, reverse_api_channel_index, reverse_api_device_index, reverse_api_port, rf_bandwidth, rf_opp_bandwidth, rf_scaling_factor, rgb_color, show_overlay_text, title, uniform_level, use_reverse_api, video_file_name, video_play, and video_play_loop.

30  {
33  rf_bandwidth = 0.0f;
34  m_rf_bandwidth_isSet = false;
35  rf_opp_bandwidth = 0.0f;
37  atv_std = 0;
38  m_atv_std_isSet = false;
39  nb_lines = 0;
40  m_nb_lines_isSet = false;
41  fps = 0;
42  m_fps_isSet = false;
43  atv_mod_input = 0;
44  m_atv_mod_input_isSet = false;
45  uniform_level = 0.0f;
46  m_uniform_level_isSet = false;
47  atv_modulation = 0;
48  m_atv_modulation_isSet = false;
49  video_play_loop = 0;
51  video_play = 0;
52  m_video_play_isSet = false;
53  camera_play = 0;
54  m_camera_play_isSet = false;
55  channel_mute = 0;
56  m_channel_mute_isSet = false;
57  inverted_video = 0;
58  m_inverted_video_isSet = false;
59  rf_scaling_factor = 0.0f;
61  fm_excursion = 0.0f;
62  m_fm_excursion_isSet = false;
63  force_decimator = 0;
67  overlay_text = nullptr;
68  m_overlay_text_isSet = false;
69  rgb_color = 0;
70  m_rgb_color_isSet = false;
71  title = nullptr;
72  m_title_isSet = false;
73  image_file_name = nullptr;
75  video_file_name = nullptr;
77  use_reverse_api = 0;
79  reverse_api_address = nullptr;
81  reverse_api_port = 0;
87 }

◆ SWGATVModSettings() [2/2]

SWGSDRangel::SWGATVModSettings::SWGATVModSettings ( QString *  json)

Definition at line 25 of file SWGATVModSettings.cpp.

References fromJson(), and init().

25  {
26  init();
27  this->fromJson(*json);
28 }
virtual SWGATVModSettings * fromJson(QString &jsonString) override
+ Here is the call graph for this function:

◆ ~SWGATVModSettings()

SWGSDRangel::SWGATVModSettings::~SWGATVModSettings ( )
virtual

Definition at line 89 of file SWGATVModSettings.cpp.

References cleanup().

89  {
90  this->cleanup();
91 }
+ Here is the call graph for this function:

Member Function Documentation

◆ asJson()

QString SWGSDRangel::SWGATVModSettings::asJson ( )
overridevirtual

Reimplemented from SWGSDRangel::SWGObject.

Definition at line 265 of file SWGATVModSettings.cpp.

References asJsonObject().

266 {
267  QJsonObject* obj = this->asJsonObject();
268 
269  QJsonDocument doc(*obj);
270  QByteArray bytes = doc.toJson();
271  delete obj;
272  return QString(bytes);
273 }
virtual QJsonObject * asJsonObject() override
+ Here is the call graph for this function:

◆ asJsonObject()

QJsonObject * SWGSDRangel::SWGATVModSettings::asJsonObject ( )
overridevirtual

Reimplemented from SWGSDRangel::SWGObject.

Definition at line 276 of file SWGATVModSettings.cpp.

References atv_mod_input, atv_modulation, atv_std, camera_play, channel_mute, fm_excursion, force_decimator, fps, image_file_name, input_frequency_offset, inverted_video, m_atv_mod_input_isSet, m_atv_modulation_isSet, m_atv_std_isSet, m_camera_play_isSet, m_channel_mute_isSet, m_fm_excursion_isSet, m_force_decimator_isSet, m_fps_isSet, m_input_frequency_offset_isSet, m_inverted_video_isSet, m_nb_lines_isSet, m_reverse_api_channel_index_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_rf_bandwidth_isSet, m_rf_opp_bandwidth_isSet, m_rf_scaling_factor_isSet, m_rgb_color_isSet, m_show_overlay_text_isSet, m_uniform_level_isSet, m_use_reverse_api_isSet, m_video_play_isSet, m_video_play_loop_isSet, nb_lines, overlay_text, reverse_api_address, reverse_api_channel_index, reverse_api_device_index, reverse_api_port, rf_bandwidth, rf_opp_bandwidth, rf_scaling_factor, rgb_color, show_overlay_text, title, SWGSDRangel::toJsonValue(), uniform_level, use_reverse_api, video_file_name, video_play, and video_play_loop.

Referenced by asJson().

276  {
277  QJsonObject* obj = new QJsonObject();
279  obj->insert("inputFrequencyOffset", QJsonValue(input_frequency_offset));
280  }
282  obj->insert("rfBandwidth", QJsonValue(rf_bandwidth));
283  }
285  obj->insert("rfOppBandwidth", QJsonValue(rf_opp_bandwidth));
286  }
287  if(m_atv_std_isSet){
288  obj->insert("atvStd", QJsonValue(atv_std));
289  }
290  if(m_nb_lines_isSet){
291  obj->insert("nbLines", QJsonValue(nb_lines));
292  }
293  if(m_fps_isSet){
294  obj->insert("fps", QJsonValue(fps));
295  }
297  obj->insert("atvModInput", QJsonValue(atv_mod_input));
298  }
300  obj->insert("uniformLevel", QJsonValue(uniform_level));
301  }
303  obj->insert("atvModulation", QJsonValue(atv_modulation));
304  }
306  obj->insert("videoPlayLoop", QJsonValue(video_play_loop));
307  }
308  if(m_video_play_isSet){
309  obj->insert("videoPlay", QJsonValue(video_play));
310  }
312  obj->insert("cameraPlay", QJsonValue(camera_play));
313  }
315  obj->insert("channelMute", QJsonValue(channel_mute));
316  }
318  obj->insert("invertedVideo", QJsonValue(inverted_video));
319  }
321  obj->insert("rfScalingFactor", QJsonValue(rf_scaling_factor));
322  }
324  obj->insert("fmExcursion", QJsonValue(fm_excursion));
325  }
327  obj->insert("forceDecimator", QJsonValue(force_decimator));
328  }
330  obj->insert("showOverlayText", QJsonValue(show_overlay_text));
331  }
332  if(overlay_text != nullptr && *overlay_text != QString("")){
333  toJsonValue(QString("overlayText"), overlay_text, obj, QString("QString"));
334  }
335  if(m_rgb_color_isSet){
336  obj->insert("rgbColor", QJsonValue(rgb_color));
337  }
338  if(title != nullptr && *title != QString("")){
339  toJsonValue(QString("title"), title, obj, QString("QString"));
340  }
341  if(image_file_name != nullptr && *image_file_name != QString("")){
342  toJsonValue(QString("imageFileName"), image_file_name, obj, QString("QString"));
343  }
344  if(video_file_name != nullptr && *video_file_name != QString("")){
345  toJsonValue(QString("videoFileName"), video_file_name, obj, QString("QString"));
346  }
348  obj->insert("useReverseAPI", QJsonValue(use_reverse_api));
349  }
350  if(reverse_api_address != nullptr && *reverse_api_address != QString("")){
351  toJsonValue(QString("reverseAPIAddress"), reverse_api_address, obj, QString("QString"));
352  }
354  obj->insert("reverseAPIPort", QJsonValue(reverse_api_port));
355  }
357  obj->insert("reverseAPIDeviceIndex", QJsonValue(reverse_api_device_index));
358  }
360  obj->insert("reverseAPIChannelIndex", QJsonValue(reverse_api_channel_index));
361  }
362 
363  return obj;
364 }
void toJsonValue(QString name, void *value, QJsonObject *output, QString type)
Definition: SWGHelpers.cpp:383
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ cleanup()

void SWGSDRangel::SWGATVModSettings::cleanup ( )

Definition at line 154 of file SWGATVModSettings.cpp.

References image_file_name, overlay_text, reverse_api_address, title, and video_file_name.

Referenced by ~SWGATVModSettings().

154  {
155 
156 
157 
158 
159 
160 
161 
162 
163 
164 
165 
166 
167 
168 
169 
170 
171 
172 
173  if(overlay_text != nullptr) {
174  delete overlay_text;
175  }
176 
177  if(title != nullptr) {
178  delete title;
179  }
180  if(image_file_name != nullptr) {
181  delete image_file_name;
182  }
183  if(video_file_name != nullptr) {
184  delete video_file_name;
185  }
186 
187  if(reverse_api_address != nullptr) {
188  delete reverse_api_address;
189  }
190 
191 
192 
193 }
+ Here is the caller graph for this function:

◆ fromJson()

SWGATVModSettings * SWGSDRangel::SWGATVModSettings::fromJson ( QString &  jsonString)
overridevirtual

Reimplemented from SWGSDRangel::SWGObject.

Definition at line 196 of file SWGATVModSettings.cpp.

References fromJsonObject().

Referenced by SWGATVModSettings().

196  {
197  QByteArray array (json.toStdString().c_str());
198  QJsonDocument doc = QJsonDocument::fromJson(array);
199  QJsonObject jsonObject = doc.object();
200  this->fromJsonObject(jsonObject);
201  return this;
202 }
virtual void fromJsonObject(QJsonObject &json) override
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ fromJsonObject()

void SWGSDRangel::SWGATVModSettings::fromJsonObject ( QJsonObject &  json)
overridevirtual

Reimplemented from SWGSDRangel::SWGObject.

Definition at line 205 of file SWGATVModSettings.cpp.

References atv_mod_input, atv_modulation, atv_std, camera_play, channel_mute, fm_excursion, force_decimator, fps, image_file_name, input_frequency_offset, inverted_video, nb_lines, overlay_text, reverse_api_address, reverse_api_channel_index, reverse_api_device_index, reverse_api_port, rf_bandwidth, rf_opp_bandwidth, rf_scaling_factor, rgb_color, SWGSDRangel::setValue(), show_overlay_text, title, uniform_level, use_reverse_api, video_file_name, video_play, and video_play_loop.

Referenced by fromJson(), and WebAPIRequestMapper::validateChannelSettings().

205  {
206  ::SWGSDRangel::setValue(&input_frequency_offset, pJson["inputFrequencyOffset"], "qint64", "");
207 
208  ::SWGSDRangel::setValue(&rf_bandwidth, pJson["rfBandwidth"], "float", "");
209 
210  ::SWGSDRangel::setValue(&rf_opp_bandwidth, pJson["rfOppBandwidth"], "float", "");
211 
212  ::SWGSDRangel::setValue(&atv_std, pJson["atvStd"], "qint32", "");
213 
214  ::SWGSDRangel::setValue(&nb_lines, pJson["nbLines"], "qint32", "");
215 
216  ::SWGSDRangel::setValue(&fps, pJson["fps"], "qint32", "");
217 
218  ::SWGSDRangel::setValue(&atv_mod_input, pJson["atvModInput"], "qint32", "");
219 
220  ::SWGSDRangel::setValue(&uniform_level, pJson["uniformLevel"], "float", "");
221 
222  ::SWGSDRangel::setValue(&atv_modulation, pJson["atvModulation"], "qint32", "");
223 
224  ::SWGSDRangel::setValue(&video_play_loop, pJson["videoPlayLoop"], "qint32", "");
225 
226  ::SWGSDRangel::setValue(&video_play, pJson["videoPlay"], "qint32", "");
227 
228  ::SWGSDRangel::setValue(&camera_play, pJson["cameraPlay"], "qint32", "");
229 
230  ::SWGSDRangel::setValue(&channel_mute, pJson["channelMute"], "qint32", "");
231 
232  ::SWGSDRangel::setValue(&inverted_video, pJson["invertedVideo"], "qint32", "");
233 
234  ::SWGSDRangel::setValue(&rf_scaling_factor, pJson["rfScalingFactor"], "float", "");
235 
236  ::SWGSDRangel::setValue(&fm_excursion, pJson["fmExcursion"], "float", "");
237 
238  ::SWGSDRangel::setValue(&force_decimator, pJson["forceDecimator"], "qint32", "");
239 
240  ::SWGSDRangel::setValue(&show_overlay_text, pJson["showOverlayText"], "qint32", "");
241 
242  ::SWGSDRangel::setValue(&overlay_text, pJson["overlayText"], "QString", "QString");
243 
244  ::SWGSDRangel::setValue(&rgb_color, pJson["rgbColor"], "qint32", "");
245 
246  ::SWGSDRangel::setValue(&title, pJson["title"], "QString", "QString");
247 
248  ::SWGSDRangel::setValue(&image_file_name, pJson["imageFileName"], "QString", "QString");
249 
250  ::SWGSDRangel::setValue(&video_file_name, pJson["videoFileName"], "QString", "QString");
251 
252  ::SWGSDRangel::setValue(&use_reverse_api, pJson["useReverseAPI"], "qint32", "");
253 
254  ::SWGSDRangel::setValue(&reverse_api_address, pJson["reverseAPIAddress"], "QString", "QString");
255 
256  ::SWGSDRangel::setValue(&reverse_api_port, pJson["reverseAPIPort"], "qint32", "");
257 
258  ::SWGSDRangel::setValue(&reverse_api_device_index, pJson["reverseAPIDeviceIndex"], "qint32", "");
259 
260  ::SWGSDRangel::setValue(&reverse_api_channel_index, pJson["reverseAPIChannelIndex"], "qint32", "");
261 
262 }
void setValue(void *value, QJsonValue obj, QString type, QString complexType)
Definition: SWGHelpers.cpp:25
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getAtvModInput()

qint32 SWGSDRangel::SWGATVModSettings::getAtvModInput ( )

Definition at line 427 of file SWGATVModSettings.cpp.

References atv_mod_input.

Referenced by ATVMod::webapiSettingsPutPatch().

427  {
428  return atv_mod_input;
429 }
+ Here is the caller graph for this function:

◆ getAtvModulation()

qint32 SWGSDRangel::SWGATVModSettings::getAtvModulation ( )

Definition at line 447 of file SWGATVModSettings.cpp.

References atv_modulation.

Referenced by ATVMod::webapiSettingsPutPatch().

447  {
448  return atv_modulation;
449 }
+ Here is the caller graph for this function:

◆ getAtvStd()

qint32 SWGSDRangel::SWGATVModSettings::getAtvStd ( )

Definition at line 397 of file SWGATVModSettings.cpp.

References atv_std.

Referenced by ATVMod::webapiSettingsPutPatch().

397  {
398  return atv_std;
399 }
+ Here is the caller graph for this function:

◆ getCameraPlay()

qint32 SWGSDRangel::SWGATVModSettings::getCameraPlay ( )

Definition at line 477 of file SWGATVModSettings.cpp.

References camera_play.

Referenced by ATVMod::webapiSettingsPutPatch().

477  {
478  return camera_play;
479 }
+ Here is the caller graph for this function:

◆ getChannelMute()

qint32 SWGSDRangel::SWGATVModSettings::getChannelMute ( )

Definition at line 487 of file SWGATVModSettings.cpp.

References channel_mute.

Referenced by ATVMod::webapiSettingsPutPatch().

487  {
488  return channel_mute;
489 }
+ Here is the caller graph for this function:

◆ getFmExcursion()

float SWGSDRangel::SWGATVModSettings::getFmExcursion ( )

Definition at line 517 of file SWGATVModSettings.cpp.

References fm_excursion.

Referenced by ATVMod::webapiSettingsPutPatch().

517  {
518  return fm_excursion;
519 }
+ Here is the caller graph for this function:

◆ getForceDecimator()

qint32 SWGSDRangel::SWGATVModSettings::getForceDecimator ( )

Definition at line 527 of file SWGATVModSettings.cpp.

References force_decimator.

Referenced by ATVMod::webapiSettingsPutPatch().

527  {
528  return force_decimator;
529 }
+ Here is the caller graph for this function:

◆ getFps()

qint32 SWGSDRangel::SWGATVModSettings::getFps ( )

Definition at line 417 of file SWGATVModSettings.cpp.

References fps.

Referenced by ATVMod::webapiSettingsPutPatch().

417  {
418  return fps;
419 }
+ Here is the caller graph for this function:

◆ getImageFileName()

QString * SWGSDRangel::SWGATVModSettings::getImageFileName ( )

Definition at line 577 of file SWGATVModSettings.cpp.

References image_file_name.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiSettingsPutPatch().

577  {
578  return image_file_name;
579 }
+ Here is the caller graph for this function:

◆ getInputFrequencyOffset()

qint64 SWGSDRangel::SWGATVModSettings::getInputFrequencyOffset ( )

Definition at line 367 of file SWGATVModSettings.cpp.

References input_frequency_offset.

Referenced by ATVMod::webapiSettingsPutPatch().

367  {
368  return input_frequency_offset;
369 }
+ Here is the caller graph for this function:

◆ getInvertedVideo()

qint32 SWGSDRangel::SWGATVModSettings::getInvertedVideo ( )

Definition at line 497 of file SWGATVModSettings.cpp.

References inverted_video.

Referenced by ATVMod::webapiSettingsPutPatch().

497  {
498  return inverted_video;
499 }
+ Here is the caller graph for this function:

◆ getNbLines()

qint32 SWGSDRangel::SWGATVModSettings::getNbLines ( )

Definition at line 407 of file SWGATVModSettings.cpp.

References nb_lines.

Referenced by ATVMod::webapiSettingsPutPatch().

407  {
408  return nb_lines;
409 }
+ Here is the caller graph for this function:

◆ getOverlayText()

QString * SWGSDRangel::SWGATVModSettings::getOverlayText ( )

Definition at line 547 of file SWGATVModSettings.cpp.

References overlay_text.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiSettingsPutPatch().

547  {
548  return overlay_text;
549 }
+ Here is the caller graph for this function:

◆ getReverseApiAddress()

QString * SWGSDRangel::SWGATVModSettings::getReverseApiAddress ( )

Definition at line 607 of file SWGATVModSettings.cpp.

References reverse_api_address.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiSettingsPutPatch().

607  {
608  return reverse_api_address;
609 }
+ Here is the caller graph for this function:

◆ getReverseApiChannelIndex()

qint32 SWGSDRangel::SWGATVModSettings::getReverseApiChannelIndex ( )

Definition at line 637 of file SWGATVModSettings.cpp.

References reverse_api_channel_index.

Referenced by ATVMod::webapiSettingsPutPatch().

637  {
639 }
+ Here is the caller graph for this function:

◆ getReverseApiDeviceIndex()

qint32 SWGSDRangel::SWGATVModSettings::getReverseApiDeviceIndex ( )

Definition at line 627 of file SWGATVModSettings.cpp.

References reverse_api_device_index.

Referenced by ATVMod::webapiSettingsPutPatch().

627  {
629 }
+ Here is the caller graph for this function:

◆ getReverseApiPort()

qint32 SWGSDRangel::SWGATVModSettings::getReverseApiPort ( )

Definition at line 617 of file SWGATVModSettings.cpp.

References reverse_api_port.

Referenced by ATVMod::webapiSettingsPutPatch().

617  {
618  return reverse_api_port;
619 }
+ Here is the caller graph for this function:

◆ getRfBandwidth()

float SWGSDRangel::SWGATVModSettings::getRfBandwidth ( )

Definition at line 377 of file SWGATVModSettings.cpp.

References rf_bandwidth.

Referenced by ATVMod::webapiSettingsPutPatch().

377  {
378  return rf_bandwidth;
379 }
+ Here is the caller graph for this function:

◆ getRfOppBandwidth()

float SWGSDRangel::SWGATVModSettings::getRfOppBandwidth ( )

Definition at line 387 of file SWGATVModSettings.cpp.

References rf_opp_bandwidth.

Referenced by ATVMod::webapiSettingsPutPatch().

387  {
388  return rf_opp_bandwidth;
389 }
+ Here is the caller graph for this function:

◆ getRfScalingFactor()

float SWGSDRangel::SWGATVModSettings::getRfScalingFactor ( )

Definition at line 507 of file SWGATVModSettings.cpp.

References rf_scaling_factor.

Referenced by ATVMod::webapiSettingsPutPatch().

507  {
508  return rf_scaling_factor;
509 }
+ Here is the caller graph for this function:

◆ getRgbColor()

qint32 SWGSDRangel::SWGATVModSettings::getRgbColor ( )

Definition at line 557 of file SWGATVModSettings.cpp.

References rgb_color.

Referenced by ATVMod::webapiSettingsPutPatch().

557  {
558  return rgb_color;
559 }
+ Here is the caller graph for this function:

◆ getShowOverlayText()

qint32 SWGSDRangel::SWGATVModSettings::getShowOverlayText ( )

Definition at line 537 of file SWGATVModSettings.cpp.

References show_overlay_text.

Referenced by ATVMod::webapiSettingsPutPatch().

537  {
538  return show_overlay_text;
539 }
+ Here is the caller graph for this function:

◆ getTitle()

QString * SWGSDRangel::SWGATVModSettings::getTitle ( )

Definition at line 567 of file SWGATVModSettings.cpp.

References title.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiSettingsPutPatch().

567  {
568  return title;
569 }
+ Here is the caller graph for this function:

◆ getUniformLevel()

float SWGSDRangel::SWGATVModSettings::getUniformLevel ( )

Definition at line 437 of file SWGATVModSettings.cpp.

References uniform_level.

Referenced by ATVMod::webapiSettingsPutPatch().

437  {
438  return uniform_level;
439 }
+ Here is the caller graph for this function:

◆ getUseReverseApi()

qint32 SWGSDRangel::SWGATVModSettings::getUseReverseApi ( )

Definition at line 597 of file SWGATVModSettings.cpp.

References use_reverse_api.

Referenced by ATVMod::webapiSettingsPutPatch().

597  {
598  return use_reverse_api;
599 }
+ Here is the caller graph for this function:

◆ getVideoFileName()

QString * SWGSDRangel::SWGATVModSettings::getVideoFileName ( )

Definition at line 587 of file SWGATVModSettings.cpp.

References video_file_name.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiSettingsPutPatch().

587  {
588  return video_file_name;
589 }
+ Here is the caller graph for this function:

◆ getVideoPlay()

qint32 SWGSDRangel::SWGATVModSettings::getVideoPlay ( )

Definition at line 467 of file SWGATVModSettings.cpp.

References video_play.

Referenced by ATVMod::webapiSettingsPutPatch().

467  {
468  return video_play;
469 }
+ Here is the caller graph for this function:

◆ getVideoPlayLoop()

qint32 SWGSDRangel::SWGATVModSettings::getVideoPlayLoop ( )

Definition at line 457 of file SWGATVModSettings.cpp.

References video_play_loop.

Referenced by ATVMod::webapiSettingsPutPatch().

457  {
458  return video_play_loop;
459 }
+ Here is the caller graph for this function:

◆ init()

void SWGSDRangel::SWGATVModSettings::init ( )

Definition at line 94 of file SWGATVModSettings.cpp.

References atv_mod_input, atv_modulation, atv_std, camera_play, channel_mute, fm_excursion, force_decimator, fps, image_file_name, input_frequency_offset, inverted_video, m_atv_mod_input_isSet, m_atv_modulation_isSet, m_atv_std_isSet, m_camera_play_isSet, m_channel_mute_isSet, m_fm_excursion_isSet, m_force_decimator_isSet, m_fps_isSet, m_image_file_name_isSet, m_input_frequency_offset_isSet, m_inverted_video_isSet, m_nb_lines_isSet, m_overlay_text_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_rf_opp_bandwidth_isSet, m_rf_scaling_factor_isSet, m_rgb_color_isSet, m_show_overlay_text_isSet, m_title_isSet, m_uniform_level_isSet, m_use_reverse_api_isSet, m_video_file_name_isSet, m_video_play_isSet, m_video_play_loop_isSet, nb_lines, overlay_text, reverse_api_address, reverse_api_channel_index, reverse_api_device_index, reverse_api_port, rf_bandwidth, rf_opp_bandwidth, rf_scaling_factor, rgb_color, show_overlay_text, title, uniform_level, use_reverse_api, video_file_name, video_play, and video_play_loop.

Referenced by SWGATVModSettings(), and ATVMod::webapiSettingsGet().

94  {
97  rf_bandwidth = 0.0f;
98  m_rf_bandwidth_isSet = false;
99  rf_opp_bandwidth = 0.0f;
100  m_rf_opp_bandwidth_isSet = false;
101  atv_std = 0;
102  m_atv_std_isSet = false;
103  nb_lines = 0;
104  m_nb_lines_isSet = false;
105  fps = 0;
106  m_fps_isSet = false;
107  atv_mod_input = 0;
108  m_atv_mod_input_isSet = false;
109  uniform_level = 0.0f;
110  m_uniform_level_isSet = false;
111  atv_modulation = 0;
112  m_atv_modulation_isSet = false;
113  video_play_loop = 0;
114  m_video_play_loop_isSet = false;
115  video_play = 0;
116  m_video_play_isSet = false;
117  camera_play = 0;
118  m_camera_play_isSet = false;
119  channel_mute = 0;
120  m_channel_mute_isSet = false;
121  inverted_video = 0;
122  m_inverted_video_isSet = false;
123  rf_scaling_factor = 0.0f;
125  fm_excursion = 0.0f;
126  m_fm_excursion_isSet = false;
127  force_decimator = 0;
128  m_force_decimator_isSet = false;
129  show_overlay_text = 0;
131  overlay_text = new QString("");
132  m_overlay_text_isSet = false;
133  rgb_color = 0;
134  m_rgb_color_isSet = false;
135  title = new QString("");
136  m_title_isSet = false;
137  image_file_name = new QString("");
138  m_image_file_name_isSet = false;
139  video_file_name = new QString("");
140  m_video_file_name_isSet = false;
141  use_reverse_api = 0;
142  m_use_reverse_api_isSet = false;
143  reverse_api_address = new QString("");
145  reverse_api_port = 0;
146  m_reverse_api_port_isSet = false;
151 }
+ Here is the caller graph for this function:

◆ isSet()

bool SWGSDRangel::SWGATVModSettings::isSet ( )
overridevirtual

Reimplemented from SWGSDRangel::SWGObject.

Definition at line 648 of file SWGATVModSettings.cpp.

References image_file_name, m_atv_mod_input_isSet, m_atv_modulation_isSet, m_atv_std_isSet, m_camera_play_isSet, m_channel_mute_isSet, m_fm_excursion_isSet, m_force_decimator_isSet, m_fps_isSet, m_input_frequency_offset_isSet, m_inverted_video_isSet, m_nb_lines_isSet, m_reverse_api_channel_index_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_rf_bandwidth_isSet, m_rf_opp_bandwidth_isSet, m_rf_scaling_factor_isSet, m_rgb_color_isSet, m_show_overlay_text_isSet, m_uniform_level_isSet, m_use_reverse_api_isSet, m_video_play_isSet, m_video_play_loop_isSet, overlay_text, reverse_api_address, title, and video_file_name.

Referenced by SWGSDRangel::SWGChannelSettings::asJsonObject(), SWGSDRangel::SWGChannelSettings_2::asJsonObject(), SWGSDRangel::SWGChannelSettings_2::isSet(), and SWGSDRangel::SWGChannelSettings::isSet().

648  {
649  bool isObjectUpdated = false;
650  do{
651  if(m_input_frequency_offset_isSet){ isObjectUpdated = true; break;}
652  if(m_rf_bandwidth_isSet){ isObjectUpdated = true; break;}
653  if(m_rf_opp_bandwidth_isSet){ isObjectUpdated = true; break;}
654  if(m_atv_std_isSet){ isObjectUpdated = true; break;}
655  if(m_nb_lines_isSet){ isObjectUpdated = true; break;}
656  if(m_fps_isSet){ isObjectUpdated = true; break;}
657  if(m_atv_mod_input_isSet){ isObjectUpdated = true; break;}
658  if(m_uniform_level_isSet){ isObjectUpdated = true; break;}
659  if(m_atv_modulation_isSet){ isObjectUpdated = true; break;}
660  if(m_video_play_loop_isSet){ isObjectUpdated = true; break;}
661  if(m_video_play_isSet){ isObjectUpdated = true; break;}
662  if(m_camera_play_isSet){ isObjectUpdated = true; break;}
663  if(m_channel_mute_isSet){ isObjectUpdated = true; break;}
664  if(m_inverted_video_isSet){ isObjectUpdated = true; break;}
665  if(m_rf_scaling_factor_isSet){ isObjectUpdated = true; break;}
666  if(m_fm_excursion_isSet){ isObjectUpdated = true; break;}
667  if(m_force_decimator_isSet){ isObjectUpdated = true; break;}
668  if(m_show_overlay_text_isSet){ isObjectUpdated = true; break;}
669  if(overlay_text != nullptr && *overlay_text != QString("")){ isObjectUpdated = true; break;}
670  if(m_rgb_color_isSet){ isObjectUpdated = true; break;}
671  if(title != nullptr && *title != QString("")){ isObjectUpdated = true; break;}
672  if(image_file_name != nullptr && *image_file_name != QString("")){ isObjectUpdated = true; break;}
673  if(video_file_name != nullptr && *video_file_name != QString("")){ isObjectUpdated = true; break;}
674  if(m_use_reverse_api_isSet){ isObjectUpdated = true; break;}
675  if(reverse_api_address != nullptr && *reverse_api_address != QString("")){ isObjectUpdated = true; break;}
676  if(m_reverse_api_port_isSet){ isObjectUpdated = true; break;}
677  if(m_reverse_api_device_index_isSet){ isObjectUpdated = true; break;}
678  if(m_reverse_api_channel_index_isSet){ isObjectUpdated = true; break;}
679  }while(false);
680  return isObjectUpdated;
681 }
+ Here is the caller graph for this function:

◆ setAtvModInput()

void SWGSDRangel::SWGATVModSettings::setAtvModInput ( qint32  atv_mod_input)

Definition at line 431 of file SWGATVModSettings.cpp.

References atv_mod_input, and m_atv_mod_input_isSet.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

+ Here is the caller graph for this function:

◆ setAtvModulation()

void SWGSDRangel::SWGATVModSettings::setAtvModulation ( qint32  atv_modulation)

Definition at line 451 of file SWGATVModSettings.cpp.

References atv_modulation, and m_atv_modulation_isSet.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

+ Here is the caller graph for this function:

◆ setAtvStd()

void SWGSDRangel::SWGATVModSettings::setAtvStd ( qint32  atv_std)

Definition at line 401 of file SWGATVModSettings.cpp.

References atv_std, and m_atv_std_isSet.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

401  {
402  this->atv_std = atv_std;
403  this->m_atv_std_isSet = true;
404 }
+ Here is the caller graph for this function:

◆ setCameraPlay()

void SWGSDRangel::SWGATVModSettings::setCameraPlay ( qint32  camera_play)

Definition at line 481 of file SWGATVModSettings.cpp.

References camera_play, and m_camera_play_isSet.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

481  {
482  this->camera_play = camera_play;
483  this->m_camera_play_isSet = true;
484 }
+ Here is the caller graph for this function:

◆ setChannelMute()

void SWGSDRangel::SWGATVModSettings::setChannelMute ( qint32  channel_mute)

Definition at line 491 of file SWGATVModSettings.cpp.

References channel_mute, and m_channel_mute_isSet.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

+ Here is the caller graph for this function:

◆ setFmExcursion()

void SWGSDRangel::SWGATVModSettings::setFmExcursion ( float  fm_excursion)

Definition at line 521 of file SWGATVModSettings.cpp.

References fm_excursion, and m_fm_excursion_isSet.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

+ Here is the caller graph for this function:

◆ setForceDecimator()

void SWGSDRangel::SWGATVModSettings::setForceDecimator ( qint32  force_decimator)

Definition at line 531 of file SWGATVModSettings.cpp.

References force_decimator, and m_force_decimator_isSet.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

+ Here is the caller graph for this function:

◆ setFps()

void SWGSDRangel::SWGATVModSettings::setFps ( qint32  fps)

Definition at line 421 of file SWGATVModSettings.cpp.

References fps, and m_fps_isSet.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

421  {
422  this->fps = fps;
423  this->m_fps_isSet = true;
424 }
+ Here is the caller graph for this function:

◆ setImageFileName()

void SWGSDRangel::SWGATVModSettings::setImageFileName ( QString *  image_file_name)

Definition at line 581 of file SWGATVModSettings.cpp.

References image_file_name, and m_image_file_name_isSet.

Referenced by ATVMod::webapiFormatChannelSettings().

+ Here is the caller graph for this function:

◆ setInputFrequencyOffset()

void SWGSDRangel::SWGATVModSettings::setInputFrequencyOffset ( qint64  input_frequency_offset)

Definition at line 371 of file SWGATVModSettings.cpp.

References input_frequency_offset, and m_input_frequency_offset_isSet.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

+ Here is the caller graph for this function:

◆ setInvertedVideo()

void SWGSDRangel::SWGATVModSettings::setInvertedVideo ( qint32  inverted_video)

Definition at line 501 of file SWGATVModSettings.cpp.

References inverted_video, and m_inverted_video_isSet.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

+ Here is the caller graph for this function:

◆ setNbLines()

void SWGSDRangel::SWGATVModSettings::setNbLines ( qint32  nb_lines)

Definition at line 411 of file SWGATVModSettings.cpp.

References m_nb_lines_isSet, and nb_lines.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

411  {
412  this->nb_lines = nb_lines;
413  this->m_nb_lines_isSet = true;
414 }
+ Here is the caller graph for this function:

◆ setOverlayText()

void SWGSDRangel::SWGATVModSettings::setOverlayText ( QString *  overlay_text)

Definition at line 551 of file SWGATVModSettings.cpp.

References m_overlay_text_isSet, and overlay_text.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

551  {
552  this->overlay_text = overlay_text;
553  this->m_overlay_text_isSet = true;
554 }
+ Here is the caller graph for this function:

◆ setReverseApiAddress()

void SWGSDRangel::SWGATVModSettings::setReverseApiAddress ( QString *  reverse_api_address)

Definition at line 611 of file SWGATVModSettings.cpp.

References m_reverse_api_address_isSet, and reverse_api_address.

Referenced by ATVMod::webapiFormatChannelSettings().

+ Here is the caller graph for this function:

◆ setReverseApiChannelIndex()

void SWGSDRangel::SWGATVModSettings::setReverseApiChannelIndex ( qint32  reverse_api_channel_index)

Definition at line 641 of file SWGATVModSettings.cpp.

References m_reverse_api_channel_index_isSet, and reverse_api_channel_index.

Referenced by ATVMod::webapiFormatChannelSettings().

+ Here is the caller graph for this function:

◆ setReverseApiDeviceIndex()

void SWGSDRangel::SWGATVModSettings::setReverseApiDeviceIndex ( qint32  reverse_api_device_index)

Definition at line 631 of file SWGATVModSettings.cpp.

References m_reverse_api_device_index_isSet, and reverse_api_device_index.

Referenced by ATVMod::webapiFormatChannelSettings().

+ Here is the caller graph for this function:

◆ setReverseApiPort()

void SWGSDRangel::SWGATVModSettings::setReverseApiPort ( qint32  reverse_api_port)

Definition at line 621 of file SWGATVModSettings.cpp.

References m_reverse_api_port_isSet, and reverse_api_port.

Referenced by ATVMod::webapiFormatChannelSettings().

+ Here is the caller graph for this function:

◆ setRfBandwidth()

void SWGSDRangel::SWGATVModSettings::setRfBandwidth ( float  rf_bandwidth)

Definition at line 381 of file SWGATVModSettings.cpp.

References m_rf_bandwidth_isSet, and rf_bandwidth.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

+ Here is the caller graph for this function:

◆ setRfOppBandwidth()

void SWGSDRangel::SWGATVModSettings::setRfOppBandwidth ( float  rf_opp_bandwidth)

Definition at line 391 of file SWGATVModSettings.cpp.

References m_rf_opp_bandwidth_isSet, and rf_opp_bandwidth.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

+ Here is the caller graph for this function:

◆ setRfScalingFactor()

void SWGSDRangel::SWGATVModSettings::setRfScalingFactor ( float  rf_scaling_factor)

Definition at line 511 of file SWGATVModSettings.cpp.

References m_rf_scaling_factor_isSet, and rf_scaling_factor.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

+ Here is the caller graph for this function:

◆ setRgbColor()

void SWGSDRangel::SWGATVModSettings::setRgbColor ( qint32  rgb_color)

Definition at line 561 of file SWGATVModSettings.cpp.

References m_rgb_color_isSet, and rgb_color.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

561  {
562  this->rgb_color = rgb_color;
563  this->m_rgb_color_isSet = true;
564 }
+ Here is the caller graph for this function:

◆ setShowOverlayText()

void SWGSDRangel::SWGATVModSettings::setShowOverlayText ( qint32  show_overlay_text)

Definition at line 541 of file SWGATVModSettings.cpp.

References m_show_overlay_text_isSet, and show_overlay_text.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

+ Here is the caller graph for this function:

◆ setTitle()

void SWGSDRangel::SWGATVModSettings::setTitle ( QString *  title)

Definition at line 571 of file SWGATVModSettings.cpp.

References m_title_isSet, and title.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

571  {
572  this->title = title;
573  this->m_title_isSet = true;
574 }
+ Here is the caller graph for this function:

◆ setUniformLevel()

void SWGSDRangel::SWGATVModSettings::setUniformLevel ( float  uniform_level)

Definition at line 441 of file SWGATVModSettings.cpp.

References m_uniform_level_isSet, and uniform_level.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

+ Here is the caller graph for this function:

◆ setUseReverseApi()

void SWGSDRangel::SWGATVModSettings::setUseReverseApi ( qint32  use_reverse_api)

Definition at line 601 of file SWGATVModSettings.cpp.

References m_use_reverse_api_isSet, and use_reverse_api.

Referenced by ATVMod::webapiFormatChannelSettings().

+ Here is the caller graph for this function:

◆ setVideoFileName()

void SWGSDRangel::SWGATVModSettings::setVideoFileName ( QString *  video_file_name)

Definition at line 591 of file SWGATVModSettings.cpp.

References m_video_file_name_isSet, and video_file_name.

Referenced by ATVMod::webapiFormatChannelSettings().

+ Here is the caller graph for this function:

◆ setVideoPlay()

void SWGSDRangel::SWGATVModSettings::setVideoPlay ( qint32  video_play)

Definition at line 471 of file SWGATVModSettings.cpp.

References m_video_play_isSet, and video_play.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

471  {
472  this->video_play = video_play;
473  this->m_video_play_isSet = true;
474 }
+ Here is the caller graph for this function:

◆ setVideoPlayLoop()

void SWGSDRangel::SWGATVModSettings::setVideoPlayLoop ( qint32  video_play_loop)

Definition at line 461 of file SWGATVModSettings.cpp.

References m_video_play_loop_isSet, and video_play_loop.

Referenced by ATVMod::webapiFormatChannelSettings(), and ATVMod::webapiReverseSendSettings().

+ Here is the caller graph for this function:

Member Data Documentation

◆ atv_mod_input

qint32 SWGSDRangel::SWGATVModSettings::atv_mod_input
private

◆ atv_modulation

qint32 SWGSDRangel::SWGATVModSettings::atv_modulation
private

◆ atv_std

qint32 SWGSDRangel::SWGATVModSettings::atv_std
private

◆ camera_play

qint32 SWGSDRangel::SWGATVModSettings::camera_play
private

◆ channel_mute

qint32 SWGSDRangel::SWGATVModSettings::channel_mute
private

◆ fm_excursion

float SWGSDRangel::SWGATVModSettings::fm_excursion
private

◆ force_decimator

qint32 SWGSDRangel::SWGATVModSettings::force_decimator
private

◆ fps

qint32 SWGSDRangel::SWGATVModSettings::fps
private

◆ image_file_name

QString* SWGSDRangel::SWGATVModSettings::image_file_name
private

◆ input_frequency_offset

qint64 SWGSDRangel::SWGATVModSettings::input_frequency_offset
private

◆ inverted_video

qint32 SWGSDRangel::SWGATVModSettings::inverted_video
private

◆ m_atv_mod_input_isSet

bool SWGSDRangel::SWGATVModSettings::m_atv_mod_input_isSet
private

Definition at line 152 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setAtvModInput(), and SWGATVModSettings().

◆ m_atv_modulation_isSet

bool SWGSDRangel::SWGATVModSettings::m_atv_modulation_isSet
private

Definition at line 158 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setAtvModulation(), and SWGATVModSettings().

◆ m_atv_std_isSet

bool SWGSDRangel::SWGATVModSettings::m_atv_std_isSet
private

Definition at line 143 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setAtvStd(), and SWGATVModSettings().

◆ m_camera_play_isSet

bool SWGSDRangel::SWGATVModSettings::m_camera_play_isSet
private

Definition at line 167 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setCameraPlay(), and SWGATVModSettings().

◆ m_channel_mute_isSet

bool SWGSDRangel::SWGATVModSettings::m_channel_mute_isSet
private

Definition at line 170 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setChannelMute(), and SWGATVModSettings().

◆ m_fm_excursion_isSet

bool SWGSDRangel::SWGATVModSettings::m_fm_excursion_isSet
private

Definition at line 179 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setFmExcursion(), and SWGATVModSettings().

◆ m_force_decimator_isSet

bool SWGSDRangel::SWGATVModSettings::m_force_decimator_isSet
private

Definition at line 182 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setForceDecimator(), and SWGATVModSettings().

◆ m_fps_isSet

bool SWGSDRangel::SWGATVModSettings::m_fps_isSet
private

Definition at line 149 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setFps(), and SWGATVModSettings().

◆ m_image_file_name_isSet

bool SWGSDRangel::SWGATVModSettings::m_image_file_name_isSet
private

Definition at line 197 of file SWGATVModSettings.h.

Referenced by init(), setImageFileName(), and SWGATVModSettings().

◆ m_input_frequency_offset_isSet

bool SWGSDRangel::SWGATVModSettings::m_input_frequency_offset_isSet
private

◆ m_inverted_video_isSet

bool SWGSDRangel::SWGATVModSettings::m_inverted_video_isSet
private

Definition at line 173 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setInvertedVideo(), and SWGATVModSettings().

◆ m_nb_lines_isSet

bool SWGSDRangel::SWGATVModSettings::m_nb_lines_isSet
private

Definition at line 146 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setNbLines(), and SWGATVModSettings().

◆ m_overlay_text_isSet

bool SWGSDRangel::SWGATVModSettings::m_overlay_text_isSet
private

Definition at line 188 of file SWGATVModSettings.h.

Referenced by init(), setOverlayText(), and SWGATVModSettings().

◆ m_reverse_api_address_isSet

bool SWGSDRangel::SWGATVModSettings::m_reverse_api_address_isSet
private

Definition at line 206 of file SWGATVModSettings.h.

Referenced by init(), setReverseApiAddress(), and SWGATVModSettings().

◆ m_reverse_api_channel_index_isSet

bool SWGSDRangel::SWGATVModSettings::m_reverse_api_channel_index_isSet
private

◆ m_reverse_api_device_index_isSet

bool SWGSDRangel::SWGATVModSettings::m_reverse_api_device_index_isSet
private

◆ m_reverse_api_port_isSet

bool SWGSDRangel::SWGATVModSettings::m_reverse_api_port_isSet
private

Definition at line 209 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setReverseApiPort(), and SWGATVModSettings().

◆ m_rf_bandwidth_isSet

bool SWGSDRangel::SWGATVModSettings::m_rf_bandwidth_isSet
private

Definition at line 137 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setRfBandwidth(), and SWGATVModSettings().

◆ m_rf_opp_bandwidth_isSet

bool SWGSDRangel::SWGATVModSettings::m_rf_opp_bandwidth_isSet
private

Definition at line 140 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setRfOppBandwidth(), and SWGATVModSettings().

◆ m_rf_scaling_factor_isSet

bool SWGSDRangel::SWGATVModSettings::m_rf_scaling_factor_isSet
private

Definition at line 176 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setRfScalingFactor(), and SWGATVModSettings().

◆ m_rgb_color_isSet

bool SWGSDRangel::SWGATVModSettings::m_rgb_color_isSet
private

Definition at line 191 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setRgbColor(), and SWGATVModSettings().

◆ m_show_overlay_text_isSet

bool SWGSDRangel::SWGATVModSettings::m_show_overlay_text_isSet
private

Definition at line 185 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setShowOverlayText(), and SWGATVModSettings().

◆ m_title_isSet

bool SWGSDRangel::SWGATVModSettings::m_title_isSet
private

Definition at line 194 of file SWGATVModSettings.h.

Referenced by init(), setTitle(), and SWGATVModSettings().

◆ m_uniform_level_isSet

bool SWGSDRangel::SWGATVModSettings::m_uniform_level_isSet
private

Definition at line 155 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setUniformLevel(), and SWGATVModSettings().

◆ m_use_reverse_api_isSet

bool SWGSDRangel::SWGATVModSettings::m_use_reverse_api_isSet
private

Definition at line 203 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setUseReverseApi(), and SWGATVModSettings().

◆ m_video_file_name_isSet

bool SWGSDRangel::SWGATVModSettings::m_video_file_name_isSet
private

Definition at line 200 of file SWGATVModSettings.h.

Referenced by init(), setVideoFileName(), and SWGATVModSettings().

◆ m_video_play_isSet

bool SWGSDRangel::SWGATVModSettings::m_video_play_isSet
private

Definition at line 164 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setVideoPlay(), and SWGATVModSettings().

◆ m_video_play_loop_isSet

bool SWGSDRangel::SWGATVModSettings::m_video_play_loop_isSet
private

Definition at line 161 of file SWGATVModSettings.h.

Referenced by asJsonObject(), init(), isSet(), setVideoPlayLoop(), and SWGATVModSettings().

◆ nb_lines

qint32 SWGSDRangel::SWGATVModSettings::nb_lines
private

◆ overlay_text

QString* SWGSDRangel::SWGATVModSettings::overlay_text
private

◆ reverse_api_address

QString* SWGSDRangel::SWGATVModSettings::reverse_api_address
private

◆ reverse_api_channel_index

qint32 SWGSDRangel::SWGATVModSettings::reverse_api_channel_index
private

◆ reverse_api_device_index

qint32 SWGSDRangel::SWGATVModSettings::reverse_api_device_index
private

◆ reverse_api_port

qint32 SWGSDRangel::SWGATVModSettings::reverse_api_port
private

◆ rf_bandwidth

float SWGSDRangel::SWGATVModSettings::rf_bandwidth
private

◆ rf_opp_bandwidth

float SWGSDRangel::SWGATVModSettings::rf_opp_bandwidth
private

◆ rf_scaling_factor

float SWGSDRangel::SWGATVModSettings::rf_scaling_factor
private

◆ rgb_color

qint32 SWGSDRangel::SWGATVModSettings::rgb_color
private

◆ show_overlay_text

qint32 SWGSDRangel::SWGATVModSettings::show_overlay_text
private

◆ title

QString* SWGSDRangel::SWGATVModSettings::title
private

◆ uniform_level

float SWGSDRangel::SWGATVModSettings::uniform_level
private

◆ use_reverse_api

qint32 SWGSDRangel::SWGATVModSettings::use_reverse_api
private

◆ video_file_name

QString* SWGSDRangel::SWGATVModSettings::video_file_name
private

◆ video_play

qint32 SWGSDRangel::SWGATVModSettings::video_play
private

◆ video_play_loop

qint32 SWGSDRangel::SWGATVModSettings::video_play_loop
private

The documentation for this class was generated from the following files: