SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
Public Member Functions | Static Public Attributes | List of all members
WebAPIAdapterInterface Class Reference

#include <webapiadapterinterface.h>

+ Inheritance diagram for WebAPIAdapterInterface:

Public Member Functions

virtual ~WebAPIAdapterInterface ()
 
virtual int instanceSummary (SWGSDRangel::SWGInstanceSummaryResponse &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceDelete (SWGSDRangel::SWGSuccessResponse &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceConfigGet (SWGSDRangel::SWGInstanceConfigResponse &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceDevices (int direction, SWGSDRangel::SWGInstanceDevicesResponse &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceChannels (int direction, SWGSDRangel::SWGInstanceChannelsResponse &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceLoggingGet (SWGSDRangel::SWGLoggingInfo &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceLoggingPut (SWGSDRangel::SWGLoggingInfo &query, SWGSDRangel::SWGLoggingInfo &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceAudioGet (SWGSDRangel::SWGAudioDevices &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceAudioInputPatch (SWGSDRangel::SWGAudioInputDevice &response, const QStringList &audioInputKeys, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceAudioOutputPatch (SWGSDRangel::SWGAudioOutputDevice &response, const QStringList &audioOutputKeys, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceAudioInputDelete (SWGSDRangel::SWGAudioInputDevice &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceAudioOutputDelete (SWGSDRangel::SWGAudioOutputDevice &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceAudioInputCleanupPatch (SWGSDRangel::SWGSuccessResponse &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceAudioOutputCleanupPatch (SWGSDRangel::SWGSuccessResponse &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceLocationGet (SWGSDRangel::SWGLocationInformation &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceLocationPut (SWGSDRangel::SWGLocationInformation &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceAMBESerialGet (SWGSDRangel::SWGDVSerialDevices &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceAMBEDevicesGet (SWGSDRangel::SWGAMBEDevices &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceAMBEDevicesPut (SWGSDRangel::SWGAMBEDevices &query, SWGSDRangel::SWGAMBEDevices &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceAMBEDevicesPatch (SWGSDRangel::SWGAMBEDevices &query, SWGSDRangel::SWGAMBEDevices &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceAMBEDevicesDelete (SWGSDRangel::SWGSuccessResponse &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instancePresetsGet (SWGSDRangel::SWGPresets &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instancePresetPatch (SWGSDRangel::SWGPresetTransfer &query, SWGSDRangel::SWGPresetIdentifier &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instancePresetPut (SWGSDRangel::SWGPresetTransfer &query, SWGSDRangel::SWGPresetIdentifier &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instancePresetPost (SWGSDRangel::SWGPresetTransfer &query, SWGSDRangel::SWGPresetIdentifier &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instancePresetDelete (SWGSDRangel::SWGPresetIdentifier &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instancePresetFilePut (SWGSDRangel::SWGPresetImport &query, SWGSDRangel::SWGPresetIdentifier &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instancePresetFilePost (SWGSDRangel::SWGPresetExport &query, SWGSDRangel::SWGPresetIdentifier &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceDeviceSetsGet (SWGSDRangel::SWGDeviceSetList &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceDeviceSetPost (int direction, SWGSDRangel::SWGSuccessResponse &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int instanceDeviceSetDelete (SWGSDRangel::SWGSuccessResponse &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int devicesetGet (int deviceSetIndex, SWGSDRangel::SWGDeviceSet &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int devicesetFocusPatch (int deviceSetIndex, SWGSDRangel::SWGSuccessResponse &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int devicesetDevicePut (int deviceSetIndex, SWGSDRangel::SWGDeviceListItem &query, SWGSDRangel::SWGDeviceListItem &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int devicesetDeviceSettingsGet (int deviceSetIndex, SWGSDRangel::SWGDeviceSettings &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int devicesetDeviceSettingsPutPatch (int deviceSetIndex, bool force, const QStringList &channelSettingsKeys, SWGSDRangel::SWGDeviceSettings &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int devicesetDeviceRunGet (int deviceSetIndex, SWGSDRangel::SWGDeviceState &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int devicesetDeviceRunPost (int deviceSetIndex, SWGSDRangel::SWGDeviceState &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int devicesetDeviceRunDelete (int deviceSetIndex, SWGSDRangel::SWGDeviceState &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int devicesetDeviceReportGet (int deviceSetIndex, SWGSDRangel::SWGDeviceReport &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int devicesetChannelsReportGet (int deviceSetIndex, SWGSDRangel::SWGChannelsDetail &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int devicesetChannelPost (int deviceSetIndex, SWGSDRangel::SWGChannelSettings &query, SWGSDRangel::SWGSuccessResponse &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int devicesetChannelDelete (int deviceSetIndex, int channelIndex, SWGSDRangel::SWGSuccessResponse &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int devicesetChannelSettingsGet (int deviceSetIndex, int channelIndex, SWGSDRangel::SWGChannelSettings &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int devicesetChannelSettingsPutPatch (int deviceSetIndex, int channelIndex, bool force, const QStringList &channelSettingsKeys, SWGSDRangel::SWGChannelSettings &response, SWGSDRangel::SWGErrorResponse &error)
 
virtual int devicesetChannelReportGet (int deviceSetIndex, int channelIndex, SWGSDRangel::SWGChannelReport &response, SWGSDRangel::SWGErrorResponse &error)
 

Static Public Attributes

static QString instanceSummaryURL = "/sdrangel"
 
static QString instanceConfigURL = "/sdrangel/config"
 
static QString instanceDevicesURL = "/sdrangel/devices"
 
static QString instanceChannelsURL = "/sdrangel/channels"
 
static QString instanceLoggingURL = "/sdrangel/logging"
 
static QString instanceAudioURL = "/sdrangel/audio"
 
static QString instanceAudioInputParametersURL = "/sdrangel/audio/input/parameters"
 
static QString instanceAudioOutputParametersURL = "/sdrangel/audio/output/parameters"
 
static QString instanceAudioInputCleanupURL = "/sdrangel/audio/input/cleanup"
 
static QString instanceAudioOutputCleanupURL = "/sdrangel/audio/output/cleanup"
 
static QString instanceLocationURL = "/sdrangel/location"
 
static QString instanceAMBESerialURL = "/sdrangel/ambe/serial"
 
static QString instanceAMBEDevicesURL = "/sdrangel/ambe/devices"
 
static QString instancePresetsURL = "/sdrangel/presets"
 
static QString instancePresetURL = "/sdrangel/preset"
 
static QString instancePresetFileURL = "/sdrangel/preset/file"
 
static QString instanceDeviceSetsURL = "/sdrangel/devicesets"
 
static QString instanceDeviceSetURL = "/sdrangel/deviceset"
 
static std::regex devicesetURLRe
 
static std::regex devicesetFocusURLRe
 
static std::regex devicesetDeviceURLRe
 
static std::regex devicesetDeviceSettingsURLRe
 
static std::regex devicesetDeviceRunURLRe
 
static std::regex devicesetDeviceReportURLRe
 
static std::regex devicesetChannelURLRe
 
static std::regex devicesetChannelIndexURLRe
 
static std::regex devicesetChannelSettingsURLRe
 
static std::regex devicesetChannelReportURLRe
 
static std::regex devicesetChannelsReportURLRe
 

Detailed Description

Definition at line 60 of file webapiadapterinterface.h.

Constructor & Destructor Documentation

◆ ~WebAPIAdapterInterface()

virtual WebAPIAdapterInterface::~WebAPIAdapterInterface ( )
inlinevirtual

Definition at line 63 of file webapiadapterinterface.h.

63 {}

Member Function Documentation

◆ devicesetChannelDelete()

virtual int WebAPIAdapterInterface::devicesetChannelDelete ( int  deviceSetIndex,
int  channelIndex,
SWGSDRangel::SWGSuccessResponse response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex} (DELETE) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 713 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::devicesetChannelIndexService().

718  {
719  (void) deviceSetIndex;
720  (void) channelIndex;
721  (void) response;
722  (void) error;
723  error.init();
724  *error.getMessage() = QString("Function not implemented");
725  return 501;
726  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ devicesetChannelPost()

virtual int WebAPIAdapterInterface::devicesetChannelPost ( int  deviceSetIndex,
SWGSDRangel::SWGChannelSettings query,
SWGSDRangel::SWGSuccessResponse response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/deviceset/{deviceSetIndex}/channel (POST) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 695 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::devicesetChannelService().

700  {
701  (void) deviceSetIndex;
702  (void) query;
703  (void) response;
704  error.init();
705  *error.getMessage() = QString("Function not implemented");
706  return 501;
707  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ devicesetChannelReportGet()

virtual int WebAPIAdapterInterface::devicesetChannelReportGet ( int  deviceSetIndex,
int  channelIndex,
SWGSDRangel::SWGChannelReport response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

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)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 773 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::devicesetChannelReportService().

778  {
779  (void) deviceSetIndex;
780  (void) channelIndex;
781  (void) response;
782  error.init();
783  *error.getMessage() = QString("Function not implemented");
784  return 501;
785  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ devicesetChannelSettingsGet()

virtual int WebAPIAdapterInterface::devicesetChannelSettingsGet ( int  deviceSetIndex,
int  channelIndex,
SWGSDRangel::SWGChannelSettings response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

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)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 732 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::devicesetChannelSettingsService().

737  {
738  (void) deviceSetIndex;
739  (void) channelIndex;
740  (void) response;
741  error.init();
742  *error.getMessage() = QString("Function not implemented");
743  return 501;
744  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ devicesetChannelSettingsPutPatch()

virtual int WebAPIAdapterInterface::devicesetChannelSettingsPutPatch ( int  deviceSetIndex,
int  channelIndex,
bool  force,
const QStringList &  channelSettingsKeys,
SWGSDRangel::SWGChannelSettings response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

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)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 750 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::devicesetChannelSettingsService().

757  {
758  (void) deviceSetIndex;
759  (void) channelIndex;
760  (void) force;
761  (void) channelSettingsKeys;
762  (void) response;
763  error.init();
764  *error.getMessage() = QString("Function not implemented");
765  return 501;
766  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ devicesetChannelsReportGet()

virtual int WebAPIAdapterInterface::devicesetChannelsReportGet ( int  deviceSetIndex,
SWGSDRangel::SWGChannelsDetail response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

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)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 679 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::devicesetChannelsReportService().

683  {
684  (void) deviceSetIndex;
685  (void) response;
686  error.init();
687  *error.getMessage() = QString("Function not implemented");
688  return 501;
689  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ devicesetDevicePut()

virtual int WebAPIAdapterInterface::devicesetDevicePut ( int  deviceSetIndex,
SWGSDRangel::SWGDeviceListItem query,
SWGSDRangel::SWGDeviceListItem response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/deviceset/{devicesetIndex}/device (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 561 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::devicesetDeviceService().

566  {
567  (void) deviceSetIndex;
568  (void) query;
569  (void) response;
570  error.init();
571  *error.getMessage() = QString("Function not implemented");
572  return 501;
573  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ devicesetDeviceReportGet()

virtual int WebAPIAdapterInterface::devicesetDeviceReportGet ( int  deviceSetIndex,
SWGSDRangel::SWGDeviceReport response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

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)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 663 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::devicesetDeviceReportService().

667  {
668  (void) deviceSetIndex;
669  (void) response;
670  error.init();
671  *error.getMessage() = QString("Function not implemented");
672  return 501;
673  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ devicesetDeviceRunDelete()

virtual int WebAPIAdapterInterface::devicesetDeviceRunDelete ( int  deviceSetIndex,
SWGSDRangel::SWGDeviceState response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

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)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 647 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::devicesetDeviceRunService().

651  {
652  (void) deviceSetIndex;
653  (void) response;
654  error.init();
655  *error.getMessage() = QString("Function not implemented");
656  return 501;
657  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ devicesetDeviceRunGet()

virtual int WebAPIAdapterInterface::devicesetDeviceRunGet ( int  deviceSetIndex,
SWGSDRangel::SWGDeviceState response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

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)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 615 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::devicesetDeviceRunService().

619  {
620  (void) deviceSetIndex;
621  (void) response;
622  error.init();
623  *error.getMessage() = QString("Function not implemented");
624  return 501;
625  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ devicesetDeviceRunPost()

virtual int WebAPIAdapterInterface::devicesetDeviceRunPost ( int  deviceSetIndex,
SWGSDRangel::SWGDeviceState response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

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)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 631 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::devicesetDeviceRunService().

635  {
636  (void) deviceSetIndex;
637  (void) response;
638  error.init();
639  *error.getMessage() = QString("Function not implemented");
640  return 501;
641  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ devicesetDeviceSettingsGet()

virtual int WebAPIAdapterInterface::devicesetDeviceSettingsGet ( int  deviceSetIndex,
SWGSDRangel::SWGDeviceSettings response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/deviceset/{devicesetIndex}/device/settings (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 579 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::devicesetDeviceSettingsService().

583  {
584  (void) deviceSetIndex;
585  (void) response;
586  error.init();
587  *error.getMessage() = QString("Function not implemented");
588  return 501;
589  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ devicesetDeviceSettingsPutPatch()

virtual int WebAPIAdapterInterface::devicesetDeviceSettingsPutPatch ( int  deviceSetIndex,
bool  force,
const QStringList &  channelSettingsKeys,
SWGSDRangel::SWGDeviceSettings response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/deviceset/{devicesetIndex}/device/settings (PUT, PATCH) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Parameters
forcetrue to force settings = put else patch

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 595 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::devicesetDeviceSettingsService().

601  {
602  (void) deviceSetIndex;
603  (void) force;
604  (void) channelSettingsKeys;
605  (void) response;
606  error.init();
607  *error.getMessage() = QString("Function not implemented");
608  return 501;
609  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ devicesetFocusPatch()

virtual int WebAPIAdapterInterface::devicesetFocusPatch ( int  deviceSetIndex,
SWGSDRangel::SWGSuccessResponse response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

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)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 545 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::devicesetFocusService().

549  {
550  (void) deviceSetIndex;
551  (void) response;
552  error.init();
553  *error.getMessage() = QString("Function not implemented");
554  return 501;
555  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ devicesetGet()

virtual int WebAPIAdapterInterface::devicesetGet ( int  deviceSetIndex,
SWGSDRangel::SWGDeviceSet response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/deviceset/{devicesetIndex} (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 529 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::devicesetService().

533  {
534  (void) deviceSetIndex;
535  (void) response;
536  error.init();
537  *error.getMessage() = QString("Function not implemented");
538  return 501;
539  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceAMBEDevicesDelete()

virtual int WebAPIAdapterInterface::instanceAMBEDevicesDelete ( SWGSDRangel::SWGSuccessResponse response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/ambe/devices (DELETE) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 363 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceAMBEDevicesService().

366  {
367  (void) response;
368  error.init();
369  *error.getMessage() = QString("Function not implemented");
370  return 501;
371  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceAMBEDevicesGet()

virtual int WebAPIAdapterInterface::instanceAMBEDevicesGet ( SWGSDRangel::SWGAMBEDevices response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/ambe/devices (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 317 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceAMBEDevicesService().

320  {
321  (void) response;
322  error.init();
323  *error.getMessage() = QString("Function not implemented");
324  return 501;
325  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceAMBEDevicesPatch()

virtual int WebAPIAdapterInterface::instanceAMBEDevicesPatch ( SWGSDRangel::SWGAMBEDevices query,
SWGSDRangel::SWGAMBEDevices response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/ambe/devices (PATCH) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 347 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceAMBEDevicesService().

351  {
352  (void) query;
353  (void) response;
354  error.init();
355  *error.getMessage() = QString("Function not implemented");
356  return 501;
357  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceAMBEDevicesPut()

virtual int WebAPIAdapterInterface::instanceAMBEDevicesPut ( SWGSDRangel::SWGAMBEDevices query,
SWGSDRangel::SWGAMBEDevices response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/ambe/devices (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 331 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceAMBEDevicesService().

335  {
336  (void) query;
337  (void) response;
338  error.init();
339  *error.getMessage() = QString("Function not implemented");
340  return 501;
341  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceAMBESerialGet()

virtual int WebAPIAdapterInterface::instanceAMBESerialGet ( SWGSDRangel::SWGDVSerialDevices response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/ambe/serial (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 303 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceAMBESerialService().

306  {
307  (void) response;
308  error.init();
309  *error.getMessage() = QString("Function not implemented");
310  return 501;
311  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceAudioGet()

virtual int WebAPIAdapterInterface::instanceAudioGet ( SWGSDRangel::SWGAudioDevices response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/audio (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 173 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceAudioService().

176  {
177  (void) response;
178  error.init();
179  *error.getMessage() = QString("Function not implemented");
180  return 501;
181  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceAudioInputCleanupPatch()

virtual int WebAPIAdapterInterface::instanceAudioInputCleanupPatch ( SWGSDRangel::SWGSuccessResponse response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

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)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 247 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceAudioInputCleanupService().

250  {
251  (void) response;
252  error.init();
253  *error.getMessage() = QString("Function not implemented");
254  return 501;
255  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceAudioInputDelete()

virtual int WebAPIAdapterInterface::instanceAudioInputDelete ( SWGSDRangel::SWGAudioInputDevice response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

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)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 219 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceAudioInputParametersService().

222  {
223  (void) response;
224  error.init();
225  *error.getMessage() = QString("Function not implemented");
226  return 501;
227  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceAudioInputPatch()

virtual int WebAPIAdapterInterface::instanceAudioInputPatch ( SWGSDRangel::SWGAudioInputDevice response,
const QStringList &  audioInputKeys,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/audio/input/parameters (PATCH) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 187 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceAudioInputParametersService().

191  {
192  (void) response;
193  (void) audioInputKeys;
194  error.init();
195  *error.getMessage() = QString("Function not implemented");
196  return 501;
197  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceAudioOutputCleanupPatch()

virtual int WebAPIAdapterInterface::instanceAudioOutputCleanupPatch ( SWGSDRangel::SWGSuccessResponse response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

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)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 261 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceAudioOutputCleanupService().

264  {
265  (void) response;
266  error.init();
267  *error.getMessage() = QString("Function not implemented");
268  return 501;
269  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceAudioOutputDelete()

virtual int WebAPIAdapterInterface::instanceAudioOutputDelete ( SWGSDRangel::SWGAudioOutputDevice response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

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)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 233 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceAudioOutputParametersService().

236  {
237  (void) response;
238  error.init();
239  *error.getMessage() = QString("Function not implemented");
240  return 501;
241  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceAudioOutputPatch()

virtual int WebAPIAdapterInterface::instanceAudioOutputPatch ( SWGSDRangel::SWGAudioOutputDevice response,
const QStringList &  audioOutputKeys,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/audio/output/parameters (PATCH) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 203 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceAudioOutputParametersService().

207  {
208  (void) response;
209  (void) audioOutputKeys;
210  error.init();
211  *error.getMessage() = QString("Function not implemented");
212  return 501;
213  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceChannels()

virtual int WebAPIAdapterInterface::instanceChannels ( int  direction,
SWGSDRangel::SWGInstanceChannelsResponse response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/channels (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 127 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceChannelsService().

131  {
132  (void) direction;
133  (void) response;
134  error.init();
135  *error.getMessage() = QString("Function not implemented");
136  return 501;
137  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceConfigGet()

virtual int WebAPIAdapterInterface::instanceConfigGet ( SWGSDRangel::SWGInstanceConfigResponse response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/config (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceSummary returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 97 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceConfigService().

100  {
101  (void) response;
102  error.init();
103  *error.getMessage() = QString("Function not implemented");
104  return 501;
105  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceDelete()

virtual int WebAPIAdapterInterface::instanceDelete ( SWGSDRangel::SWGSuccessResponse response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel (DELETE) swagger/sdrangel/code/html2/index.html#api-Default-instanceSummary returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 83 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceSummaryService().

86  {
87  (void) response;
88  error.init();
89  *error.getMessage() = QString("Function not implemented");
90  return 501;
91  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceDevices()

virtual int WebAPIAdapterInterface::instanceDevices ( int  direction,
SWGSDRangel::SWGInstanceDevicesResponse response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/devices (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceDevices returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 111 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceDevicesService().

115  {
116  (void) direction;
117  (void) response;
118  error.init();
119  *error.getMessage() = QString("Function not implemented");
120  return 501;
121  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceDeviceSetDelete()

virtual int WebAPIAdapterInterface::instanceDeviceSetDelete ( SWGSDRangel::SWGSuccessResponse response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/deviceset (DELETE) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 515 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceDeviceSetService().

518  {
519  (void) response;
520  error.init();
521  *error.getMessage() = QString("Function not implemented");
522  return 501;
523  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceDeviceSetPost()

virtual int WebAPIAdapterInterface::instanceDeviceSetPost ( int  direction,
SWGSDRangel::SWGSuccessResponse response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/deviceset (POST) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 499 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceDeviceSetService().

503  {
504  (void) direction;
505  (void) response;
506  error.init();
507  *error.getMessage() = QString("Function not implemented");
508  return 501;
509  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceDeviceSetsGet()

virtual int WebAPIAdapterInterface::instanceDeviceSetsGet ( SWGSDRangel::SWGDeviceSetList response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/devicesets (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 485 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceDeviceSetsService().

488  {
489  (void) response;
490  error.init();
491  *error.getMessage() = QString("Function not implemented");
492  return 501;
493  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceLocationGet()

virtual int WebAPIAdapterInterface::instanceLocationGet ( SWGSDRangel::SWGLocationInformation response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/location (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 275 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceLocationService().

278  {
279  (void) response;
280  error.init();
281  *error.getMessage() = QString("Function not implemented");
282  return 501;
283  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceLocationPut()

virtual int WebAPIAdapterInterface::instanceLocationPut ( SWGSDRangel::SWGLocationInformation response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/location (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 289 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceLocationService().

292  {
293  (void) response;
294  error.init();
295  *error.getMessage() = QString("Function not implemented");
296  return 501;
297  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceLoggingGet()

virtual int WebAPIAdapterInterface::instanceLoggingGet ( SWGSDRangel::SWGLoggingInfo response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/logging (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 143 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceLoggingService().

146  {
147  (void) response;
148  error.init();
149  *error.getMessage() = QString("Function not implemented");
150  return 501;
151  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceLoggingPut()

virtual int WebAPIAdapterInterface::instanceLoggingPut ( SWGSDRangel::SWGLoggingInfo query,
SWGSDRangel::SWGLoggingInfo response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/logging (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 157 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceLoggingService().

161  {
162  (void) query;
163  (void) response;
164  error.init();
165  *error.getMessage() = QString("Function not implemented");
166  return 501;
167  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instancePresetDelete()

virtual int WebAPIAdapterInterface::instancePresetDelete ( SWGSDRangel::SWGPresetIdentifier response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/preset (DELETE) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 439 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instancePresetService().

442  {
443  (void) response;
444  error.init();
445  *error.getMessage() = QString("Function not implemented");
446  return 501;
447  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instancePresetFilePost()

virtual int WebAPIAdapterInterface::instancePresetFilePost ( SWGSDRangel::SWGPresetExport query,
SWGSDRangel::SWGPresetIdentifier response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/preset/file (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterSrv.

Definition at line 469 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instancePresetFileService().

473  {
474  (void) query;
475  (void) response;
476  error.init();
477  *error.getMessage() = QString("Function not implemented");
478  return 501;
479  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instancePresetFilePut()

virtual int WebAPIAdapterInterface::instancePresetFilePut ( SWGSDRangel::SWGPresetImport query,
SWGSDRangel::SWGPresetIdentifier response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/preset/file (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterSrv.

Definition at line 453 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instancePresetFileService().

457  {
458  (void) query;
459  (void) response;
460  error.init();
461  *error.getMessage() = QString("Function not implemented");
462  return 501;
463  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instancePresetPatch()

virtual int WebAPIAdapterInterface::instancePresetPatch ( SWGSDRangel::SWGPresetTransfer query,
SWGSDRangel::SWGPresetIdentifier response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/preset (PATCH) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 391 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instancePresetService().

395  {
396  (void) query;
397  (void) response;
398  error.init();
399  *error.getMessage() = QString("Function not implemented");
400  return 501;
401  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instancePresetPost()

virtual int WebAPIAdapterInterface::instancePresetPost ( SWGSDRangel::SWGPresetTransfer query,
SWGSDRangel::SWGPresetIdentifier response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/preset (POST) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 423 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instancePresetService().

427  {
428  (void) query;
429  (void) response;
430  error.init();
431  *error.getMessage() = QString("Function not implemented");
432  return 501;
433  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instancePresetPut()

virtual int WebAPIAdapterInterface::instancePresetPut ( SWGSDRangel::SWGPresetTransfer query,
SWGSDRangel::SWGPresetIdentifier response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/preset (PUT) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 407 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instancePresetService().

411  {
412  (void) query;
413  (void) response;
414  error.init();
415  *error.getMessage() = QString("Function not implemented");
416  return 501;
417  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instancePresetsGet()

virtual int WebAPIAdapterInterface::instancePresetsGet ( SWGSDRangel::SWGPresets response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel/presets (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceChannels returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterSrv, and WebAPIAdapterGUI.

Definition at line 377 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instancePresetsService().

380  {
381  (void) response;
382  error.init();
383  *error.getMessage() = QString("Function not implemented");
384  return 501;
385  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instanceSummary()

virtual int WebAPIAdapterInterface::instanceSummary ( SWGSDRangel::SWGInstanceSummaryResponse response,
SWGSDRangel::SWGErrorResponse error 
)
inlinevirtual

Handler of /sdrangel (GET) swagger/sdrangel/code/html2/index.html#api-Default-instanceSummary returns the Http status code (default 501: not implemented)

Reimplemented in WebAPIAdapterGUI, and WebAPIAdapterSrv.

Definition at line 69 of file webapiadapterinterface.h.

References SWGSDRangel::SWGErrorResponse::getMessage(), and SWGSDRangel::SWGErrorResponse::init().

Referenced by WebAPIRequestMapper::instanceSummaryService().

72  {
73  (void) response;
74  error.init();
75  *error.getMessage() = QString("Function not implemented");
76  return 501;
77  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ devicesetChannelIndexURLRe

std::regex WebAPIAdapterInterface::devicesetChannelIndexURLRe
static

Definition at line 812 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ devicesetChannelReportURLRe

std::regex WebAPIAdapterInterface::devicesetChannelReportURLRe
static

Definition at line 814 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ devicesetChannelSettingsURLRe

std::regex WebAPIAdapterInterface::devicesetChannelSettingsURLRe
static

Definition at line 813 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ devicesetChannelsReportURLRe

std::regex WebAPIAdapterInterface::devicesetChannelsReportURLRe
static

Definition at line 815 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ devicesetChannelURLRe

std::regex WebAPIAdapterInterface::devicesetChannelURLRe
static

Definition at line 811 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ devicesetDeviceReportURLRe

std::regex WebAPIAdapterInterface::devicesetDeviceReportURLRe
static

Definition at line 810 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ devicesetDeviceRunURLRe

std::regex WebAPIAdapterInterface::devicesetDeviceRunURLRe
static

Definition at line 809 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ devicesetDeviceSettingsURLRe

std::regex WebAPIAdapterInterface::devicesetDeviceSettingsURLRe
static

Definition at line 808 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ devicesetDeviceURLRe

std::regex WebAPIAdapterInterface::devicesetDeviceURLRe
static

Definition at line 807 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ devicesetFocusURLRe

std::regex WebAPIAdapterInterface::devicesetFocusURLRe
static

Definition at line 806 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ devicesetURLRe

std::regex WebAPIAdapterInterface::devicesetURLRe
static

Definition at line 805 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ instanceAMBEDevicesURL

QString WebAPIAdapterInterface::instanceAMBEDevicesURL = "/sdrangel/ambe/devices"
static

Definition at line 799 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ instanceAMBESerialURL

QString WebAPIAdapterInterface::instanceAMBESerialURL = "/sdrangel/ambe/serial"
static

Definition at line 798 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ instanceAudioInputCleanupURL

QString WebAPIAdapterInterface::instanceAudioInputCleanupURL = "/sdrangel/audio/input/cleanup"
static

Definition at line 795 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ instanceAudioInputParametersURL

QString WebAPIAdapterInterface::instanceAudioInputParametersURL = "/sdrangel/audio/input/parameters"
static

Definition at line 793 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ instanceAudioOutputCleanupURL

QString WebAPIAdapterInterface::instanceAudioOutputCleanupURL = "/sdrangel/audio/output/cleanup"
static

Definition at line 796 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ instanceAudioOutputParametersURL

QString WebAPIAdapterInterface::instanceAudioOutputParametersURL = "/sdrangel/audio/output/parameters"
static

Definition at line 794 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ instanceAudioURL

QString WebAPIAdapterInterface::instanceAudioURL = "/sdrangel/audio"
static

Definition at line 792 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ instanceChannelsURL

QString WebAPIAdapterInterface::instanceChannelsURL = "/sdrangel/channels"
static

Definition at line 790 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ instanceConfigURL

QString WebAPIAdapterInterface::instanceConfigURL = "/sdrangel/config"
static

Definition at line 788 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ instanceDeviceSetsURL

QString WebAPIAdapterInterface::instanceDeviceSetsURL = "/sdrangel/devicesets"
static

Definition at line 803 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ instanceDeviceSetURL

QString WebAPIAdapterInterface::instanceDeviceSetURL = "/sdrangel/deviceset"
static

Definition at line 804 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ instanceDevicesURL

QString WebAPIAdapterInterface::instanceDevicesURL = "/sdrangel/devices"
static

Definition at line 789 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ instanceLocationURL

QString WebAPIAdapterInterface::instanceLocationURL = "/sdrangel/location"
static

Definition at line 797 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ instanceLoggingURL

QString WebAPIAdapterInterface::instanceLoggingURL = "/sdrangel/logging"
static

Definition at line 791 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ instancePresetFileURL

QString WebAPIAdapterInterface::instancePresetFileURL = "/sdrangel/preset/file"
static

Definition at line 802 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ instancePresetsURL

QString WebAPIAdapterInterface::instancePresetsURL = "/sdrangel/presets"
static

Definition at line 800 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ instancePresetURL

QString WebAPIAdapterInterface::instancePresetURL = "/sdrangel/preset"
static

Definition at line 801 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().

◆ instanceSummaryURL

QString WebAPIAdapterInterface::instanceSummaryURL = "/sdrangel"
static

Definition at line 787 of file webapiadapterinterface.h.

Referenced by WebAPIRequestMapper::service().


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