onboardapi  9.10.0
by Rheinmetall
M_MissionCtrl::ReportStoredMission Struct Reference

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
 

Detailed Description

Report the current status of the specified mission.

Constructor & Destructor Documentation

◆ ReportStoredMission() [1/2]

M_MissionCtrl::ReportStoredMission::ReportStoredMission ( )

◆ ReportStoredMission() [2/2]

M_MissionCtrl::ReportStoredMission::ReportStoredMission ( std::string const &  KeyName,
M_MissionCtrl::MissionType const &  Mission,
bool  IsRemoved 
)

Member Data Documentation

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

◆ KeyName

std::string M_MissionCtrl::ReportStoredMission::KeyName

Identifies the mission or action.

◆ Mission

M_MissionCtrl::MissionType M_MissionCtrl::ReportStoredMission::Mission

Current status of the specified mission.