diff --git a/sdrbase/resources/webapi/doc/html2/index.html b/sdrbase/resources/webapi/doc/html2/index.html index 6271ea508..7a6631a77 100644 --- a/sdrbase/resources/webapi/doc/html2/index.html +++ b/sdrbase/resources/webapi/doc/html2/index.html @@ -4772,7 +4772,7 @@ margin-bottom: 20px; }, "hwTimestamp" : { "type" : "integer", - "format" : "uint64", + "format" : "int64", "description" : "Hardware timestamp" }, "temperature" : { @@ -4889,7 +4889,7 @@ margin-bottom: 20px; "properties" : { "hwTimestamp" : { "type" : "integer", - "format" : "uint64", + "format" : "int64", "description" : "Hardware timestamp" }, "temperature" : { @@ -5215,7 +5215,7 @@ margin-bottom: 20px; }, "hwTimestamp" : { "type" : "integer", - "format" : "uint64", + "format" : "int64", "description" : "Hardware timestamp" }, "temperature" : { @@ -5310,7 +5310,7 @@ margin-bottom: 20px; "properties" : { "centerFrequency" : { "type" : "integer", - "format" : "uint64" + "format" : "int64" }, "sampleRate" : { "type" : "integer" @@ -5346,7 +5346,7 @@ margin-bottom: 20px; "properties" : { "centerFrequency" : { "type" : "integer", - "format" : "uint64" + "format" : "int64" }, "sampleRate" : { "type" : "integer" @@ -6438,7 +6438,7 @@ margin-bottom: 20px; "properties" : { "centerFrequency" : { "type" : "integer", - "format" : "uint64" + "format" : "int64" }, "sampleRate" : { "type" : "integer" @@ -6523,7 +6523,7 @@ margin-bottom: 20px; "properties" : { "centerFrequency" : { "type" : "integer", - "format" : "uint64" + "format" : "int64" }, "sampleRate" : { "type" : "integer" @@ -6836,7 +6836,7 @@ margin-bottom: 20px; "properties" : { "centerFrequency" : { "type" : "integer", - "format" : "uint64" + "format" : "int64" }, "tunerGain" : { "type" : "integer" @@ -7802,7 +7802,7 @@ margin-bottom: 20px; }, "centerFrequency" : { "type" : "integer", - "format" : "uint64" + "format" : "int64" }, "frequencyShift" : { "type" : "integer" @@ -7860,7 +7860,7 @@ margin-bottom: 20px; "properties" : { "centerFrequency" : { "type" : "integer", - "format" : "uint64" + "format" : "int64" }, "frequencyShift" : { "type" : "integer" @@ -37622,7 +37622,7 @@ except ApiException as e:
- Generated 2020-09-09T22:58:44.320+02:00 + Generated 2020-09-11T08:28:28.211+02:00
diff --git a/sdrbase/resources/webapi/doc/swagger/include/LimeSdr.yaml b/sdrbase/resources/webapi/doc/swagger/include/LimeSdr.yaml index af2413c4a..3ddb18de3 100644 --- a/sdrbase/resources/webapi/doc/swagger/include/LimeSdr.yaml +++ b/sdrbase/resources/webapi/doc/swagger/include/LimeSdr.yaml @@ -350,7 +350,7 @@ LimeSdrInputReport: hwTimestamp: description: Hardware timestamp type: integer - format: uint64 + format: int64 temperature: type: number format: float @@ -386,7 +386,7 @@ LimeSdrOutputReport: hwTimestamp: description: Hardware timestamp type: integer - format: uint64 + format: int64 temperature: type: number format: float @@ -403,7 +403,7 @@ LimeSdrMIMOReport: hwTimestamp: description: Hardware timestamp type: integer - format: uint64 + format: int64 temperature: type: number format: float diff --git a/sdrbase/resources/webapi/doc/swagger/include/LocalInput.yaml b/sdrbase/resources/webapi/doc/swagger/include/LocalInput.yaml index cb4a0ef00..010a144d9 100644 --- a/sdrbase/resources/webapi/doc/swagger/include/LocalInput.yaml +++ b/sdrbase/resources/webapi/doc/swagger/include/LocalInput.yaml @@ -20,6 +20,6 @@ LocalInputReport: properties: centerFrequency: type: integer - format: uint64 + format: int64 sampleRate: type: integer diff --git a/sdrbase/resources/webapi/doc/swagger/include/LocalOutput.yaml b/sdrbase/resources/webapi/doc/swagger/include/LocalOutput.yaml index d5369e12a..3ae0bb37c 100644 --- a/sdrbase/resources/webapi/doc/swagger/include/LocalOutput.yaml +++ b/sdrbase/resources/webapi/doc/swagger/include/LocalOutput.yaml @@ -16,6 +16,6 @@ LocalOutputReport: properties: centerFrequency: type: integer - format: uint64 + format: int64 sampleRate: type: integer diff --git a/sdrbase/resources/webapi/doc/swagger/include/RemoteInput.yaml b/sdrbase/resources/webapi/doc/swagger/include/RemoteInput.yaml index 2f6c14bac..d3a8ddba0 100644 --- a/sdrbase/resources/webapi/doc/swagger/include/RemoteInput.yaml +++ b/sdrbase/resources/webapi/doc/swagger/include/RemoteInput.yaml @@ -36,7 +36,7 @@ RemoteInputReport: properties: centerFrequency: type: integer - format: uint64 + format: int64 sampleRate: type: integer bufferRWBalance: diff --git a/sdrbase/resources/webapi/doc/swagger/include/RemoteOutput.yaml b/sdrbase/resources/webapi/doc/swagger/include/RemoteOutput.yaml index 5301020b8..fdcda0716 100644 --- a/sdrbase/resources/webapi/doc/swagger/include/RemoteOutput.yaml +++ b/sdrbase/resources/webapi/doc/swagger/include/RemoteOutput.yaml @@ -3,7 +3,7 @@ RemoteOutputSettings: properties: centerFrequency: type: integer - format: uint64 + format: int64 sampleRate: type: integer txDelay: diff --git a/sdrbase/resources/webapi/doc/swagger/include/SDRPlay.yaml b/sdrbase/resources/webapi/doc/swagger/include/SDRPlay.yaml index 528a5a70e..c0c7b610a 100644 --- a/sdrbase/resources/webapi/doc/swagger/include/SDRPlay.yaml +++ b/sdrbase/resources/webapi/doc/swagger/include/SDRPlay.yaml @@ -3,7 +3,7 @@ SDRPlaySettings: properties: centerFrequency: type: integer - format: uint64 + format: int64 tunerGain: type: integer LOppmTenths: diff --git a/sdrbase/resources/webapi/doc/swagger/include/TestMI.yaml b/sdrbase/resources/webapi/doc/swagger/include/TestMI.yaml index b2bf14650..d134f7164 100644 --- a/sdrbase/resources/webapi/doc/swagger/include/TestMI.yaml +++ b/sdrbase/resources/webapi/doc/swagger/include/TestMI.yaml @@ -25,7 +25,7 @@ definitions: type: integer centerFrequency: type: integer - format: uint64 + format: int64 frequencyShift: type: integer sampleRate: diff --git a/sdrbase/resources/webapi/doc/swagger/include/TestSource.yaml b/sdrbase/resources/webapi/doc/swagger/include/TestSource.yaml index 01443cf61..e16774cf0 100644 --- a/sdrbase/resources/webapi/doc/swagger/include/TestSource.yaml +++ b/sdrbase/resources/webapi/doc/swagger/include/TestSource.yaml @@ -3,7 +3,7 @@ TestSourceSettings: properties: centerFrequency: type: integer - format: uint64 + format: int64 frequencyShift: type: integer sampleRate: diff --git a/swagger/sdrangel/api/swagger/include/LimeSdr.yaml b/swagger/sdrangel/api/swagger/include/LimeSdr.yaml index af2413c4a..3ddb18de3 100644 --- a/swagger/sdrangel/api/swagger/include/LimeSdr.yaml +++ b/swagger/sdrangel/api/swagger/include/LimeSdr.yaml @@ -350,7 +350,7 @@ LimeSdrInputReport: hwTimestamp: description: Hardware timestamp type: integer - format: uint64 + format: int64 temperature: type: number format: float @@ -386,7 +386,7 @@ LimeSdrOutputReport: hwTimestamp: description: Hardware timestamp type: integer - format: uint64 + format: int64 temperature: type: number format: float @@ -403,7 +403,7 @@ LimeSdrMIMOReport: hwTimestamp: description: Hardware timestamp type: integer - format: uint64 + format: int64 temperature: type: number format: float diff --git a/swagger/sdrangel/api/swagger/include/LocalInput.yaml b/swagger/sdrangel/api/swagger/include/LocalInput.yaml index cb4a0ef00..010a144d9 100644 --- a/swagger/sdrangel/api/swagger/include/LocalInput.yaml +++ b/swagger/sdrangel/api/swagger/include/LocalInput.yaml @@ -20,6 +20,6 @@ LocalInputReport: properties: centerFrequency: type: integer - format: uint64 + format: int64 sampleRate: type: integer diff --git a/swagger/sdrangel/api/swagger/include/LocalOutput.yaml b/swagger/sdrangel/api/swagger/include/LocalOutput.yaml index d5369e12a..3ae0bb37c 100644 --- a/swagger/sdrangel/api/swagger/include/LocalOutput.yaml +++ b/swagger/sdrangel/api/swagger/include/LocalOutput.yaml @@ -16,6 +16,6 @@ LocalOutputReport: properties: centerFrequency: type: integer - format: uint64 + format: int64 sampleRate: type: integer diff --git a/swagger/sdrangel/api/swagger/include/RemoteInput.yaml b/swagger/sdrangel/api/swagger/include/RemoteInput.yaml index 2f6c14bac..d3a8ddba0 100644 --- a/swagger/sdrangel/api/swagger/include/RemoteInput.yaml +++ b/swagger/sdrangel/api/swagger/include/RemoteInput.yaml @@ -36,7 +36,7 @@ RemoteInputReport: properties: centerFrequency: type: integer - format: uint64 + format: int64 sampleRate: type: integer bufferRWBalance: diff --git a/swagger/sdrangel/api/swagger/include/RemoteOutput.yaml b/swagger/sdrangel/api/swagger/include/RemoteOutput.yaml index 5301020b8..fdcda0716 100644 --- a/swagger/sdrangel/api/swagger/include/RemoteOutput.yaml +++ b/swagger/sdrangel/api/swagger/include/RemoteOutput.yaml @@ -3,7 +3,7 @@ RemoteOutputSettings: properties: centerFrequency: type: integer - format: uint64 + format: int64 sampleRate: type: integer txDelay: diff --git a/swagger/sdrangel/api/swagger/include/SDRPlay.yaml b/swagger/sdrangel/api/swagger/include/SDRPlay.yaml index f3fdcab02..c1d84bc11 100644 --- a/swagger/sdrangel/api/swagger/include/SDRPlay.yaml +++ b/swagger/sdrangel/api/swagger/include/SDRPlay.yaml @@ -3,7 +3,7 @@ SDRPlaySettings: properties: centerFrequency: type: integer - format: uint64 + format: int64 tunerGain: type: integer LOppmTenths: diff --git a/swagger/sdrangel/api/swagger/include/TestMI.yaml b/swagger/sdrangel/api/swagger/include/TestMI.yaml index b2bf14650..d134f7164 100644 --- a/swagger/sdrangel/api/swagger/include/TestMI.yaml +++ b/swagger/sdrangel/api/swagger/include/TestMI.yaml @@ -25,7 +25,7 @@ definitions: type: integer centerFrequency: type: integer - format: uint64 + format: int64 frequencyShift: type: integer sampleRate: diff --git a/swagger/sdrangel/api/swagger/include/TestSource.yaml b/swagger/sdrangel/api/swagger/include/TestSource.yaml index 01443cf61..e16774cf0 100644 --- a/swagger/sdrangel/api/swagger/include/TestSource.yaml +++ b/swagger/sdrangel/api/swagger/include/TestSource.yaml @@ -3,7 +3,7 @@ TestSourceSettings: properties: centerFrequency: type: integer - format: uint64 + format: int64 frequencyShift: type: integer sampleRate: diff --git a/swagger/sdrangel/code/html2/index.html b/swagger/sdrangel/code/html2/index.html index 6271ea508..7a6631a77 100644 --- a/swagger/sdrangel/code/html2/index.html +++ b/swagger/sdrangel/code/html2/index.html @@ -4772,7 +4772,7 @@ margin-bottom: 20px; }, "hwTimestamp" : { "type" : "integer", - "format" : "uint64", + "format" : "int64", "description" : "Hardware timestamp" }, "temperature" : { @@ -4889,7 +4889,7 @@ margin-bottom: 20px; "properties" : { "hwTimestamp" : { "type" : "integer", - "format" : "uint64", + "format" : "int64", "description" : "Hardware timestamp" }, "temperature" : { @@ -5215,7 +5215,7 @@ margin-bottom: 20px; }, "hwTimestamp" : { "type" : "integer", - "format" : "uint64", + "format" : "int64", "description" : "Hardware timestamp" }, "temperature" : { @@ -5310,7 +5310,7 @@ margin-bottom: 20px; "properties" : { "centerFrequency" : { "type" : "integer", - "format" : "uint64" + "format" : "int64" }, "sampleRate" : { "type" : "integer" @@ -5346,7 +5346,7 @@ margin-bottom: 20px; "properties" : { "centerFrequency" : { "type" : "integer", - "format" : "uint64" + "format" : "int64" }, "sampleRate" : { "type" : "integer" @@ -6438,7 +6438,7 @@ margin-bottom: 20px; "properties" : { "centerFrequency" : { "type" : "integer", - "format" : "uint64" + "format" : "int64" }, "sampleRate" : { "type" : "integer" @@ -6523,7 +6523,7 @@ margin-bottom: 20px; "properties" : { "centerFrequency" : { "type" : "integer", - "format" : "uint64" + "format" : "int64" }, "sampleRate" : { "type" : "integer" @@ -6836,7 +6836,7 @@ margin-bottom: 20px; "properties" : { "centerFrequency" : { "type" : "integer", - "format" : "uint64" + "format" : "int64" }, "tunerGain" : { "type" : "integer" @@ -7802,7 +7802,7 @@ margin-bottom: 20px; }, "centerFrequency" : { "type" : "integer", - "format" : "uint64" + "format" : "int64" }, "frequencyShift" : { "type" : "integer" @@ -7860,7 +7860,7 @@ margin-bottom: 20px; "properties" : { "centerFrequency" : { "type" : "integer", - "format" : "uint64" + "format" : "int64" }, "frequencyShift" : { "type" : "integer" @@ -37622,7 +37622,7 @@ except ApiException as e:
- Generated 2020-09-09T22:58:44.320+02:00 + Generated 2020-09-11T08:28:28.211+02:00
diff --git a/swagger/sdrangel/code/qt5/client/SWGLimeSdrInputReport.cpp b/swagger/sdrangel/code/qt5/client/SWGLimeSdrInputReport.cpp index 96b06ae27..0c7bcf834 100644 --- a/swagger/sdrangel/code/qt5/client/SWGLimeSdrInputReport.cpp +++ b/swagger/sdrangel/code/qt5/client/SWGLimeSdrInputReport.cpp @@ -44,7 +44,7 @@ SWGLimeSdrInputReport::SWGLimeSdrInputReport() { m_dropped_packets_count_isSet = false; link_rate = 0.0f; m_link_rate_isSet = false; - hw_timestamp = 0; + hw_timestamp = 0L; m_hw_timestamp_isSet = false; temperature = 0.0f; m_temperature_isSet = false; @@ -76,7 +76,7 @@ SWGLimeSdrInputReport::init() { m_dropped_packets_count_isSet = false; link_rate = 0.0f; m_link_rate_isSet = false; - hw_timestamp = 0; + hw_timestamp = 0L; m_hw_timestamp_isSet = false; temperature = 0.0f; m_temperature_isSet = false; @@ -129,7 +129,7 @@ SWGLimeSdrInputReport::fromJsonObject(QJsonObject &pJson) { ::SWGSDRangel::setValue(&link_rate, pJson["linkRate"], "float", ""); - ::SWGSDRangel::setValue(&hw_timestamp, pJson["hwTimestamp"], "qint32", ""); + ::SWGSDRangel::setValue(&hw_timestamp, pJson["hwTimestamp"], "qint64", ""); ::SWGSDRangel::setValue(&temperature, pJson["temperature"], "float", ""); @@ -273,12 +273,12 @@ SWGLimeSdrInputReport::setLinkRate(float link_rate) { this->m_link_rate_isSet = true; } -qint32 +qint64 SWGLimeSdrInputReport::getHwTimestamp() { return hw_timestamp; } void -SWGLimeSdrInputReport::setHwTimestamp(qint32 hw_timestamp) { +SWGLimeSdrInputReport::setHwTimestamp(qint64 hw_timestamp) { this->hw_timestamp = hw_timestamp; this->m_hw_timestamp_isSet = true; } diff --git a/swagger/sdrangel/code/qt5/client/SWGLimeSdrInputReport.h b/swagger/sdrangel/code/qt5/client/SWGLimeSdrInputReport.h index 157390cdd..fcbefff07 100644 --- a/swagger/sdrangel/code/qt5/client/SWGLimeSdrInputReport.h +++ b/swagger/sdrangel/code/qt5/client/SWGLimeSdrInputReport.h @@ -65,8 +65,8 @@ public: float getLinkRate(); void setLinkRate(float link_rate); - qint32 getHwTimestamp(); - void setHwTimestamp(qint32 hw_timestamp); + qint64 getHwTimestamp(); + void setHwTimestamp(qint64 hw_timestamp); float getTemperature(); void setTemperature(float temperature); @@ -105,7 +105,7 @@ private: float link_rate; bool m_link_rate_isSet; - qint32 hw_timestamp; + qint64 hw_timestamp; bool m_hw_timestamp_isSet; float temperature; diff --git a/swagger/sdrangel/code/qt5/client/SWGLimeSdrMIMOReport.cpp b/swagger/sdrangel/code/qt5/client/SWGLimeSdrMIMOReport.cpp index 8787b24e4..2f3f07cb1 100644 --- a/swagger/sdrangel/code/qt5/client/SWGLimeSdrMIMOReport.cpp +++ b/swagger/sdrangel/code/qt5/client/SWGLimeSdrMIMOReport.cpp @@ -28,7 +28,7 @@ SWGLimeSdrMIMOReport::SWGLimeSdrMIMOReport(QString* json) { } SWGLimeSdrMIMOReport::SWGLimeSdrMIMOReport() { - hw_timestamp = 0; + hw_timestamp = 0L; m_hw_timestamp_isSet = false; temperature = 0.0f; m_temperature_isSet = false; @@ -76,7 +76,7 @@ SWGLimeSdrMIMOReport::~SWGLimeSdrMIMOReport() { void SWGLimeSdrMIMOReport::init() { - hw_timestamp = 0; + hw_timestamp = 0L; m_hw_timestamp_isSet = false; temperature = 0.0f; m_temperature_isSet = false; @@ -153,7 +153,7 @@ SWGLimeSdrMIMOReport::fromJson(QString &json) { void SWGLimeSdrMIMOReport::fromJsonObject(QJsonObject &pJson) { - ::SWGSDRangel::setValue(&hw_timestamp, pJson["hwTimestamp"], "qint32", ""); + ::SWGSDRangel::setValue(&hw_timestamp, pJson["hwTimestamp"], "qint64", ""); ::SWGSDRangel::setValue(&temperature, pJson["temperature"], "float", ""); @@ -273,12 +273,12 @@ SWGLimeSdrMIMOReport::asJsonObject() { return obj; } -qint32 +qint64 SWGLimeSdrMIMOReport::getHwTimestamp() { return hw_timestamp; } void -SWGLimeSdrMIMOReport::setHwTimestamp(qint32 hw_timestamp) { +SWGLimeSdrMIMOReport::setHwTimestamp(qint64 hw_timestamp) { this->hw_timestamp = hw_timestamp; this->m_hw_timestamp_isSet = true; } diff --git a/swagger/sdrangel/code/qt5/client/SWGLimeSdrMIMOReport.h b/swagger/sdrangel/code/qt5/client/SWGLimeSdrMIMOReport.h index b8abd216b..7347857ff 100644 --- a/swagger/sdrangel/code/qt5/client/SWGLimeSdrMIMOReport.h +++ b/swagger/sdrangel/code/qt5/client/SWGLimeSdrMIMOReport.h @@ -41,8 +41,8 @@ public: virtual void fromJsonObject(QJsonObject &json) override; virtual SWGLimeSdrMIMOReport* fromJson(QString &jsonString) override; - qint32 getHwTimestamp(); - void setHwTimestamp(qint32 hw_timestamp); + qint64 getHwTimestamp(); + void setHwTimestamp(qint64 hw_timestamp); float getTemperature(); void setTemperature(float temperature); @@ -105,7 +105,7 @@ public: virtual bool isSet() override; private: - qint32 hw_timestamp; + qint64 hw_timestamp; bool m_hw_timestamp_isSet; float temperature; diff --git a/swagger/sdrangel/code/qt5/client/SWGLimeSdrOutputReport.cpp b/swagger/sdrangel/code/qt5/client/SWGLimeSdrOutputReport.cpp index ea5d1eca3..71178b9fe 100644 --- a/swagger/sdrangel/code/qt5/client/SWGLimeSdrOutputReport.cpp +++ b/swagger/sdrangel/code/qt5/client/SWGLimeSdrOutputReport.cpp @@ -44,7 +44,7 @@ SWGLimeSdrOutputReport::SWGLimeSdrOutputReport() { m_dropped_packets_count_isSet = false; link_rate = 0.0f; m_link_rate_isSet = false; - hw_timestamp = 0; + hw_timestamp = 0L; m_hw_timestamp_isSet = false; temperature = 0.0f; m_temperature_isSet = false; @@ -76,7 +76,7 @@ SWGLimeSdrOutputReport::init() { m_dropped_packets_count_isSet = false; link_rate = 0.0f; m_link_rate_isSet = false; - hw_timestamp = 0; + hw_timestamp = 0L; m_hw_timestamp_isSet = false; temperature = 0.0f; m_temperature_isSet = false; @@ -129,7 +129,7 @@ SWGLimeSdrOutputReport::fromJsonObject(QJsonObject &pJson) { ::SWGSDRangel::setValue(&link_rate, pJson["linkRate"], "float", ""); - ::SWGSDRangel::setValue(&hw_timestamp, pJson["hwTimestamp"], "qint32", ""); + ::SWGSDRangel::setValue(&hw_timestamp, pJson["hwTimestamp"], "qint64", ""); ::SWGSDRangel::setValue(&temperature, pJson["temperature"], "float", ""); @@ -273,12 +273,12 @@ SWGLimeSdrOutputReport::setLinkRate(float link_rate) { this->m_link_rate_isSet = true; } -qint32 +qint64 SWGLimeSdrOutputReport::getHwTimestamp() { return hw_timestamp; } void -SWGLimeSdrOutputReport::setHwTimestamp(qint32 hw_timestamp) { +SWGLimeSdrOutputReport::setHwTimestamp(qint64 hw_timestamp) { this->hw_timestamp = hw_timestamp; this->m_hw_timestamp_isSet = true; } diff --git a/swagger/sdrangel/code/qt5/client/SWGLimeSdrOutputReport.h b/swagger/sdrangel/code/qt5/client/SWGLimeSdrOutputReport.h index 73b60d77c..00e5d5802 100644 --- a/swagger/sdrangel/code/qt5/client/SWGLimeSdrOutputReport.h +++ b/swagger/sdrangel/code/qt5/client/SWGLimeSdrOutputReport.h @@ -65,8 +65,8 @@ public: float getLinkRate(); void setLinkRate(float link_rate); - qint32 getHwTimestamp(); - void setHwTimestamp(qint32 hw_timestamp); + qint64 getHwTimestamp(); + void setHwTimestamp(qint64 hw_timestamp); float getTemperature(); void setTemperature(float temperature); @@ -105,7 +105,7 @@ private: float link_rate; bool m_link_rate_isSet; - qint32 hw_timestamp; + qint64 hw_timestamp; bool m_hw_timestamp_isSet; float temperature; diff --git a/swagger/sdrangel/code/qt5/client/SWGLocalInputReport.cpp b/swagger/sdrangel/code/qt5/client/SWGLocalInputReport.cpp index d5d6981d0..ecaf50a43 100644 --- a/swagger/sdrangel/code/qt5/client/SWGLocalInputReport.cpp +++ b/swagger/sdrangel/code/qt5/client/SWGLocalInputReport.cpp @@ -28,7 +28,7 @@ SWGLocalInputReport::SWGLocalInputReport(QString* json) { } SWGLocalInputReport::SWGLocalInputReport() { - center_frequency = 0; + center_frequency = 0L; m_center_frequency_isSet = false; sample_rate = 0; m_sample_rate_isSet = false; @@ -40,7 +40,7 @@ SWGLocalInputReport::~SWGLocalInputReport() { void SWGLocalInputReport::init() { - center_frequency = 0; + center_frequency = 0L; m_center_frequency_isSet = false; sample_rate = 0; m_sample_rate_isSet = false; @@ -63,7 +63,7 @@ SWGLocalInputReport::fromJson(QString &json) { void SWGLocalInputReport::fromJsonObject(QJsonObject &pJson) { - ::SWGSDRangel::setValue(¢er_frequency, pJson["centerFrequency"], "qint32", ""); + ::SWGSDRangel::setValue(¢er_frequency, pJson["centerFrequency"], "qint64", ""); ::SWGSDRangel::setValue(&sample_rate, pJson["sampleRate"], "qint32", ""); @@ -93,12 +93,12 @@ SWGLocalInputReport::asJsonObject() { return obj; } -qint32 +qint64 SWGLocalInputReport::getCenterFrequency() { return center_frequency; } void -SWGLocalInputReport::setCenterFrequency(qint32 center_frequency) { +SWGLocalInputReport::setCenterFrequency(qint64 center_frequency) { this->center_frequency = center_frequency; this->m_center_frequency_isSet = true; } diff --git a/swagger/sdrangel/code/qt5/client/SWGLocalInputReport.h b/swagger/sdrangel/code/qt5/client/SWGLocalInputReport.h index 7045993af..e83749942 100644 --- a/swagger/sdrangel/code/qt5/client/SWGLocalInputReport.h +++ b/swagger/sdrangel/code/qt5/client/SWGLocalInputReport.h @@ -41,8 +41,8 @@ public: virtual void fromJsonObject(QJsonObject &json) override; virtual SWGLocalInputReport* fromJson(QString &jsonString) override; - qint32 getCenterFrequency(); - void setCenterFrequency(qint32 center_frequency); + qint64 getCenterFrequency(); + void setCenterFrequency(qint64 center_frequency); qint32 getSampleRate(); void setSampleRate(qint32 sample_rate); @@ -51,7 +51,7 @@ public: virtual bool isSet() override; private: - qint32 center_frequency; + qint64 center_frequency; bool m_center_frequency_isSet; qint32 sample_rate; diff --git a/swagger/sdrangel/code/qt5/client/SWGLocalOutputReport.cpp b/swagger/sdrangel/code/qt5/client/SWGLocalOutputReport.cpp index d7b408ff3..3b8e6808f 100644 --- a/swagger/sdrangel/code/qt5/client/SWGLocalOutputReport.cpp +++ b/swagger/sdrangel/code/qt5/client/SWGLocalOutputReport.cpp @@ -28,7 +28,7 @@ SWGLocalOutputReport::SWGLocalOutputReport(QString* json) { } SWGLocalOutputReport::SWGLocalOutputReport() { - center_frequency = 0; + center_frequency = 0L; m_center_frequency_isSet = false; sample_rate = 0; m_sample_rate_isSet = false; @@ -40,7 +40,7 @@ SWGLocalOutputReport::~SWGLocalOutputReport() { void SWGLocalOutputReport::init() { - center_frequency = 0; + center_frequency = 0L; m_center_frequency_isSet = false; sample_rate = 0; m_sample_rate_isSet = false; @@ -63,7 +63,7 @@ SWGLocalOutputReport::fromJson(QString &json) { void SWGLocalOutputReport::fromJsonObject(QJsonObject &pJson) { - ::SWGSDRangel::setValue(¢er_frequency, pJson["centerFrequency"], "qint32", ""); + ::SWGSDRangel::setValue(¢er_frequency, pJson["centerFrequency"], "qint64", ""); ::SWGSDRangel::setValue(&sample_rate, pJson["sampleRate"], "qint32", ""); @@ -93,12 +93,12 @@ SWGLocalOutputReport::asJsonObject() { return obj; } -qint32 +qint64 SWGLocalOutputReport::getCenterFrequency() { return center_frequency; } void -SWGLocalOutputReport::setCenterFrequency(qint32 center_frequency) { +SWGLocalOutputReport::setCenterFrequency(qint64 center_frequency) { this->center_frequency = center_frequency; this->m_center_frequency_isSet = true; } diff --git a/swagger/sdrangel/code/qt5/client/SWGLocalOutputReport.h b/swagger/sdrangel/code/qt5/client/SWGLocalOutputReport.h index 52e6cca6b..d2308358a 100644 --- a/swagger/sdrangel/code/qt5/client/SWGLocalOutputReport.h +++ b/swagger/sdrangel/code/qt5/client/SWGLocalOutputReport.h @@ -41,8 +41,8 @@ public: virtual void fromJsonObject(QJsonObject &json) override; virtual SWGLocalOutputReport* fromJson(QString &jsonString) override; - qint32 getCenterFrequency(); - void setCenterFrequency(qint32 center_frequency); + qint64 getCenterFrequency(); + void setCenterFrequency(qint64 center_frequency); qint32 getSampleRate(); void setSampleRate(qint32 sample_rate); @@ -51,7 +51,7 @@ public: virtual bool isSet() override; private: - qint32 center_frequency; + qint64 center_frequency; bool m_center_frequency_isSet; qint32 sample_rate; diff --git a/swagger/sdrangel/code/qt5/client/SWGRemoteInputReport.cpp b/swagger/sdrangel/code/qt5/client/SWGRemoteInputReport.cpp index f70b82adf..5a8579465 100644 --- a/swagger/sdrangel/code/qt5/client/SWGRemoteInputReport.cpp +++ b/swagger/sdrangel/code/qt5/client/SWGRemoteInputReport.cpp @@ -28,7 +28,7 @@ SWGRemoteInputReport::SWGRemoteInputReport(QString* json) { } SWGRemoteInputReport::SWGRemoteInputReport() { - center_frequency = 0; + center_frequency = 0L; m_center_frequency_isSet = false; sample_rate = 0; m_sample_rate_isSet = false; @@ -48,7 +48,7 @@ SWGRemoteInputReport::~SWGRemoteInputReport() { void SWGRemoteInputReport::init() { - center_frequency = 0; + center_frequency = 0L; m_center_frequency_isSet = false; sample_rate = 0; m_sample_rate_isSet = false; @@ -85,7 +85,7 @@ SWGRemoteInputReport::fromJson(QString &json) { void SWGRemoteInputReport::fromJsonObject(QJsonObject &pJson) { - ::SWGSDRangel::setValue(¢er_frequency, pJson["centerFrequency"], "qint32", ""); + ::SWGSDRangel::setValue(¢er_frequency, pJson["centerFrequency"], "qint64", ""); ::SWGSDRangel::setValue(&sample_rate, pJson["sampleRate"], "qint32", ""); @@ -135,12 +135,12 @@ SWGRemoteInputReport::asJsonObject() { return obj; } -qint32 +qint64 SWGRemoteInputReport::getCenterFrequency() { return center_frequency; } void -SWGRemoteInputReport::setCenterFrequency(qint32 center_frequency) { +SWGRemoteInputReport::setCenterFrequency(qint64 center_frequency) { this->center_frequency = center_frequency; this->m_center_frequency_isSet = true; } diff --git a/swagger/sdrangel/code/qt5/client/SWGRemoteInputReport.h b/swagger/sdrangel/code/qt5/client/SWGRemoteInputReport.h index f13b20bb1..8965fb082 100644 --- a/swagger/sdrangel/code/qt5/client/SWGRemoteInputReport.h +++ b/swagger/sdrangel/code/qt5/client/SWGRemoteInputReport.h @@ -42,8 +42,8 @@ public: virtual void fromJsonObject(QJsonObject &json) override; virtual SWGRemoteInputReport* fromJson(QString &jsonString) override; - qint32 getCenterFrequency(); - void setCenterFrequency(qint32 center_frequency); + qint64 getCenterFrequency(); + void setCenterFrequency(qint64 center_frequency); qint32 getSampleRate(); void setSampleRate(qint32 sample_rate); @@ -64,7 +64,7 @@ public: virtual bool isSet() override; private: - qint32 center_frequency; + qint64 center_frequency; bool m_center_frequency_isSet; qint32 sample_rate; diff --git a/swagger/sdrangel/code/qt5/client/SWGRemoteOutputSettings.cpp b/swagger/sdrangel/code/qt5/client/SWGRemoteOutputSettings.cpp index 2f9ef7730..50fe56716 100644 --- a/swagger/sdrangel/code/qt5/client/SWGRemoteOutputSettings.cpp +++ b/swagger/sdrangel/code/qt5/client/SWGRemoteOutputSettings.cpp @@ -28,7 +28,7 @@ SWGRemoteOutputSettings::SWGRemoteOutputSettings(QString* json) { } SWGRemoteOutputSettings::SWGRemoteOutputSettings() { - center_frequency = 0; + center_frequency = 0L; m_center_frequency_isSet = false; sample_rate = 0; m_sample_rate_isSet = false; @@ -64,7 +64,7 @@ SWGRemoteOutputSettings::~SWGRemoteOutputSettings() { void SWGRemoteOutputSettings::init() { - center_frequency = 0; + center_frequency = 0L; m_center_frequency_isSet = false; sample_rate = 0; m_sample_rate_isSet = false; @@ -129,7 +129,7 @@ SWGRemoteOutputSettings::fromJson(QString &json) { void SWGRemoteOutputSettings::fromJsonObject(QJsonObject &pJson) { - ::SWGSDRangel::setValue(¢er_frequency, pJson["centerFrequency"], "qint32", ""); + ::SWGSDRangel::setValue(¢er_frequency, pJson["centerFrequency"], "qint64", ""); ::SWGSDRangel::setValue(&sample_rate, pJson["sampleRate"], "qint32", ""); @@ -219,12 +219,12 @@ SWGRemoteOutputSettings::asJsonObject() { return obj; } -qint32 +qint64 SWGRemoteOutputSettings::getCenterFrequency() { return center_frequency; } void -SWGRemoteOutputSettings::setCenterFrequency(qint32 center_frequency) { +SWGRemoteOutputSettings::setCenterFrequency(qint64 center_frequency) { this->center_frequency = center_frequency; this->m_center_frequency_isSet = true; } diff --git a/swagger/sdrangel/code/qt5/client/SWGRemoteOutputSettings.h b/swagger/sdrangel/code/qt5/client/SWGRemoteOutputSettings.h index 4516f90ce..537587c10 100644 --- a/swagger/sdrangel/code/qt5/client/SWGRemoteOutputSettings.h +++ b/swagger/sdrangel/code/qt5/client/SWGRemoteOutputSettings.h @@ -42,8 +42,8 @@ public: virtual void fromJsonObject(QJsonObject &json) override; virtual SWGRemoteOutputSettings* fromJson(QString &jsonString) override; - qint32 getCenterFrequency(); - void setCenterFrequency(qint32 center_frequency); + qint64 getCenterFrequency(); + void setCenterFrequency(qint64 center_frequency); qint32 getSampleRate(); void setSampleRate(qint32 sample_rate); @@ -88,7 +88,7 @@ public: virtual bool isSet() override; private: - qint32 center_frequency; + qint64 center_frequency; bool m_center_frequency_isSet; qint32 sample_rate; diff --git a/swagger/sdrangel/code/qt5/client/SWGSDRPlaySettings.cpp b/swagger/sdrangel/code/qt5/client/SWGSDRPlaySettings.cpp index 1174c9133..c43a49627 100644 --- a/swagger/sdrangel/code/qt5/client/SWGSDRPlaySettings.cpp +++ b/swagger/sdrangel/code/qt5/client/SWGSDRPlaySettings.cpp @@ -28,7 +28,7 @@ SWGSDRPlaySettings::SWGSDRPlaySettings(QString* json) { } SWGSDRPlaySettings::SWGSDRPlaySettings() { - center_frequency = 0; + center_frequency = 0L; m_center_frequency_isSet = false; tuner_gain = 0; m_tuner_gain_isSet = false; @@ -76,7 +76,7 @@ SWGSDRPlaySettings::~SWGSDRPlaySettings() { void SWGSDRPlaySettings::init() { - center_frequency = 0; + center_frequency = 0L; m_center_frequency_isSet = false; tuner_gain = 0; m_tuner_gain_isSet = false; @@ -155,7 +155,7 @@ SWGSDRPlaySettings::fromJson(QString &json) { void SWGSDRPlaySettings::fromJsonObject(QJsonObject &pJson) { - ::SWGSDRangel::setValue(¢er_frequency, pJson["centerFrequency"], "qint32", ""); + ::SWGSDRangel::setValue(¢er_frequency, pJson["centerFrequency"], "qint64", ""); ::SWGSDRangel::setValue(&tuner_gain, pJson["tunerGain"], "qint32", ""); @@ -275,12 +275,12 @@ SWGSDRPlaySettings::asJsonObject() { return obj; } -qint32 +qint64 SWGSDRPlaySettings::getCenterFrequency() { return center_frequency; } void -SWGSDRPlaySettings::setCenterFrequency(qint32 center_frequency) { +SWGSDRPlaySettings::setCenterFrequency(qint64 center_frequency) { this->center_frequency = center_frequency; this->m_center_frequency_isSet = true; } diff --git a/swagger/sdrangel/code/qt5/client/SWGSDRPlaySettings.h b/swagger/sdrangel/code/qt5/client/SWGSDRPlaySettings.h index f434cf187..c14811f16 100644 --- a/swagger/sdrangel/code/qt5/client/SWGSDRPlaySettings.h +++ b/swagger/sdrangel/code/qt5/client/SWGSDRPlaySettings.h @@ -42,8 +42,8 @@ public: virtual void fromJsonObject(QJsonObject &json) override; virtual SWGSDRPlaySettings* fromJson(QString &jsonString) override; - qint32 getCenterFrequency(); - void setCenterFrequency(qint32 center_frequency); + qint64 getCenterFrequency(); + void setCenterFrequency(qint64 center_frequency); qint32 getTunerGain(); void setTunerGain(qint32 tuner_gain); @@ -106,7 +106,7 @@ public: virtual bool isSet() override; private: - qint32 center_frequency; + qint64 center_frequency; bool m_center_frequency_isSet; qint32 tuner_gain; diff --git a/swagger/sdrangel/code/qt5/client/SWGTestMiStreamSettings.cpp b/swagger/sdrangel/code/qt5/client/SWGTestMiStreamSettings.cpp index c8b6afeae..550f6471a 100644 --- a/swagger/sdrangel/code/qt5/client/SWGTestMiStreamSettings.cpp +++ b/swagger/sdrangel/code/qt5/client/SWGTestMiStreamSettings.cpp @@ -30,7 +30,7 @@ SWGTestMiStreamSettings::SWGTestMiStreamSettings(QString* json) { SWGTestMiStreamSettings::SWGTestMiStreamSettings() { stream_index = 0; m_stream_index_isSet = false; - center_frequency = 0; + center_frequency = 0L; m_center_frequency_isSet = false; frequency_shift = 0; m_frequency_shift_isSet = false; @@ -72,7 +72,7 @@ void SWGTestMiStreamSettings::init() { stream_index = 0; m_stream_index_isSet = false; - center_frequency = 0; + center_frequency = 0L; m_center_frequency_isSet = false; frequency_shift = 0; m_frequency_shift_isSet = false; @@ -140,7 +140,7 @@ void SWGTestMiStreamSettings::fromJsonObject(QJsonObject &pJson) { ::SWGSDRangel::setValue(&stream_index, pJson["streamIndex"], "qint32", ""); - ::SWGSDRangel::setValue(¢er_frequency, pJson["centerFrequency"], "qint32", ""); + ::SWGSDRangel::setValue(¢er_frequency, pJson["centerFrequency"], "qint64", ""); ::SWGSDRangel::setValue(&frequency_shift, pJson["frequencyShift"], "qint32", ""); @@ -253,12 +253,12 @@ SWGTestMiStreamSettings::setStreamIndex(qint32 stream_index) { this->m_stream_index_isSet = true; } -qint32 +qint64 SWGTestMiStreamSettings::getCenterFrequency() { return center_frequency; } void -SWGTestMiStreamSettings::setCenterFrequency(qint32 center_frequency) { +SWGTestMiStreamSettings::setCenterFrequency(qint64 center_frequency) { this->center_frequency = center_frequency; this->m_center_frequency_isSet = true; } diff --git a/swagger/sdrangel/code/qt5/client/SWGTestMiStreamSettings.h b/swagger/sdrangel/code/qt5/client/SWGTestMiStreamSettings.h index e6a29d243..7130d5991 100644 --- a/swagger/sdrangel/code/qt5/client/SWGTestMiStreamSettings.h +++ b/swagger/sdrangel/code/qt5/client/SWGTestMiStreamSettings.h @@ -44,8 +44,8 @@ public: qint32 getStreamIndex(); void setStreamIndex(qint32 stream_index); - qint32 getCenterFrequency(); - void setCenterFrequency(qint32 center_frequency); + qint64 getCenterFrequency(); + void setCenterFrequency(qint64 center_frequency); qint32 getFrequencyShift(); void setFrequencyShift(qint32 frequency_shift); @@ -99,7 +99,7 @@ private: qint32 stream_index; bool m_stream_index_isSet; - qint32 center_frequency; + qint64 center_frequency; bool m_center_frequency_isSet; qint32 frequency_shift; diff --git a/swagger/sdrangel/code/qt5/client/SWGTestSourceSettings.cpp b/swagger/sdrangel/code/qt5/client/SWGTestSourceSettings.cpp index be83fc684..d65beea5f 100644 --- a/swagger/sdrangel/code/qt5/client/SWGTestSourceSettings.cpp +++ b/swagger/sdrangel/code/qt5/client/SWGTestSourceSettings.cpp @@ -28,7 +28,7 @@ SWGTestSourceSettings::SWGTestSourceSettings(QString* json) { } SWGTestSourceSettings::SWGTestSourceSettings() { - center_frequency = 0; + center_frequency = 0L; m_center_frequency_isSet = false; frequency_shift = 0; m_frequency_shift_isSet = false; @@ -76,7 +76,7 @@ SWGTestSourceSettings::~SWGTestSourceSettings() { void SWGTestSourceSettings::init() { - center_frequency = 0; + center_frequency = 0L; m_center_frequency_isSet = false; frequency_shift = 0; m_frequency_shift_isSet = false; @@ -155,7 +155,7 @@ SWGTestSourceSettings::fromJson(QString &json) { void SWGTestSourceSettings::fromJsonObject(QJsonObject &pJson) { - ::SWGSDRangel::setValue(¢er_frequency, pJson["centerFrequency"], "qint32", ""); + ::SWGSDRangel::setValue(¢er_frequency, pJson["centerFrequency"], "qint64", ""); ::SWGSDRangel::setValue(&frequency_shift, pJson["frequencyShift"], "qint32", ""); @@ -275,12 +275,12 @@ SWGTestSourceSettings::asJsonObject() { return obj; } -qint32 +qint64 SWGTestSourceSettings::getCenterFrequency() { return center_frequency; } void -SWGTestSourceSettings::setCenterFrequency(qint32 center_frequency) { +SWGTestSourceSettings::setCenterFrequency(qint64 center_frequency) { this->center_frequency = center_frequency; this->m_center_frequency_isSet = true; } diff --git a/swagger/sdrangel/code/qt5/client/SWGTestSourceSettings.h b/swagger/sdrangel/code/qt5/client/SWGTestSourceSettings.h index 2f21b22df..c907f2cf2 100644 --- a/swagger/sdrangel/code/qt5/client/SWGTestSourceSettings.h +++ b/swagger/sdrangel/code/qt5/client/SWGTestSourceSettings.h @@ -42,8 +42,8 @@ public: virtual void fromJsonObject(QJsonObject &json) override; virtual SWGTestSourceSettings* fromJson(QString &jsonString) override; - qint32 getCenterFrequency(); - void setCenterFrequency(qint32 center_frequency); + qint64 getCenterFrequency(); + void setCenterFrequency(qint64 center_frequency); qint32 getFrequencyShift(); void setFrequencyShift(qint32 frequency_shift); @@ -106,7 +106,7 @@ public: virtual bool isSet() override; private: - qint32 center_frequency; + qint64 center_frequency; bool m_center_frequency_isSet; qint32 frequency_shift;