summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include
diff options
context:
space:
mode:
authorAlexander Kutsan <AKutsan@luxoft.com>2016-08-31 15:40:17 +0300
committerAlexander Kutsan <AKutsan@luxoft.com>2016-08-31 15:43:36 +0300
commitb19c3e7da35b5a078dc8b7987107996ed0060fdf (patch)
treecb6b1914b3b7eeea5e25f7dd086d7f1adf14f898 /src/components/application_manager/include
parent0a967c1b2f6396b06f8ef124bdde0bcc09e85981 (diff)
downloadsdl_core-b19c3e7da35b5a078dc8b7987107996ed0060fdf.tar.gz
Add ordering of UI and VR infos
In case if only one interface is available UI SDL should respond to HMI info by pattern : info = "VR is not supported by system, " + error message from other interface Related issue : [APPLINK-26900](https://adc.luxoft.com/jira/browse/APPLINK-26900)
Diffstat (limited to 'src/components/application_manager/include')
-rw-r--r--src/components/application_manager/include/application_manager/commands/mobile/add_command_request.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/application_manager/include/application_manager/commands/mobile/add_command_request.h b/src/components/application_manager/include/application_manager/commands/mobile/add_command_request.h
index 2524b1f6fe..ff6a3ab573 100644
--- a/src/components/application_manager/include/application_manager/commands/mobile/add_command_request.h
+++ b/src/components/application_manager/include/application_manager/commands/mobile/add_command_request.h
@@ -134,15 +134,18 @@ class AddCommandRequest : public CommandRequestImpl {
inline bool BothSend() const;
+ const std::string GenerateMobileResponseInfo();
bool send_ui_;
bool send_vr_;
bool is_ui_received_;
bool is_vr_received_;
+ std::string ui_info_;
+ std::string vr_info_;
+
hmi_apis::Common_Result::eType ui_result_;
hmi_apis::Common_Result::eType vr_result_;
- std::string info_;
};
} // namespace commands