| 
									
										
										
										
											2017-11-17 03:17:15 +01:00
										 |  |  | ///////////////////////////////////////////////////////////////////////////////////
 | 
					
						
							| 
									
										
										
										
											2023-11-19 06:43:20 +01:00
										 |  |  | // Copyright (C) 2012 maintech GmbH, Otto-Hahn-Str. 15, 97204 Hoechberg, Germany //
 | 
					
						
							|  |  |  | // written by Christian Daniel                                                   //
 | 
					
						
							|  |  |  | // Copyright (C) 2015-2022 Edouard Griffiths, F4EXB <f4exb06@gmail.com>          //
 | 
					
						
							| 
									
										
										
										
											2017-11-17 03:17:15 +01:00
										 |  |  | //                                                                               //
 | 
					
						
							|  |  |  | // Swagger server adapter interface                                              //
 | 
					
						
							|  |  |  | //                                                                               //
 | 
					
						
							|  |  |  | // This program is free software; you can redistribute it and/or modify          //
 | 
					
						
							|  |  |  | // it under the terms of the GNU General Public License as published by          //
 | 
					
						
							|  |  |  | // the Free Software Foundation as version 3 of the License, or                  //
 | 
					
						
							| 
									
										
										
										
											2019-04-11 14:32:15 +02:00
										 |  |  | // (at your option) any later version.                                           //
 | 
					
						
							| 
									
										
										
										
											2017-11-17 03:17:15 +01:00
										 |  |  | //                                                                               //
 | 
					
						
							|  |  |  | // This program is distributed in the hope that it will be useful,               //
 | 
					
						
							|  |  |  | // but WITHOUT ANY WARRANTY; without even the implied warranty of                //
 | 
					
						
							|  |  |  | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the                  //
 | 
					
						
							|  |  |  | // GNU General Public License V3 for more details.                               //
 | 
					
						
							|  |  |  | //                                                                               //
 | 
					
						
							|  |  |  | // You should have received a copy of the GNU General Public License             //
 | 
					
						
							|  |  |  | // along with this program. If not, see <http://www.gnu.org/licenses/>.          //
 | 
					
						
							|  |  |  | ///////////////////////////////////////////////////////////////////////////////////
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef SDRBASE_WEBAPI_WEBAPIADAPTERINTERFACE_H_
 | 
					
						
							|  |  |  | #define SDRBASE_WEBAPI_WEBAPIADAPTERINTERFACE_H_
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-18 19:34:47 +01:00
										 |  |  | #include <QString>
 | 
					
						
							| 
									
										
										
										
											2019-08-06 19:06:49 +02:00
										 |  |  | #include <QStringList>
 | 
					
						
							| 
									
										
										
										
											2017-11-26 00:26:56 +01:00
										 |  |  | #include <regex>
 | 
					
						
							| 
									
										
										
										
											2017-11-18 19:34:47 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  | #include "SWGErrorResponse.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-20 13:49:21 +01:00
										 |  |  | #include "export.h"
 | 
					
						
							| 
									
										
										
										
											2018-03-03 20:23:38 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-02 05:45:30 +01:00
										 |  |  | namespace SWGSDRangel | 
					
						
							| 
									
										
										
										
											2017-11-18 19:34:47 +01:00
										 |  |  | { | 
					
						
							|  |  |  |     class SWGInstanceSummaryResponse; | 
					
						
							| 
									
										
										
										
											2019-08-01 02:16:56 +02:00
										 |  |  |     class SWGInstanceConfigResponse; | 
					
						
							| 
									
										
										
										
											2017-11-22 18:57:35 +01:00
										 |  |  |     class SWGInstanceDevicesResponse; | 
					
						
							| 
									
										
										
										
											2017-11-23 01:19:32 +01:00
										 |  |  |     class SWGInstanceChannelsResponse; | 
					
						
							| 
									
										
										
										
											2021-08-29 00:48:35 +02:00
										 |  |  |     class SWGInstanceFeaturesResponse; | 
					
						
							| 
									
										
										
										
											2019-08-06 08:48:14 +02:00
										 |  |  |     class SWGPreferences; | 
					
						
							| 
									
										
										
										
											2017-11-23 18:43:01 +01:00
										 |  |  |     class SWGLoggingInfo; | 
					
						
							| 
									
										
										
										
											2017-11-24 08:46:12 +01:00
										 |  |  |     class SWGAudioDevices; | 
					
						
							| 
									
										
										
										
											2018-03-29 00:38:01 +02:00
										 |  |  |     class SWGAudioInputDevice; | 
					
						
							|  |  |  |     class SWGAudioOutputDevice; | 
					
						
							| 
									
										
										
										
											2017-11-25 04:02:11 +01:00
										 |  |  |     class SWGLocationInformation; | 
					
						
							| 
									
										
										
										
											2020-01-12 01:16:04 +01:00
										 |  |  |     class SWGLimeRFEDevices; | 
					
						
							|  |  |  |     class SWGLimeRFESettings; | 
					
						
							| 
									
										
										
										
											2020-01-14 15:26:49 +01:00
										 |  |  |     class SWGLimeRFEPower; | 
					
						
							| 
									
										
										
										
											2017-11-25 11:14:52 +01:00
										 |  |  |     class SWGPresets; | 
					
						
							| 
									
										
										
										
											2017-11-25 16:08:18 +01:00
										 |  |  |     class SWGPresetTransfer; | 
					
						
							|  |  |  |     class SWGPresetIdentifier; | 
					
						
							| 
									
										
										
										
											2017-12-19 01:11:34 +01:00
										 |  |  |     class SWGPresetImport; | 
					
						
							|  |  |  |     class SWGPresetExport; | 
					
						
							| 
									
										
										
										
											2022-05-08 19:33:10 +02:00
										 |  |  |     class SWGPresetDeserialize; | 
					
						
							|  |  |  |     class SWGPresetSerialize; | 
					
						
							|  |  |  |     class SWGBase64Blob; | 
					
						
							|  |  |  |     class SWGFilePath; | 
					
						
							|  |  |  |     class SWGConfigurations; | 
					
						
							|  |  |  |     class SWGConfigurationIdentifier; | 
					
						
							|  |  |  |     class SWGConfigurationImportExport; | 
					
						
							|  |  |  |     class SWGConfigurationDeserialize; | 
					
						
							| 
									
										
										
										
											2017-11-25 20:14:16 +01:00
										 |  |  |     class SWGDeviceSetList; | 
					
						
							| 
									
										
										
										
											2017-11-25 22:52:24 +01:00
										 |  |  |     class SWGDeviceSet; | 
					
						
							| 
									
										
										
										
											2017-11-27 08:14:07 +01:00
										 |  |  |     class SWGDeviceListItem; | 
					
						
							| 
									
										
										
										
											2017-12-04 23:07:30 +01:00
										 |  |  |     class SWGDeviceSettings; | 
					
						
							| 
									
										
										
										
											2017-12-06 23:49:14 +01:00
										 |  |  |     class SWGDeviceState; | 
					
						
							| 
									
										
										
										
											2018-05-26 01:43:28 +02:00
										 |  |  |     class SWGDeviceReport; | 
					
						
							| 
									
										
										
										
											2020-03-09 04:01:23 +01:00
										 |  |  |     class SWGDeviceActions; | 
					
						
							| 
									
										
										
										
											2022-05-13 22:24:48 +02:00
										 |  |  |     class SWGWorkspaceInfo; | 
					
						
							| 
									
										
										
										
											2018-03-19 00:08:38 +01:00
										 |  |  |     class SWGChannelsDetail; | 
					
						
							| 
									
										
										
										
											2017-12-10 20:27:08 +01:00
										 |  |  |     class SWGChannelSettings; | 
					
						
							| 
									
										
										
										
											2018-03-18 20:17:11 +01:00
										 |  |  |     class SWGChannelReport; | 
					
						
							| 
									
										
										
										
											2020-03-09 04:01:23 +01:00
										 |  |  |     class SWGChannelActions; | 
					
						
							| 
									
										
										
										
											2017-12-19 17:55:05 +01:00
										 |  |  |     class SWGSuccessResponse; | 
					
						
							| 
									
										
										
										
											2021-09-04 05:58:06 +02:00
										 |  |  |     class SWGFeaturePresets; | 
					
						
							|  |  |  |     class SWGFeaturePresetIdentifier; | 
					
						
							| 
									
										
										
										
											2021-09-05 22:12:26 +02:00
										 |  |  |     class SWGFeaturePresetTransfer; | 
					
						
							| 
									
										
										
										
											2020-09-21 03:13:36 +02:00
										 |  |  |     class SWGFeatureSetList; | 
					
						
							|  |  |  |     class SWGFeatureSet; | 
					
						
							|  |  |  |     class SWGFeatureSettings; | 
					
						
							|  |  |  |     class SWGFeatureReport; | 
					
						
							|  |  |  |     class SWGFeatureActions; | 
					
						
							| 
									
										
										
										
											2020-05-05 18:58:18 +02:00
										 |  |  |     class SWGGLSpectrum; | 
					
						
							|  |  |  |     class SWGSpectrumServer; | 
					
						
							| 
									
										
										
										
											2017-11-18 19:34:47 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2017-11-17 03:17:15 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-03 20:23:38 +01:00
										 |  |  | class SDRBASE_API WebAPIAdapterInterface | 
					
						
							| 
									
										
										
										
											2017-11-17 03:17:15 +01:00
										 |  |  | { | 
					
						
							|  |  |  | public: | 
					
						
							| 
									
										
										
										
											2019-08-06 19:06:49 +02:00
										 |  |  |     struct ChannelKeys | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         QStringList m_keys; | 
					
						
							|  |  |  |         QStringList m_channelKeys; | 
					
						
							|  |  |  |     }; | 
					
						
							|  |  |  |     struct DeviceKeys | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         QStringList m_keys; | 
					
						
							|  |  |  |         QStringList m_deviceKeys; | 
					
						
							|  |  |  |     }; | 
					
						
							| 
									
										
										
										
											2020-09-24 05:38:05 +02:00
										 |  |  |     struct FeatureKeys | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         QStringList m_keys; | 
					
						
							|  |  |  |         QStringList m_featureKeys; | 
					
						
							|  |  |  |     }; | 
					
						
							| 
									
										
										
										
											2019-08-06 19:06:49 +02:00
										 |  |  |     struct PresetKeys | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         QStringList m_keys; | 
					
						
							|  |  |  |         QStringList m_spectrumKeys; | 
					
						
							|  |  |  |         QList<ChannelKeys> m_channelsKeys; | 
					
						
							|  |  |  |         QList<DeviceKeys> m_devicesKeys; | 
					
						
							|  |  |  |     }; | 
					
						
							| 
									
										
										
										
											2020-09-24 05:38:05 +02:00
										 |  |  |     struct FeatureSetPresetKeys | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         QStringList m_keys; | 
					
						
							|  |  |  |         QList<FeatureKeys> m_featureKeys; | 
					
						
							|  |  |  |         QList<DeviceKeys> m_devicesKeys; | 
					
						
							|  |  |  |     }; | 
					
						
							| 
									
										
										
										
											2019-08-06 19:06:49 +02:00
										 |  |  |     struct CommandKeys | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         QStringList m_keys; | 
					
						
							|  |  |  |     }; | 
					
						
							|  |  |  |     struct ConfigKeys | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         QStringList m_preferencesKeys; | 
					
						
							|  |  |  |         PresetKeys m_workingPresetKeys; | 
					
						
							| 
									
										
										
										
											2020-09-24 05:38:05 +02:00
										 |  |  |         FeatureSetPresetKeys m_workingFeatureSetPresetKeys; | 
					
						
							| 
									
										
										
										
											2019-08-06 19:06:49 +02:00
										 |  |  |         QList<PresetKeys> m_presetKeys; | 
					
						
							| 
									
										
										
										
											2020-09-24 05:38:05 +02:00
										 |  |  |         QList<FeatureSetPresetKeys> m_featureSetPresetKeys; | 
					
						
							| 
									
										
										
										
											2019-08-06 19:06:49 +02:00
										 |  |  |         QList<CommandKeys> m_commandKeys; | 
					
						
							| 
									
										
										
										
											2019-08-09 18:45:10 +02:00
										 |  |  |         void debug() const; | 
					
						
							| 
									
										
										
										
											2019-08-06 19:06:49 +02:00
										 |  |  |     }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-17 03:17:15 +01:00
										 |  |  |     virtual ~WebAPIAdapterInterface() {} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-18 11:03:42 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceSummary | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2017-11-17 03:17:15 +01:00
										 |  |  |     virtual int instanceSummary( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGInstanceSummaryResponse& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-11-18 19:34:47 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-17 23:15:42 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel (DELETE) swagger/sdrangel/code/html2/index.html#api-Default-instanceSummary | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceDelete( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-12-17 23:15:42 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-08-01 02:16:56 +02:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/config (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceSummary | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceConfigGet( | 
					
						
							|  |  |  |             SWGSDRangel::SWGInstanceConfigResponse& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-08-06 08:48:14 +02:00
										 |  |  |     /**
 | 
					
						
							| 
									
										
										
										
											2019-08-06 19:06:49 +02:00
										 |  |  |      * Handler of /sdrangel/config (PUT, PATCH) swagger/sdrangel/code/html2/index.html#api-Default-instanceSummary | 
					
						
							| 
									
										
										
										
											2019-08-06 08:48:14 +02:00
										 |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2019-08-06 19:06:49 +02:00
										 |  |  |     virtual int instanceConfigPutPatch( | 
					
						
							|  |  |  |         bool force, // PUT else PATCH
 | 
					
						
							|  |  |  |         SWGSDRangel::SWGInstanceConfigResponse& query, | 
					
						
							|  |  |  |         const ConfigKeys& configKeys, | 
					
						
							|  |  |  |         SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							| 
									
										
										
										
											2019-08-06 08:48:14 +02:00
										 |  |  |         SWGSDRangel::SWGErrorResponse& error | 
					
						
							|  |  |  |     ) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2019-08-06 19:06:49 +02:00
										 |  |  |         (void) force; | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) configKeys; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2019-08-06 08:48:14 +02:00
										 |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-22 18:57:35 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/devices (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceDevices | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceDevices( | 
					
						
							| 
									
										
										
										
											2019-05-09 01:12:40 +02:00
										 |  |  |             int direction, | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGInstanceDevicesResponse& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2019-05-09 01:12:40 +02:00
										 |  |  |         (void) direction; | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-11-22 18:57:35 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-23 01:19:32 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/channels (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceChannels( | 
					
						
							| 
									
										
										
										
											2019-05-09 01:12:40 +02:00
										 |  |  |             int direction, | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGInstanceChannelsResponse& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2019-05-09 01:12:40 +02:00
										 |  |  |         (void) direction; | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-11-23 01:19:32 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-29 00:48:35 +02:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/features (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceFeatures( | 
					
						
							|  |  |  |             SWGSDRangel::SWGInstanceFeaturesResponse& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-23 18:43:01 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/logging (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceLoggingGet( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGLoggingInfo& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-11-23 18:43:01 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/logging (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceLoggingPut( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGLoggingInfo& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGLoggingInfo& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-11-23 18:43:01 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-24 08:46:12 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/audio (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceAudioGet( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGAudioDevices& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-11-24 08:46:12 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-24 17:12:53 +01:00
										 |  |  |     /**
 | 
					
						
							| 
									
										
										
										
											2018-03-29 01:43:31 +02:00
										 |  |  |      * Handler of /sdrangel/audio/input/parameters (PATCH) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							| 
									
										
										
										
											2017-11-24 17:12:53 +01:00
										 |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2018-03-29 00:38:01 +02:00
										 |  |  |     virtual int instanceAudioInputPatch( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGAudioInputDevice& response, | 
					
						
							|  |  |  |             const QStringList& audioInputKeys, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) response; | 
					
						
							|  |  |  |         (void) audioInputKeys; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-11-24 17:12:53 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-29 00:38:01 +02:00
										 |  |  |     /**
 | 
					
						
							| 
									
										
										
										
											2018-03-29 01:43:31 +02:00
										 |  |  |      * Handler of /sdrangel/audio/output/parameters (PATCH) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							| 
									
										
										
										
											2018-03-29 00:38:01 +02:00
										 |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceAudioOutputPatch( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGAudioOutputDevice& response, | 
					
						
							|  |  |  |             const QStringList& audioOutputKeys, | 
					
						
							| 
									
										
										
										
											2018-03-29 00:38:01 +02:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) response; | 
					
						
							|  |  |  |         (void) audioOutputKeys; | 
					
						
							| 
									
										
										
										
											2018-03-29 00:38:01 +02:00
										 |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-29 01:43:31 +02:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/audio/input/parameters (DELETE) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceAudioInputDelete( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGAudioInputDevice& response, | 
					
						
							| 
									
										
										
										
											2018-03-29 01:43:31 +02:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-03-29 01:43:31 +02:00
										 |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							| 
									
										
										
										
											2024-07-10 22:37:52 +02:00
										 |  |  |      * Handler of /sdrangel/audio/output/parameters (DELETE) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							| 
									
										
										
										
											2018-03-29 01:43:31 +02:00
										 |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceAudioOutputDelete( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGAudioOutputDevice& response, | 
					
						
							| 
									
										
										
										
											2018-03-29 01:43:31 +02:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-03-29 01:43:31 +02:00
										 |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/audio/input/cleanup (PATCH) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceAudioInputCleanupPatch( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							| 
									
										
										
										
											2018-03-29 01:43:31 +02:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-03-29 01:43:31 +02:00
										 |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/audio/output/cleanup (PATCH) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceAudioOutputCleanupPatch( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							| 
									
										
										
										
											2018-03-29 01:43:31 +02:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-03-29 01:43:31 +02:00
										 |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-25 04:02:11 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/location (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceLocationGet( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGLocationInformation& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-11-25 04:02:11 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/location (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceLocationPut( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGLocationInformation& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-11-25 04:02:11 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-01-12 01:16:04 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/limerfe/serial (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceLimeRFESerialGet( | 
					
						
							|  |  |  |             SWGSDRangel::SWGLimeRFEDevices& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/limerfe/config (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceLimeRFEConfigGet( | 
					
						
							|  |  |  |             const QString& serial, | 
					
						
							|  |  |  |             SWGSDRangel::SWGLimeRFESettings& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) serial; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/limerfe/config (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceLimeRFEConfigPut( | 
					
						
							|  |  |  |             SWGSDRangel::SWGLimeRFESettings& query, | 
					
						
							| 
									
										
										
										
											2020-01-14 01:11:31 +01:00
										 |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							| 
									
										
										
										
											2020-01-12 01:16:04 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/limerfe/run (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceLimeRFERunPut( | 
					
						
							|  |  |  |             SWGSDRangel::SWGLimeRFESettings& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-25 11:14:52 +01:00
										 |  |  |     /**
 | 
					
						
							| 
									
										
										
										
											2017-12-21 00:50:58 +01:00
										 |  |  |      * Handler of /sdrangel/presets (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							| 
									
										
										
										
											2017-11-25 11:14:52 +01:00
										 |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2017-12-21 00:50:58 +01:00
										 |  |  |     virtual int instancePresetsGet( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGPresets& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-11-25 11:14:52 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-25 16:08:18 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/preset (PATCH) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instancePresetPatch( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGPresetTransfer& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGPresetIdentifier& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-11-25 16:08:18 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-25 16:47:13 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/preset (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instancePresetPut( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGPresetTransfer& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGPresetIdentifier& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-11-25 16:47:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-25 18:32:37 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/preset (POST) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instancePresetPost( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGPresetTransfer& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGPresetIdentifier& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-11-25 18:32:37 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-25 19:42:56 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/preset (DELETE) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instancePresetDelete( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGPresetIdentifier& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-11-25 19:42:56 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-19 01:11:34 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/preset/file (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instancePresetFilePut( | 
					
						
							| 
									
										
										
										
											2022-05-08 19:33:10 +02:00
										 |  |  |             SWGSDRangel::SWGFilePath& query, | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGPresetIdentifier& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-12-19 01:11:34 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/preset/file (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instancePresetFilePost( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGPresetExport& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGPresetIdentifier& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-12-19 01:11:34 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-08 19:33:10 +02:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/preset/blob (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instancePresetBlobPut( | 
					
						
							|  |  |  |             SWGSDRangel::SWGBase64Blob& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGPresetIdentifier& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/preset/blob (POST) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instancePresetBlobPost( | 
					
						
							|  |  |  |             SWGSDRangel::SWGPresetIdentifier& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGBase64Blob& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/presets (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceConfigurationsGet( | 
					
						
							|  |  |  |             SWGSDRangel::SWGConfigurations& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/configuration (PATCH) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceConfigurationPatch( | 
					
						
							|  |  |  |             SWGSDRangel::SWGConfigurationIdentifier& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/configuration (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceConfigurationPut( | 
					
						
							|  |  |  |             SWGSDRangel::SWGConfigurationIdentifier& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/configuration (POST) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceConfigurationPost( | 
					
						
							|  |  |  |             SWGSDRangel::SWGConfigurationIdentifier& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/configuration (DELETE) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceConfigurationDelete( | 
					
						
							|  |  |  |             SWGSDRangel::SWGConfigurationIdentifier& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/configuration/file (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceConfigurationFilePut( | 
					
						
							|  |  |  |             SWGSDRangel::SWGFilePath& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGConfigurationIdentifier& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/configuration/file (POST) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceConfigurationFilePost( | 
					
						
							|  |  |  |             SWGSDRangel::SWGConfigurationImportExport& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGConfigurationIdentifier& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/configuration/blob (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceConfigurationBlobPut( | 
					
						
							|  |  |  |             SWGSDRangel::SWGBase64Blob& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGConfigurationIdentifier& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/configuration/blob (POST) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceConfigurationBlobPost( | 
					
						
							|  |  |  |             SWGSDRangel::SWGConfigurationIdentifier& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGBase64Blob& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-04 05:58:06 +02:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/featurepresets (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceFeaturePresetsGet( | 
					
						
							|  |  |  |             SWGSDRangel::SWGFeaturePresets& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/featurepreset (DELETE) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceFeaturePresetDelete( | 
					
						
							|  |  |  |             SWGSDRangel::SWGFeaturePresetIdentifier& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-25 20:14:16 +01:00
										 |  |  |     /**
 | 
					
						
							| 
									
										
										
										
											2017-11-25 22:52:24 +01:00
										 |  |  |      * Handler of /sdrangel/devicesets (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							| 
									
										
										
										
											2017-11-25 20:14:16 +01:00
										 |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceDeviceSetsGet( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGDeviceSetList& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-11-25 20:14:16 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-09 21:31:14 +02:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/workspace (POST) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceWorkspacePost( | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/workspace (DELETE) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceWorkspaceDelete( | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-25 22:52:24 +01:00
										 |  |  |     /**
 | 
					
						
							| 
									
										
										
										
											2017-12-22 01:07:03 +01:00
										 |  |  |      * Handler of /sdrangel/deviceset (POST) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							| 
									
										
										
										
											2017-11-25 22:52:24 +01:00
										 |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2017-12-22 01:07:03 +01:00
										 |  |  |     virtual int instanceDeviceSetPost( | 
					
						
							| 
									
										
										
										
											2019-05-09 01:12:40 +02:00
										 |  |  |             int direction, | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2019-05-09 01:12:40 +02:00
										 |  |  |         (void) direction; | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-11-25 22:52:24 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							| 
									
										
										
										
											2017-12-22 01:07:03 +01:00
										 |  |  |      * Handler of /sdrangel/deviceset (DELETE) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							| 
									
										
										
										
											2017-11-25 22:52:24 +01:00
										 |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2017-12-22 01:07:03 +01:00
										 |  |  |     virtual int instanceDeviceSetDelete( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-11-25 22:52:24 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-21 12:42:57 +02:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/featurets (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceFeatureSetsGet( | 
					
						
							|  |  |  |             SWGSDRangel::SWGFeatureSetList& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/featureset (POST) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceFeatureSetPost( | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset (DELETE) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceFeatureSetDelete( | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-26 10:37:39 +01:00
										 |  |  |     /**
 | 
					
						
							| 
									
										
										
										
											2017-12-06 22:08:34 +01:00
										 |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex} (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							| 
									
										
										
										
											2017-11-26 10:37:39 +01:00
										 |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetGet( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceSet& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-11-26 10:37:39 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-05-05 18:58:18 +02:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/spectrum/settings (GET) | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetSpectrumSettingsGet( | 
					
						
							|  |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGGLSpectrum& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/spectrum/settings (PUT, PATCH) | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetSpectrumSettingsPutPatch( | 
					
						
							|  |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             bool force, //!< true to force settings = put else patch
 | 
					
						
							|  |  |  |             const QStringList& spectrumSettingsKeys, | 
					
						
							|  |  |  |             SWGSDRangel::SWGGLSpectrum& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) force; | 
					
						
							|  |  |  |         (void) spectrumSettingsKeys; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/spectrum/server (GET) | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetSpectrumServerGet( | 
					
						
							|  |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGSpectrumServer& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/spectrum/server (POST) | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetSpectrumServerPost( | 
					
						
							|  |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/spectrum/server (DELETE) | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetSpectrumServerDelete( | 
					
						
							|  |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-13 22:24:48 +02:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/spectrum/workspace (GET) | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetSpectrumWorkspaceGet( | 
					
						
							|  |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGWorkspaceInfo& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/spectrum/workspace (GET) | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetSpectrumWorkspacePut( | 
					
						
							|  |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGWorkspaceInfo& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-27 08:14:07 +01:00
										 |  |  |     /**
 | 
					
						
							| 
									
										
										
										
											2017-12-04 18:22:25 +01:00
										 |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/device (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							| 
									
										
										
										
											2017-11-27 08:14:07 +01:00
										 |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetDevicePut( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceListItem& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceListItem& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-11-27 08:14:07 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-04 18:22:25 +01:00
										 |  |  |     /**
 | 
					
						
							| 
									
										
										
										
											2017-12-06 22:08:34 +01:00
										 |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/device/settings (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							| 
									
										
										
										
											2017-12-04 18:22:25 +01:00
										 |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2017-12-06 22:08:34 +01:00
										 |  |  |     virtual int devicesetDeviceSettingsGet( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceSettings& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-12-04 18:22:25 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-06 23:49:14 +01:00
										 |  |  |     /**
 | 
					
						
							| 
									
										
										
										
											2017-12-07 13:55:42 +01:00
										 |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/device/settings (PUT, PATCH) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							| 
									
										
										
										
											2017-12-06 23:49:14 +01:00
										 |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2017-12-07 13:55:42 +01:00
										 |  |  |     virtual int devicesetDeviceSettingsPutPatch( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             bool force, //!< true to force settings = put else patch
 | 
					
						
							|  |  |  |             const QStringList& channelSettingsKeys, | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceSettings& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) force; | 
					
						
							|  |  |  |         (void) channelSettingsKeys; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-12-06 23:49:14 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-09 10:49:20 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/device/run (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetDeviceRunGet( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceState& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-12-09 10:49:20 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-12-24 19:08:11 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/subdevice/{subsystemIndex}/run (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetDeviceSubsystemRunGet( | 
					
						
							|  |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             int subsystemIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceState& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) subsystemIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-06 23:49:14 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/device/run (POST) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetDeviceRunPost( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceState& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |     	error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-12-06 23:49:14 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-12-24 19:08:11 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/subdevice/{subsystemIndex}/run (POST) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetDeviceSubsystemRunPost( | 
					
						
							|  |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             int subsystemIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceState& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) subsystemIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-06 23:49:14 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/device/run (DELETE) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetDeviceRunDelete( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceState& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-12-06 23:49:14 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-12-24 19:08:11 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/subdevice/{subsystemIndex}/run (DELETE) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetDeviceSubsystemRunDelete( | 
					
						
							|  |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             int subsystemIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceState& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) subsystemIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-26 01:43:28 +02:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/device/report (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetDeviceReportGet( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceReport& response, | 
					
						
							| 
									
										
										
										
											2018-05-26 01:43:28 +02:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-05-26 01:43:28 +02:00
										 |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-19 00:08:38 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/channels/report (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetChannelsReportGet( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGChannelsDetail& response, | 
					
						
							| 
									
										
										
										
											2018-03-19 00:08:38 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-03-19 00:08:38 +01:00
										 |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-09 04:01:23 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{deviceSetIndex}/device/actions (POST) | 
					
						
							|  |  |  |      * post action(s) on device | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetDeviceActionsPost( | 
					
						
							|  |  |  |             int deviceSetIndex, | 
					
						
							| 
									
										
										
										
											2020-03-09 19:56:09 +01:00
										 |  |  |             const QStringList& deviceActionsKeys, | 
					
						
							| 
									
										
										
										
											2020-03-09 04:01:23 +01:00
										 |  |  |             SWGSDRangel::SWGDeviceActions& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error | 
					
						
							|  |  |  |     ) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) deviceSetIndex; | 
					
						
							| 
									
										
										
										
											2020-03-09 19:56:09 +01:00
										 |  |  |         (void) deviceActionsKeys; | 
					
						
							| 
									
										
										
										
											2020-03-09 04:01:23 +01:00
										 |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-13 22:24:48 +02:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/device/workspace (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetDeviceWorkspaceGet( | 
					
						
							|  |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGWorkspaceInfo& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/device/workspace (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetDeviceWorkspacePut( | 
					
						
							|  |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGWorkspaceInfo& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-11 01:18:10 +01:00
										 |  |  |     /**
 | 
					
						
							| 
									
										
										
										
											2017-12-23 22:33:30 +01:00
										 |  |  |      * Handler of /sdrangel/deviceset/{deviceSetIndex}/channel (POST) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							| 
									
										
										
										
											2017-12-11 01:18:10 +01:00
										 |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetChannelPost( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGChannelSettings& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-12-11 01:18:10 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							| 
									
										
										
										
											2017-12-23 22:33:30 +01:00
										 |  |  |      * Handler of /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex} (DELETE) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							| 
									
										
										
										
											2017-12-11 01:18:10 +01:00
										 |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2017-12-23 22:33:30 +01:00
										 |  |  |     virtual int devicesetChannelDelete( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             int channelIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) channelIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         (void) error; | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |         error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-23 22:33:30 +01:00
										 |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-12-11 01:18:10 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-10 20:27:08 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex}/settings (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetChannelSettingsGet( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             int channelIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGChannelSettings& response, | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) channelIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-12-10 20:27:08 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-11 18:18:47 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex}/settings (PUT, PATCH) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetChannelSettingsPutPatch( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             int channelIndex, | 
					
						
							|  |  |  |             bool force, | 
					
						
							|  |  |  |             const QStringList& channelSettingsKeys, | 
					
						
							|  |  |  |             SWGSDRangel::SWGChannelSettings& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) channelIndex; | 
					
						
							|  |  |  |         (void) force; | 
					
						
							|  |  |  |         (void) channelSettingsKeys; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-12-11 18:18:47 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-18 20:17:11 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							| 
									
										
										
										
											2022-05-13 22:24:48 +02:00
										 |  |  |      * Handler of /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex}/report (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							| 
									
										
										
										
											2018-03-18 20:17:11 +01:00
										 |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetChannelReportGet( | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             int channelIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGChannelReport& response, | 
					
						
							| 
									
										
										
										
											2018-03-18 20:17:11 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-11-12 16:58:20 +01:00
										 |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) channelIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							| 
									
										
										
										
											2018-03-18 20:17:11 +01:00
										 |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-09 04:01:23 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex}/actions (POST) | 
					
						
							|  |  |  |      * posts an action on the channel (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetChannelActionsPost( | 
					
						
							|  |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             int channelIndex, | 
					
						
							| 
									
										
										
										
											2020-03-09 19:56:09 +01:00
										 |  |  |             const QStringList& channelActionsKeys, | 
					
						
							| 
									
										
										
										
											2020-03-09 04:01:23 +01:00
										 |  |  |             SWGSDRangel::SWGChannelActions& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) channelIndex; | 
					
						
							| 
									
										
										
										
											2020-03-09 19:56:09 +01:00
										 |  |  |         (void) channelActionsKeys; | 
					
						
							| 
									
										
										
										
											2020-03-09 04:01:23 +01:00
										 |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-13 22:24:48 +02:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex}/workspace (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetChannelWorkspaceGet( | 
					
						
							|  |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             int channelIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGWorkspaceInfo& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) channelIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex}/workspace (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetChannelWorkspacePut( | 
					
						
							|  |  |  |             int deviceSetIndex, | 
					
						
							|  |  |  |             int channelIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGWorkspaceInfo& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) deviceSetIndex; | 
					
						
							|  |  |  |         (void) channelIndex; | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-29 01:14:44 +02:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/featureset/{featuresetIndex} (GET) | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int featuresetGet( | 
					
						
							| 
									
										
										
										
											2022-05-04 13:27:13 +02:00
										 |  |  |             int featureSetIndex, | 
					
						
							| 
									
										
										
										
											2020-09-29 01:14:44 +02:00
										 |  |  |             SWGSDRangel::SWGFeatureSet& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2022-05-04 13:27:13 +02:00
										 |  |  |         (void) featureSetIndex; | 
					
						
							| 
									
										
										
										
											2020-09-29 01:14:44 +02:00
										 |  |  |         (void) response; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/featureset/{featuresetIndex}/feature (POST) | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int featuresetFeaturePost( | 
					
						
							|  |  |  |             int featureSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGFeatureSettings& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) featureSetIndex; | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/featureset/{featuresetIndex}/feature/{featureIndex}/run (GET) | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int featuresetFeatureDelete( | 
					
						
							|  |  |  |             int featureSetIndex, | 
					
						
							|  |  |  |             int featureIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) featureSetIndex; | 
					
						
							|  |  |  |         (void) featureIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         (void) error; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/featureset/{featuresetIndex}/feature/{featureIndex}/run (GET) | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int featuresetFeatureRunGet( | 
					
						
							|  |  |  |             int featureSetIndex, | 
					
						
							|  |  |  |             int featureIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceState& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) featureSetIndex; | 
					
						
							|  |  |  |         (void) featureIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         (void) error; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/featureset/{featuresetIndex}/feature/{featureIndex}/run (POST) | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int featuresetFeatureRunPost( | 
					
						
							|  |  |  |             int featureSetIndex, | 
					
						
							|  |  |  |             int featureIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceState& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) featureSetIndex; | 
					
						
							|  |  |  |         (void) featureIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         (void) error; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/featureset/{featuresetIndex}/feature/{featureIndex}/run (DELETE) | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int featuresetFeatureRunDelete( | 
					
						
							|  |  |  |             int featureSetIndex, | 
					
						
							|  |  |  |             int featureIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceState& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) featureSetIndex; | 
					
						
							|  |  |  |         (void) featureIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         (void) error; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-05 22:12:26 +02:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/featureset/{featuresetIndex}/preset (PATCH) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int featuresetPresetPatch( | 
					
						
							|  |  |  |             int featureSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGFeaturePresetIdentifier& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) featureSetIndex; | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/featureset/{featuresetIndex}/preset (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int featuresetPresetPut( | 
					
						
							|  |  |  |             int featureSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGFeaturePresetIdentifier& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) featureSetIndex; | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/featureset/{featuresetIndex}/preset (POST) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int featuresetPresetPost( | 
					
						
							|  |  |  |             int featureSetIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGFeaturePresetIdentifier& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) featureSetIndex; | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |     	error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-29 01:14:44 +02:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/featureset/{featuresetIndex}/feature/{featureIndex}/settings (GET) | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int featuresetFeatureSettingsGet( | 
					
						
							|  |  |  |             int featureSetIndex, | 
					
						
							|  |  |  |             int featureIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGFeatureSettings& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) featureSetIndex; | 
					
						
							|  |  |  |         (void) featureIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/featureset/{featuresetIndex}/feature/{featureIndex}/settings (PUT, PATCH) | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int featuresetFeatureSettingsPutPatch( | 
					
						
							|  |  |  |             int featureSetIndex, | 
					
						
							|  |  |  |             int featureIndex, | 
					
						
							|  |  |  |             bool force, | 
					
						
							|  |  |  |             const QStringList& featureSettingsKeys, | 
					
						
							|  |  |  |             SWGSDRangel::SWGFeatureSettings& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) featureSetIndex; | 
					
						
							|  |  |  |         (void) featureIndex; | 
					
						
							|  |  |  |         (void) force; | 
					
						
							|  |  |  |         (void) featureSettingsKeys; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |     	*error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |     	return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/featureset/{featuresetIndex}/feature/{featureIndex}/report (GET) | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int featuresetFeatureReportGet( | 
					
						
							|  |  |  |             int featureSetIndex, | 
					
						
							|  |  |  |             int featureIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGFeatureReport& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) featureSetIndex; | 
					
						
							|  |  |  |         (void) featureIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/featureset/{featuresetIndex}/feature/{featureIndex}/actions (POST) | 
					
						
							|  |  |  |      * posts an action on the channel (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int featuresetFeatureActionsPost( | 
					
						
							|  |  |  |             int featureSetIndex, | 
					
						
							|  |  |  |             int featureIndex, | 
					
						
							|  |  |  |             const QStringList& featureActionsKeys, | 
					
						
							|  |  |  |             SWGSDRangel::SWGFeatureActions& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) featureSetIndex; | 
					
						
							|  |  |  |         (void) featureIndex; | 
					
						
							|  |  |  |         (void) featureActionsKeys; | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-13 22:24:48 +02:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/featureset/feature/{featureIndex}/workspace (GET) | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int featuresetFeatureWorkspaceGet( | 
					
						
							|  |  |  |             int featureIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGWorkspaceInfo& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) featureIndex; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/featureset/feature/{featureIndex}/workspace (PUT) | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int featuresetFeatureWorkspacePut( | 
					
						
							|  |  |  |             int featureIndex, | 
					
						
							|  |  |  |             SWGSDRangel::SWGWorkspaceInfo& query, | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response, | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         (void) featureIndex; | 
					
						
							|  |  |  |         (void) query; | 
					
						
							|  |  |  |         (void) response; | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-18 19:34:47 +01:00
										 |  |  |     static QString instanceSummaryURL; | 
					
						
							| 
									
										
										
										
											2019-08-01 02:16:56 +02:00
										 |  |  |     static QString instanceConfigURL; | 
					
						
							| 
									
										
										
										
											2017-11-22 18:57:35 +01:00
										 |  |  |     static QString instanceDevicesURL; | 
					
						
							| 
									
										
										
										
											2017-11-23 01:19:32 +01:00
										 |  |  |     static QString instanceChannelsURL; | 
					
						
							| 
									
										
										
										
											2021-08-29 00:48:35 +02:00
										 |  |  |     static QString instanceFeaturesURL; | 
					
						
							| 
									
										
										
										
											2017-11-23 18:43:01 +01:00
										 |  |  |     static QString instanceLoggingURL; | 
					
						
							| 
									
										
										
										
											2017-11-24 08:46:12 +01:00
										 |  |  |     static QString instanceAudioURL; | 
					
						
							| 
									
										
										
										
											2018-03-29 01:43:31 +02:00
										 |  |  |     static QString instanceAudioInputParametersURL; | 
					
						
							|  |  |  |     static QString instanceAudioOutputParametersURL; | 
					
						
							|  |  |  |     static QString instanceAudioInputCleanupURL; | 
					
						
							|  |  |  |     static QString instanceAudioOutputCleanupURL; | 
					
						
							| 
									
										
										
										
											2017-11-25 04:02:11 +01:00
										 |  |  |     static QString instanceLocationURL; | 
					
						
							| 
									
										
										
										
											2017-12-21 00:50:58 +01:00
										 |  |  |     static QString instancePresetsURL; | 
					
						
							| 
									
										
										
										
											2017-11-25 11:14:52 +01:00
										 |  |  |     static QString instancePresetURL; | 
					
						
							| 
									
										
										
										
											2017-12-19 01:11:34 +01:00
										 |  |  |     static QString instancePresetFileURL; | 
					
						
							| 
									
										
										
										
											2022-05-08 19:33:10 +02:00
										 |  |  |     static QString instancePresetBlobURL; | 
					
						
							|  |  |  |     static QString instanceConfigurationsURL; | 
					
						
							|  |  |  |     static QString instanceConfigurationURL; | 
					
						
							|  |  |  |     static QString instanceConfigurationFileURL; | 
					
						
							|  |  |  |     static QString instanceConfigurationBlobURL; | 
					
						
							| 
									
										
										
										
											2021-09-04 05:58:06 +02:00
										 |  |  |     static QString instanceFeaturePresetsURL; | 
					
						
							|  |  |  |     static QString instanceFeaturePresetURL; | 
					
						
							| 
									
										
										
										
											2017-11-25 20:14:16 +01:00
										 |  |  |     static QString instanceDeviceSetsURL; | 
					
						
							| 
									
										
										
										
											2017-12-22 01:07:03 +01:00
										 |  |  |     static QString instanceDeviceSetURL; | 
					
						
							| 
									
										
										
										
											2022-05-09 21:31:14 +02:00
										 |  |  |     static QString instanceWorkspaceURL; | 
					
						
							| 
									
										
										
										
											2022-05-04 13:27:13 +02:00
										 |  |  |     static QString featuresetURL; | 
					
						
							|  |  |  |     static QString featuresetFeatureURL; | 
					
						
							|  |  |  |     static QString featuresetPresetURL; | 
					
						
							| 
									
										
										
										
											2017-11-26 00:26:56 +01:00
										 |  |  |     static std::regex devicesetURLRe; | 
					
						
							| 
									
										
										
										
											2020-05-05 18:58:18 +02:00
										 |  |  |     static std::regex devicesetSpectrumSettingsURLRe; | 
					
						
							|  |  |  |     static std::regex devicesetSpectrumServerURLRe; | 
					
						
							| 
									
										
										
										
											2022-05-13 22:24:48 +02:00
										 |  |  |     static std::regex devicesetSpectrumWorkspaceURLRe; | 
					
						
							| 
									
										
										
										
											2017-11-26 00:26:56 +01:00
										 |  |  |     static std::regex devicesetDeviceURLRe; | 
					
						
							| 
									
										
										
										
											2017-12-06 22:08:34 +01:00
										 |  |  |     static std::regex devicesetDeviceSettingsURLRe; | 
					
						
							| 
									
										
										
										
											2017-12-06 23:49:14 +01:00
										 |  |  |     static std::regex devicesetDeviceRunURLRe; | 
					
						
							| 
									
										
										
										
											2019-12-24 19:08:11 +01:00
										 |  |  |     static std::regex devicesetDeviceSubsystemRunURLRe; | 
					
						
							| 
									
										
										
										
											2018-05-26 01:43:28 +02:00
										 |  |  |     static std::regex devicesetDeviceReportURLRe; | 
					
						
							| 
									
										
										
										
											2020-03-09 04:01:23 +01:00
										 |  |  |     static std::regex devicesetDeviceActionsURLRe; | 
					
						
							| 
									
										
										
										
											2022-05-13 22:24:48 +02:00
										 |  |  |     static std::regex devicesetDeviceWorkspaceURLRe; | 
					
						
							| 
									
										
										
										
											2017-12-11 01:18:10 +01:00
										 |  |  |     static std::regex devicesetChannelURLRe; | 
					
						
							|  |  |  |     static std::regex devicesetChannelIndexURLRe; | 
					
						
							| 
									
										
										
										
											2017-12-10 20:27:08 +01:00
										 |  |  |     static std::regex devicesetChannelSettingsURLRe; | 
					
						
							| 
									
										
										
										
											2018-03-18 20:17:11 +01:00
										 |  |  |     static std::regex devicesetChannelReportURLRe; | 
					
						
							| 
									
										
										
										
											2020-03-09 04:01:23 +01:00
										 |  |  |     static std::regex devicesetChannelActionsURLRe; | 
					
						
							| 
									
										
										
										
											2022-05-13 22:24:48 +02:00
										 |  |  |     static std::regex devicesetChannelWorkspaceURLRe; | 
					
						
							| 
									
										
										
										
											2018-03-19 00:08:38 +01:00
										 |  |  |     static std::regex devicesetChannelsReportURLRe; | 
					
						
							| 
									
										
										
										
											2020-09-29 01:14:44 +02:00
										 |  |  |     static std::regex featuresetFeatureIndexURLRe; | 
					
						
							|  |  |  |     static std::regex featuresetFeatureRunURLRe; | 
					
						
							|  |  |  |     static std::regex featuresetFeatureSettingsURLRe; | 
					
						
							|  |  |  |     static std::regex featuresetFeatureReportURLRe; | 
					
						
							|  |  |  |     static std::regex featuresetFeatureActionsURLRe; | 
					
						
							| 
									
										
										
										
											2022-05-13 22:24:48 +02:00
										 |  |  |     static std::regex featuresetFeatureWorkspaceURLRe; | 
					
						
							| 
									
										
										
										
											2017-11-17 03:17:15 +01:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif /* SDRBASE_WEBAPI_WEBAPIADAPTERINTERFACE_H_ */
 |