onboardapi  9.10.0
by Rheinmetall
M_HmiAppCtrl::CmdRegisterApp Struct Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ CmdRegisterApp() [1/2]

M_HmiAppCtrl::CmdRegisterApp::CmdRegisterApp ( )

◆ CmdRegisterApp() [2/2]

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

Member Data Documentation

◆ AppDesc

M_HmiAppCtrl::ApplicationDescriptionType M_HmiAppCtrl::CmdRegisterApp::AppDesc

Configuration settings for an app.

◆ AppId

std::string M_HmiAppCtrl::CmdRegisterApp::AppId

Identifies the app.