|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | ReportView (std::string const &KeyViewId, M_HmiAppCtrl::ViewDescriptionType const &ViewDesc, bool IsRemoved) |
| virtual void | ReportManagedApps (M_HmiAppCtrl::ApplicationDescriptionListType const &AppList) |
| virtual void | ReportAppState (std::string const &KeyAppId, M_HmiAppCtrl::ApplicationStateType const &AppState, bool IsRemoved) |
| virtual void | ReportActiveContexts (M_Common::StringListType const &ContextNameList) |
Client interface. Contains operations reported by a HMI application control service.
|
virtual |
|
virtual |
Reports the current active Contexts.
| ContextNameList | List of currently active Contexts. |
|
virtual |
Reports the current state of an app.
| KeyAppId | Identifies the app. |
| AppState | Status information for the app. |
| 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. |
|
virtual |
Reports the list of the managed apps.
| AppList | List of managed apps. |
|
virtual |
Reports a view.
| KeyViewId | Identifies the view. |
| ViewDesc | Configuration settings for the view. |
| 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. |