|
onboardapi
9.10.0
by Rheinmetall
|
Reports a view. More...
Public Member Functions | |
| ReportView () | |
| ReportView (std::string const &KeyViewId, M_HmiAppCtrl::ViewDescriptionType const &ViewDesc, bool IsRemoved) | |
Public Attributes | |
| std::string | KeyViewId |
| Identifies the view. More... | |
| M_HmiAppCtrl::ViewDescriptionType | ViewDesc |
| Configuration settings for the view. More... | |
| bool | IsRemoved |
Reports a view.
| M_HmiAppCtrl::ReportView::ReportView | ( | ) |
| M_HmiAppCtrl::ReportView::ReportView | ( | std::string const & | KeyViewId, |
| M_HmiAppCtrl::ViewDescriptionType const & | ViewDesc, | ||
| bool | IsRemoved | ||
| ) |
| bool M_HmiAppCtrl::ReportView::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::ReportView::KeyViewId |
Identifies the view.
| M_HmiAppCtrl::ViewDescriptionType M_HmiAppCtrl::ReportView::ViewDesc |
Configuration settings for the view.