|
onboardapi
9.10.0
by Rheinmetall
|
Reports a point object. More...
Public Member Functions | |
| ReportPoint () | |
| ReportPoint (M_Common::ObjectIdType const &KeyId, M_ObjectManager::PointObjectType const &Obj, bool IsRemoved) | |
Public Attributes | |
| M_Common::ObjectIdType | KeyId |
| The unique ID of the object. More... | |
| M_ObjectManager::PointObjectType | Obj |
| Point object with positional data. More... | |
| bool | IsRemoved |
Reports a point object.
| M_ObjectManager::ReportPoint::ReportPoint | ( | ) |
| M_ObjectManager::ReportPoint::ReportPoint | ( | M_Common::ObjectIdType const & | KeyId, |
| M_ObjectManager::PointObjectType const & | Obj, | ||
| bool | IsRemoved | ||
| ) |
| bool M_ObjectManager::ReportPoint::IsRemoved |
Indicates if the object no longer exists. Note: After this has been set to true, the object will no longer be available to late joiners.
| M_Common::ObjectIdType M_ObjectManager::ReportPoint::KeyId |
The unique ID of the object.
| M_ObjectManager::PointObjectType M_ObjectManager::ReportPoint::Obj |
Point object with positional data.