sdrangel/swagger/sdrangel/code/qt5/client/SWGPlutoSdrMIMOSettings.h

281 wiersze
7.6 KiB
C++

/**
* SDRangel
* This is the web REST/JSON API of SDRangel SDR software. SDRangel is an Open Source Qt5/OpenGL 3.0+ (4.3+ in Windows) GUI and server Software Defined Radio and signal analyzer in software. It supports Airspy, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay RSP1 and FunCube --- Limitations and specifcities: * In SDRangel GUI the first Rx device set cannot be deleted. Conversely the server starts with no device sets and its number of device sets can be reduced to zero by as many calls as necessary to /sdrangel/deviceset with DELETE method. * Preset import and export from/to file is a server only feature. * Device set focus is a GUI only feature. * The following channels are not implemented (status 501 is returned): ATV and DATV demodulators, Channel Analyzer NG, LoRa demodulator * The device settings and report structures contains only the sub-structure corresponding to the device type. The DeviceSettings and DeviceReport structures documented here shows all of them but only one will be or should be present at a time * The channel settings and report structures contains only the sub-structure corresponding to the channel type. The ChannelSettings and ChannelReport structures documented here shows all of them but only one will be or should be present at a time ---
*
* OpenAPI spec version: 6.0.0
* Contact: f4exb06@gmail.com
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
/*
* SWGPlutoSdrMIMOSettings.h
*
* PlutoSDR
*/
#ifndef SWGPlutoSdrMIMOSettings_H_
#define SWGPlutoSdrMIMOSettings_H_
#include <QJsonObject>
#include "SWGObject.h"
#include "export.h"
namespace SWGSDRangel {
class SWG_API SWGPlutoSdrMIMOSettings: public SWGObject {
public:
SWGPlutoSdrMIMOSettings();
SWGPlutoSdrMIMOSettings(QString* json);
virtual ~SWGPlutoSdrMIMOSettings();
void init();
void cleanup();
virtual QString asJson () override;
virtual QJsonObject* asJsonObject() override;
virtual void fromJsonObject(QJsonObject &json) override;
virtual SWGPlutoSdrMIMOSettings* fromJson(QString &jsonString) override;
qint32 getDevSampleRate();
void setDevSampleRate(qint32 dev_sample_rate);
qint32 getLOppmTenths();
void setLOppmTenths(qint32 l_oppm_tenths);
qint64 getRxCenterFrequency();
void setRxCenterFrequency(qint64 rx_center_frequency);
qint32 getDcBlock();
void setDcBlock(qint32 dc_block);
qint32 getIqCorrection();
void setIqCorrection(qint32 iq_correction);
qint32 getHwBbdcBlock();
void setHwBbdcBlock(qint32 hw_bbdc_block);
qint32 getHwRfdcBlock();
void setHwRfdcBlock(qint32 hw_rfdc_block);
qint32 getHwIqCorrection();
void setHwIqCorrection(qint32 hw_iq_correction);
qint32 getFcPosRx();
void setFcPosRx(qint32 fc_pos_rx);
qint32 getRxTransverterMode();
void setRxTransverterMode(qint32 rx_transverter_mode);
qint64 getRxTransverterDeltaFrequency();
void setRxTransverterDeltaFrequency(qint64 rx_transverter_delta_frequency);
qint32 getIqOrder();
void setIqOrder(qint32 iq_order);
qint32 getLpfBwRx();
void setLpfBwRx(qint32 lpf_bw_rx);
qint32 getLpfRxFirEnable();
void setLpfRxFirEnable(qint32 lpf_rx_fir_enable);
qint32 getLpfRxFirbw();
void setLpfRxFirbw(qint32 lpf_rx_firbw);
qint32 getLpfRxFiRlog2Decim();
void setLpfRxFiRlog2Decim(qint32 lpf_rx_fi_rlog2_decim);
qint32 getLpfRxFirGain();
void setLpfRxFirGain(qint32 lpf_rx_fir_gain);
qint32 getLog2Decim();
void setLog2Decim(qint32 log2_decim);
qint32 getRx0Gain();
void setRx0Gain(qint32 rx0_gain);
qint32 getRx0GainMode();
void setRx0GainMode(qint32 rx0_gain_mode);
qint32 getRx0AntennaPath();
void setRx0AntennaPath(qint32 rx0_antenna_path);
qint32 getRx1Gain();
void setRx1Gain(qint32 rx1_gain);
qint32 getRx1GainMode();
void setRx1GainMode(qint32 rx1_gain_mode);
qint32 getRx1AntennaPath();
void setRx1AntennaPath(qint32 rx1_antenna_path);
qint64 getTxCenterFrequency();
void setTxCenterFrequency(qint64 tx_center_frequency);
qint32 getFcPosTx();
void setFcPosTx(qint32 fc_pos_tx);
qint32 getTxTransverterMode();
void setTxTransverterMode(qint32 tx_transverter_mode);
qint64 getTxTransverterDeltaFrequency();
void setTxTransverterDeltaFrequency(qint64 tx_transverter_delta_frequency);
qint32 getLpfBwTx();
void setLpfBwTx(qint32 lpf_bw_tx);
qint32 getLpfTxFirEnable();
void setLpfTxFirEnable(qint32 lpf_tx_fir_enable);
qint32 getLpfTxFirbw();
void setLpfTxFirbw(qint32 lpf_tx_firbw);
qint32 getLpfTxFiRlog2Interp();
void setLpfTxFiRlog2Interp(qint32 lpf_tx_fi_rlog2_interp);
qint32 getLpfTxFirGain();
void setLpfTxFirGain(qint32 lpf_tx_fir_gain);
qint32 getLog2Interp();
void setLog2Interp(qint32 log2_interp);
qint32 getTx0Att();
void setTx0Att(qint32 tx0_att);
qint32 getTx0AntennaPath();
void setTx0AntennaPath(qint32 tx0_antenna_path);
qint32 getTx1Att();
void setTx1Att(qint32 tx1_att);
qint32 getTx1AntennaPath();
void setTx1AntennaPath(qint32 tx1_antenna_path);
virtual bool isSet() override;
private:
qint32 dev_sample_rate;
bool m_dev_sample_rate_isSet;
qint32 l_oppm_tenths;
bool m_l_oppm_tenths_isSet;
qint64 rx_center_frequency;
bool m_rx_center_frequency_isSet;
qint32 dc_block;
bool m_dc_block_isSet;
qint32 iq_correction;
bool m_iq_correction_isSet;
qint32 hw_bbdc_block;
bool m_hw_bbdc_block_isSet;
qint32 hw_rfdc_block;
bool m_hw_rfdc_block_isSet;
qint32 hw_iq_correction;
bool m_hw_iq_correction_isSet;
qint32 fc_pos_rx;
bool m_fc_pos_rx_isSet;
qint32 rx_transverter_mode;
bool m_rx_transverter_mode_isSet;
qint64 rx_transverter_delta_frequency;
bool m_rx_transverter_delta_frequency_isSet;
qint32 iq_order;
bool m_iq_order_isSet;
qint32 lpf_bw_rx;
bool m_lpf_bw_rx_isSet;
qint32 lpf_rx_fir_enable;
bool m_lpf_rx_fir_enable_isSet;
qint32 lpf_rx_firbw;
bool m_lpf_rx_firbw_isSet;
qint32 lpf_rx_fi_rlog2_decim;
bool m_lpf_rx_fi_rlog2_decim_isSet;
qint32 lpf_rx_fir_gain;
bool m_lpf_rx_fir_gain_isSet;
qint32 log2_decim;
bool m_log2_decim_isSet;
qint32 rx0_gain;
bool m_rx0_gain_isSet;
qint32 rx0_gain_mode;
bool m_rx0_gain_mode_isSet;
qint32 rx0_antenna_path;
bool m_rx0_antenna_path_isSet;
qint32 rx1_gain;
bool m_rx1_gain_isSet;
qint32 rx1_gain_mode;
bool m_rx1_gain_mode_isSet;
qint32 rx1_antenna_path;
bool m_rx1_antenna_path_isSet;
qint64 tx_center_frequency;
bool m_tx_center_frequency_isSet;
qint32 fc_pos_tx;
bool m_fc_pos_tx_isSet;
qint32 tx_transverter_mode;
bool m_tx_transverter_mode_isSet;
qint64 tx_transverter_delta_frequency;
bool m_tx_transverter_delta_frequency_isSet;
qint32 lpf_bw_tx;
bool m_lpf_bw_tx_isSet;
qint32 lpf_tx_fir_enable;
bool m_lpf_tx_fir_enable_isSet;
qint32 lpf_tx_firbw;
bool m_lpf_tx_firbw_isSet;
qint32 lpf_tx_fi_rlog2_interp;
bool m_lpf_tx_fi_rlog2_interp_isSet;
qint32 lpf_tx_fir_gain;
bool m_lpf_tx_fir_gain_isSet;
qint32 log2_interp;
bool m_log2_interp_isSet;
qint32 tx0_att;
bool m_tx0_att_isSet;
qint32 tx0_antenna_path;
bool m_tx0_antenna_path_isSet;
qint32 tx1_att;
bool m_tx1_att_isSet;
qint32 tx1_antenna_path;
bool m_tx1_antenna_path_isSet;
};
}
#endif /* SWGPlutoSdrMIMOSettings_H_ */