onboardapi  9.10.0
by Rheinmetall
M_HmiAppCtrl::CmdInstallApp Struct Reference

Public Member Functions

 CmdInstallApp ()
 
 CmdInstallApp (std::string const &AppId, M_HmiAppCtrl::ApplicationDescriptionType const &AppDesc)
 

Public Attributes

std::string AppId
 Identifies the app. More...
 
M_HmiAppCtrl::ApplicationDescriptionType AppDesc
 Configuration settings for an app. More...
 

Detailed Description

Install a new app during runtime. This informs the Service about a new app which should be handled and also saves the new app persistently in the configuration of the Service so that it is available after a restart. Note: This only installs the app, it does NOT start it.

Constructor & Destructor Documentation

◆ CmdInstallApp() [1/2]

M_HmiAppCtrl::CmdInstallApp::CmdInstallApp ( )

◆ CmdInstallApp() [2/2]

M_HmiAppCtrl::CmdInstallApp::CmdInstallApp ( std::string const &  AppId,
M_HmiAppCtrl::ApplicationDescriptionType const &  AppDesc 
)

Member Data Documentation

◆ AppDesc

M_HmiAppCtrl::ApplicationDescriptionType M_HmiAppCtrl::CmdInstallApp::AppDesc

Configuration settings for an app.

◆ AppId

std::string M_HmiAppCtrl::CmdInstallApp::AppId

Identifies the app.