|
onboardapi
9.10.0
by Rheinmetall
|
Reports a multi-point object. More...
Public Member Functions | |
| ReportMultiPoint () | |
| ReportMultiPoint (M_Common::ObjectIdType const &KeyId, M_ObjectManager::MultiPointObjectType const &Obj, bool IsRemoved) | |
Public Attributes | |
| M_Common::ObjectIdType | KeyId |
| The unique ID of the object. More... | |
| M_ObjectManager::MultiPointObjectType | Obj |
| Multi-point object with positional data. More... | |
| bool | IsRemoved |
Reports a multi-point object.
| M_ObjectManager::ReportMultiPoint::ReportMultiPoint | ( | ) |
| M_ObjectManager::ReportMultiPoint::ReportMultiPoint | ( | M_Common::ObjectIdType const & | KeyId, |
| M_ObjectManager::MultiPointObjectType const & | Obj, | ||
| bool | IsRemoved | ||
| ) |
| bool M_ObjectManager::ReportMultiPoint::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::ReportMultiPoint::KeyId |
The unique ID of the object.
| M_ObjectManager::MultiPointObjectType M_ObjectManager::ReportMultiPoint::Obj |
Multi-point object with positional data.