|
onboardapi
9.10.0
by Rheinmetall
|
Reports the current state of an app. More...
Public Member Functions | |
| ReportAppState () | |
| ReportAppState (std::string const &KeyAppId, M_HmiAppCtrl::ApplicationStateType const &AppState, bool IsRemoved) | |
Public Attributes | |
| std::string | KeyAppId |
| Identifies the app. More... | |
| M_HmiAppCtrl::ApplicationStateType | AppState |
| Status information for the app. More... | |
| bool | IsRemoved |
Reports the current state of an app.
| M_HmiAppCtrl::ReportAppState::ReportAppState | ( | ) |
| M_HmiAppCtrl::ReportAppState::ReportAppState | ( | std::string const & | KeyAppId, |
| M_HmiAppCtrl::ApplicationStateType const & | AppState, | ||
| bool | IsRemoved | ||
| ) |
| M_HmiAppCtrl::ApplicationStateType M_HmiAppCtrl::ReportAppState::AppState |
Status information for the app.
| bool M_HmiAppCtrl::ReportAppState::IsRemoved |
Indicates if the payload is no longer available Note: This will always be set to true when the instance has been shut down After this has been set to true, the payload will no longer be available to late joiners.
| std::string M_HmiAppCtrl::ReportAppState::KeyAppId |
Identifies the app.