From 897d13d0b02e3a62fcebbd87b881f33716b79822 Mon Sep 17 00:00:00 2001 From: f4exb Date: Tue, 10 Mar 2020 15:50:42 +0100 Subject: [PATCH] REST API: device and channel actions: fixes to implementation (2) --- sdrbase/webapi/webapirequestmapper.cpp | 4 ---- sdrbase/webapi/webapirequestmapper.h | 3 --- 2 files changed, 7 deletions(-) diff --git a/sdrbase/webapi/webapirequestmapper.cpp b/sdrbase/webapi/webapirequestmapper.cpp index 28c16d2ae..e1cb2929b 100644 --- a/sdrbase/webapi/webapirequestmapper.cpp +++ b/sdrbase/webapi/webapirequestmapper.cpp @@ -192,9 +192,6 @@ const QMap WebAPIRequestMapper::m_sinkDeviceHwIdToSettingsKey {"PlutoSDR", "plutoSdrOutputSettings"}, {"RemoteOutput", "remoteOutputSettings"}, {"SoapySDR", "soapySDROutputSettings"}, -<<<<<<< ours - {"XTRX", "XtrxOutputSettings"} -======= {"XTRX", "xtrxOutputSettings"} }; @@ -205,7 +202,6 @@ const QMap WebAPIRequestMapper::m_mimoDeviceHwIdToSettingsKey= {"BladeRF2", "bladeRF2MIMOSettings"}, {"TestMI", "testMISettings"}, {"TestMOSync", "testMOSyncSettings"} ->>>>>>> theirs }; const QMap WebAPIRequestMapper::m_mimoDeviceHwIdToActionsKey= { diff --git a/sdrbase/webapi/webapirequestmapper.h b/sdrbase/webapi/webapirequestmapper.h index e2375ed7d..5d981dbab 100644 --- a/sdrbase/webapi/webapirequestmapper.h +++ b/sdrbase/webapi/webapirequestmapper.h @@ -189,14 +189,11 @@ private: static const QMap m_channelTypeToSettingsKey; static const QMap m_sourceDeviceHwIdToSettingsKey; static const QMap m_sinkDeviceHwIdToSettingsKey; -<<<<<<< ours -======= static const QMap m_mimoDeviceHwIdToSettingsKey; static const QMap m_channelTypeToActionsKey; static const QMap m_sourceDeviceHwIdToActionsKey; static const QMap m_sinkDeviceHwIdToActionsKey; static const QMap m_mimoDeviceHwIdToActionsKey; ->>>>>>> theirs }; #endif /* SDRBASE_WEBAPI_WEBAPIREQUESTMAPPER_H_ */