|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| CmdRegisterApp () | |
| CmdRegisterApp (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... | |
Register a new app during runtime. This informs the Service about a new app which should be handled. Note: The registered app will NOT be saved in the configuration of the Service. This only registers the app, it does NOT start it.
| M_HmiAppCtrl::CmdRegisterApp::CmdRegisterApp | ( | ) |
| M_HmiAppCtrl::CmdRegisterApp::CmdRegisterApp | ( | std::string const & | AppId, |
| M_HmiAppCtrl::ApplicationDescriptionType const & | AppDesc | ||
| ) |
| M_HmiAppCtrl::ApplicationDescriptionType M_HmiAppCtrl::CmdRegisterApp::AppDesc |
Configuration settings for an app.
| std::string M_HmiAppCtrl::CmdRegisterApp::AppId |
Identifies the app.