onboardapi  9.10.0
by Rheinmetall
M_ObjectManager::ReportMultiPoint Struct Reference

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
 

Detailed Description

Reports a multi-point object.

Constructor & Destructor Documentation

◆ ReportMultiPoint() [1/2]

M_ObjectManager::ReportMultiPoint::ReportMultiPoint ( )

◆ ReportMultiPoint() [2/2]

M_ObjectManager::ReportMultiPoint::ReportMultiPoint ( M_Common::ObjectIdType const &  KeyId,
M_ObjectManager::MultiPointObjectType const &  Obj,
bool  IsRemoved 
)

Member Data Documentation

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

◆ KeyId

M_Common::ObjectIdType M_ObjectManager::ReportMultiPoint::KeyId

The unique ID of the object.

◆ Obj

M_ObjectManager::MultiPointObjectType M_ObjectManager::ReportMultiPoint::Obj

Multi-point object with positional data.