onboardapi  9.10.0
by Rheinmetall
M_ObjectManager::ReportOwnInfo Struct Reference

Reports information relating to own vehicle. More...

Public Member Functions

 ReportOwnInfo ()
 
 ReportOwnInfo (std::string const &KeyPlatformId, M_ObjectManager::OwnInfoType const &Obj, bool IsRemoved)
 

Public Attributes

std::string KeyPlatformId
 
M_ObjectManager::OwnInfoType Obj
 
bool IsRemoved
 

Detailed Description

Reports information relating to own vehicle.

Constructor & Destructor Documentation

◆ ReportOwnInfo() [1/2]

M_ObjectManager::ReportOwnInfo::ReportOwnInfo ( )

◆ ReportOwnInfo() [2/2]

M_ObjectManager::ReportOwnInfo::ReportOwnInfo ( std::string const &  KeyPlatformId,
M_ObjectManager::OwnInfoType const &  Obj,
bool  IsRemoved 
)

Member Data Documentation

◆ IsRemoved

bool M_ObjectManager::ReportOwnInfo::IsRemoved

Indicates if the status no longer exists. Note: After this has been set to true, the status will no longer be available to late joiners.

◆ KeyPlatformId

std::string M_ObjectManager::ReportOwnInfo::KeyPlatformId

Identifies the platform whose navigation data is being reported. Note: This should correspond to its navigation service name.

◆ Obj

M_ObjectManager::OwnInfoType M_ObjectManager::ReportOwnInfo::Obj

Information relating to own vehicle. Contains information such as position, heading, unit name etc for own vehicle.