|
onboardapi
9.10.0
by Rheinmetall
|
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 |
Reports information relating to own vehicle.
| M_ObjectManager::ReportOwnInfo::ReportOwnInfo | ( | ) |
| M_ObjectManager::ReportOwnInfo::ReportOwnInfo | ( | std::string const & | KeyPlatformId, |
| M_ObjectManager::OwnInfoType const & | Obj, | ||
| bool | 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.
| std::string M_ObjectManager::ReportOwnInfo::KeyPlatformId |
Identifies the platform whose navigation data is being reported. Note: This should correspond to its navigation service name.
| M_ObjectManager::OwnInfoType M_ObjectManager::ReportOwnInfo::Obj |
Information relating to own vehicle. Contains information such as position, heading, unit name etc for own vehicle.