|
onboardapi
9.10.0
by Rheinmetall
|
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... | |
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.
| M_HmiAppCtrl::CmdInstallApp::CmdInstallApp | ( | ) |
| M_HmiAppCtrl::CmdInstallApp::CmdInstallApp | ( | std::string const & | AppId, |
| M_HmiAppCtrl::ApplicationDescriptionType const & | AppDesc | ||
| ) |
| M_HmiAppCtrl::ApplicationDescriptionType M_HmiAppCtrl::CmdInstallApp::AppDesc |
Configuration settings for an app.
| std::string M_HmiAppCtrl::CmdInstallApp::AppId |
Identifies the app.