| 
									
										
										
										
											2017-11-17 03:17:15 +01:00
										 |  |  | ///////////////////////////////////////////////////////////////////////////////////
 | 
					
						
							|  |  |  | // Copyright (C) 2017 Edouard Griffiths, F4EXB.                                  //
 | 
					
						
							|  |  |  | //                                                                               //
 | 
					
						
							|  |  |  | // 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                  //
 | 
					
						
							|  |  |  | //                                                                               //
 | 
					
						
							|  |  |  | // 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>
 | 
					
						
							| 
									
										
										
										
											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; | 
					
						
							| 
									
										
										
										
											2017-11-22 18:57:35 +01:00
										 |  |  |     class SWGInstanceDevicesResponse; | 
					
						
							| 
									
										
										
										
											2017-11-23 01:19:32 +01:00
										 |  |  |     class SWGInstanceChannelsResponse; | 
					
						
							| 
									
										
										
										
											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; | 
					
						
							| 
									
										
										
										
											2017-11-25 04:43:22 +01:00
										 |  |  |     class SWGDVSeralDevices; | 
					
						
							| 
									
										
										
										
											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; | 
					
						
							| 
									
										
										
										
											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; | 
					
						
							| 
									
										
										
										
											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; | 
					
						
							| 
									
										
										
										
											2017-12-19 17:55:05 +01:00
										 |  |  |     class SWGSuccessResponse; | 
					
						
							| 
									
										
										
										
											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: | 
					
						
							|  |  |  |     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( | 
					
						
							| 
									
										
										
										
											2017-12-02 05:45:30 +01:00
										 |  |  |             SWGSDRangel::SWGInstanceSummaryResponse& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							| 
									
										
										
										
											2017-12-21 18:10:43 +01:00
										 |  |  |             SWGSDRangel::SWGSuccessResponse& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							|  |  |  |             bool tx __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-02 05:45:30 +01:00
										 |  |  |             SWGSDRangel::SWGInstanceDevicesResponse& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							|  |  |  |             bool tx __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-02 05:45:30 +01:00
										 |  |  |             SWGSDRangel::SWGInstanceChannelsResponse& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							| 
									
										
										
										
											2017-12-02 05:45:30 +01:00
										 |  |  |             SWGSDRangel::SWGLoggingInfo& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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-02-14 01:42:35 +01:00
										 |  |  |             SWGSDRangel::SWGLoggingInfo& query __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-02 05:45:30 +01:00
										 |  |  |             SWGSDRangel::SWGLoggingInfo& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							| 
									
										
										
										
											2017-12-02 05:45:30 +01:00
										 |  |  |             SWGSDRangel::SWGAudioDevices& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							|  |  |  |             SWGSDRangel::SWGAudioInputDevice& response __attribute__((unused)), | 
					
						
							|  |  |  |             const QStringList& audioInputKeys __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							|  |  |  |             SWGSDRangel::SWGAudioOutputDevice& response __attribute__((unused)), | 
					
						
							|  |  |  |             const QStringList& audioOutputKeys __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         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( | 
					
						
							|  |  |  |             SWGSDRangel::SWGAudioInputDevice& response __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/audio/output/paramaters (DELETE) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceAudioOutputDelete( | 
					
						
							|  |  |  |             SWGSDRangel::SWGAudioOutputDevice& response __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         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( | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         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( | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         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( | 
					
						
							| 
									
										
										
										
											2017-12-02 05:45:30 +01:00
										 |  |  |             SWGSDRangel::SWGLocationInformation& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							| 
									
										
										
										
											2017-12-02 05:45:30 +01:00
										 |  |  |             SWGSDRangel::SWGLocationInformation& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-25 04:43:22 +01:00
										 |  |  |     /**
 | 
					
						
							| 
									
										
										
										
											2018-08-02 23:05:53 +02:00
										 |  |  |      * Handler of /sdrangel/dvserial (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							| 
									
										
										
										
											2017-11-25 04:43:22 +01:00
										 |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2018-08-02 23:05:53 +02:00
										 |  |  |     virtual int instanceDVSerialGet( | 
					
						
							| 
									
										
										
										
											2017-12-02 05:45:30 +01:00
										 |  |  |             SWGSDRangel::SWGDVSeralDevices& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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:43:22 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-02 23:05:53 +02:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/dvserial (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int instanceDVSerialPatch( | 
					
						
							|  |  |  |             bool dvserial __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGDVSeralDevices& response __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         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( | 
					
						
							| 
									
										
										
										
											2017-12-02 05:45:30 +01:00
										 |  |  |             SWGSDRangel::SWGPresets& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							| 
									
										
										
										
											2017-12-02 05:45:30 +01:00
										 |  |  |             SWGSDRangel::SWGPresetTransfer& query __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGPresetIdentifier& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							| 
									
										
										
										
											2017-12-02 05:45:30 +01:00
										 |  |  |             SWGSDRangel::SWGPresetTransfer& query __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGPresetIdentifier& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							| 
									
										
										
										
											2017-12-02 05:45:30 +01:00
										 |  |  |             SWGSDRangel::SWGPresetTransfer& query __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGPresetIdentifier& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							| 
									
										
										
										
											2017-12-02 05:45:30 +01:00
										 |  |  |             SWGSDRangel::SWGPresetIdentifier& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							|  |  |  |             SWGSDRangel::SWGPresetImport& query __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGPresetIdentifier& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							|  |  |  |             SWGSDRangel::SWGPresetExport& query __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGPresetIdentifier& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							| 
									
										
										
										
											2017-12-02 05:45:30 +01:00
										 |  |  |             SWGSDRangel::SWGDeviceSetList& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							| 
									
										
										
										
											2017-11-25 22:52:24 +01:00
										 |  |  |             bool tx __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-19 17:55:05 +01:00
										 |  |  |             SWGSDRangel::SWGSuccessResponse& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							| 
									
										
										
										
											2017-12-19 17:55:05 +01:00
										 |  |  |             SWGSDRangel::SWGSuccessResponse& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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-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( | 
					
						
							|  |  |  |             int deviceSetIndex __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-02 05:45:30 +01:00
										 |  |  |             SWGSDRangel::SWGDeviceSet& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-01-06 03:46:53 +01:00
										 |  |  |     /**
 | 
					
						
							|  |  |  |      * Handler of /sdrangel/deviceset/{devicesetIndex}/focus (PATCH) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels | 
					
						
							|  |  |  |      * returns the Http status code (default 501: not implemented) | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     virtual int devicesetFocusPatch( | 
					
						
							|  |  |  |             int deviceSetIndex __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGSuccessResponse& response __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-02-13 22:43:10 +01:00
										 |  |  |         error.init(); | 
					
						
							| 
									
										
										
										
											2018-01-06 03:46:53 +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
										 |  |  |      * 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( | 
					
						
							|  |  |  |             int deviceSetIndex __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2018-02-14 13:40:34 +01:00
										 |  |  |             SWGSDRangel::SWGDeviceListItem& query __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-02 05:45:30 +01:00
										 |  |  |             SWGSDRangel::SWGDeviceListItem& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							| 
									
										
										
										
											2017-12-04 18:22:25 +01:00
										 |  |  |             int deviceSetIndex __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceSettings& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							| 
									
										
										
										
											2017-12-06 23:49:14 +01:00
										 |  |  |             int deviceSetIndex __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-07 13:55:42 +01:00
										 |  |  |             bool force __attribute__((unused)), //!< true to force settings = put else patch
 | 
					
						
							| 
									
										
										
										
											2017-12-27 01:46:33 +01:00
										 |  |  |             const QStringList& channelSettingsKeys __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-06 23:49:14 +01:00
										 |  |  |             SWGSDRangel::SWGDeviceSettings& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							|  |  |  |             int deviceSetIndex __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceState& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							|  |  |  |             int deviceSetIndex __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceState& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 
 | 
					
						
							|  |  |  |     /**
 | 
					
						
							|  |  |  |      * 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( | 
					
						
							|  |  |  |             int deviceSetIndex __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceState& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							|  |  |  |             int deviceSetIndex __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGDeviceReport& response __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         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( | 
					
						
							|  |  |  |             int deviceSetIndex __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGChannelsDetail& response __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         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( | 
					
						
							|  |  |  |             int deviceSetIndex __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-19 17:55:05 +01:00
										 |  |  |             SWGSDRangel::SWGChannelSettings& query __attribute__((unused)), | 
					
						
							|  |  |  | 			SWGSDRangel::SWGSuccessResponse& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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-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( | 
					
						
							| 
									
										
										
										
											2017-12-11 01:18:10 +01:00
										 |  |  |             int deviceSetIndex __attribute__((unused)), | 
					
						
							|  |  |  |             int channelIndex __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-23 22:33:30 +01:00
										 |  |  |             SWGSDRangel::SWGSuccessResponse& response __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error __attribute__((unused))) | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |     { | 
					
						
							| 
									
										
										
										
											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( | 
					
						
							|  |  |  |             int deviceSetIndex __attribute__((unused)), | 
					
						
							|  |  |  |             int channelIndex __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGChannelSettings& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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-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( | 
					
						
							|  |  |  |             int deviceSetIndex __attribute__((unused)), | 
					
						
							|  |  |  |             int channelIndex __attribute__((unused)), | 
					
						
							|  |  |  |             bool force __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-24 03:27:07 +01:00
										 |  |  |             const QStringList& channelSettingsKeys __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-11 18:18:47 +01:00
										 |  |  |             SWGSDRangel::SWGChannelSettings& response __attribute__((unused)), | 
					
						
							| 
									
										
										
										
											2017-12-20 14:17:26 +01:00
										 |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											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-11 18:18:47 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-18 20:17:11 +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 devicesetChannelReportGet( | 
					
						
							|  |  |  |             int deviceSetIndex __attribute__((unused)), | 
					
						
							|  |  |  |             int channelIndex __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGChannelReport& response __attribute__((unused)), | 
					
						
							|  |  |  |             SWGSDRangel::SWGErrorResponse& error) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         error.init(); | 
					
						
							|  |  |  |         *error.getMessage() = QString("Function not implemented"); | 
					
						
							|  |  |  |         return 501; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-18 19:34:47 +01:00
										 |  |  |     static QString instanceSummaryURL; | 
					
						
							| 
									
										
										
										
											2017-11-22 18:57:35 +01:00
										 |  |  |     static QString instanceDevicesURL; | 
					
						
							| 
									
										
										
										
											2017-11-23 01:19:32 +01:00
										 |  |  |     static QString instanceChannelsURL; | 
					
						
							| 
									
										
										
										
											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-11-25 04:43:22 +01:00
										 |  |  |     static QString instanceDVSerialURL; | 
					
						
							| 
									
										
										
										
											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; | 
					
						
							| 
									
										
										
										
											2017-11-25 20:14:16 +01:00
										 |  |  |     static QString instanceDeviceSetsURL; | 
					
						
							| 
									
										
										
										
											2017-12-22 01:07:03 +01:00
										 |  |  |     static QString instanceDeviceSetURL; | 
					
						
							| 
									
										
										
										
											2017-11-26 00:26:56 +01:00
										 |  |  |     static std::regex devicesetURLRe; | 
					
						
							| 
									
										
										
										
											2018-01-06 03:46:53 +01:00
										 |  |  |     static std::regex devicesetFocusURLRe; | 
					
						
							| 
									
										
										
										
											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; | 
					
						
							| 
									
										
										
										
											2018-05-26 01:43:28 +02:00
										 |  |  |     static std::regex devicesetDeviceReportURLRe; | 
					
						
							| 
									
										
										
										
											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; | 
					
						
							| 
									
										
										
										
											2018-03-19 00:08:38 +01:00
										 |  |  |     static std::regex devicesetChannelsReportURLRe; | 
					
						
							| 
									
										
										
										
											2017-11-17 03:17:15 +01:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif /* SDRBASE_WEBAPI_WEBAPIADAPTERINTERFACE_H_ */
 |