|
onboardapi
9.10.0
by Rheinmetall
|
Report the current status of the specified mission. More...
Public Member Functions | |
| ReportStoredMission () | |
| ReportStoredMission (std::string const &KeyName, M_MissionCtrl::MissionType const &Mission, bool IsRemoved) | |
Public Attributes | |
| std::string | KeyName |
| Identifies the mission or action. More... | |
| M_MissionCtrl::MissionType | Mission |
| Current status of the specified mission. More... | |
| bool | IsRemoved |
Report the current status of the specified mission.
| M_MissionCtrl::ReportStoredMission::ReportStoredMission | ( | ) |
| M_MissionCtrl::ReportStoredMission::ReportStoredMission | ( | std::string const & | KeyName, |
| M_MissionCtrl::MissionType const & | Mission, | ||
| bool | IsRemoved | ||
| ) |
| bool M_MissionCtrl::ReportStoredMission::IsRemoved |
Indicates if the status is no longer available. Note: This will always be set to true when a service has been shut down. After this has been set to true, the status will no longer be available to late joiners.
| std::string M_MissionCtrl::ReportStoredMission::KeyName |
Identifies the mission or action.
| M_MissionCtrl::MissionType M_MissionCtrl::ReportStoredMission::Mission |
Current status of the specified mission.