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.
|
#include <webapiadapterinterface.h>
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 |
Definition at line 60 of file webapiadapterinterface.h.
|
inlinevirtual |
Definition at line 63 of file webapiadapterinterface.h.
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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)
force | true 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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
static |
Definition at line 812 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 814 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 813 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 815 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 811 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 810 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 809 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 808 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 807 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 806 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 805 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 799 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 798 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 795 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 793 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 796 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 794 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 792 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 790 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 788 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 803 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 804 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 789 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 797 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 791 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 802 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 800 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 801 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().
|
static |
Definition at line 787 of file webapiadapterinterface.h.
Referenced by WebAPIRequestMapper::service().