onboardapi  9.10.0
by Rheinmetall
M_ObjectManager::CmdAddUpdateMultiPoint Struct Reference

Public Member Functions

 CmdAddUpdateMultiPoint ()
 
 CmdAddUpdateMultiPoint (M_Common::ObjectIdType const &KeyId, M_ObjectManager::MultiPointObjectType const &Obj)
 

Public Attributes

M_Common::ObjectIdType KeyId
 The unique ID of the object. More...
 
M_ObjectManager::MultiPointObjectType Obj
 Multi-point object with positional data relative to own vehicle. More...
 

Detailed Description

Cmd to add or replace an existing multi-point object. Note: If the object with the same ID already exists it will be replaced.

Constructor & Destructor Documentation

◆ CmdAddUpdateMultiPoint() [1/2]

M_ObjectManager::CmdAddUpdateMultiPoint::CmdAddUpdateMultiPoint ( )

◆ CmdAddUpdateMultiPoint() [2/2]

M_ObjectManager::CmdAddUpdateMultiPoint::CmdAddUpdateMultiPoint ( M_Common::ObjectIdType const &  KeyId,
M_ObjectManager::MultiPointObjectType const &  Obj 
)

Member Data Documentation

◆ KeyId

M_Common::ObjectIdType M_ObjectManager::CmdAddUpdateMultiPoint::KeyId

The unique ID of the object.

◆ Obj

M_ObjectManager::MultiPointObjectType M_ObjectManager::CmdAddUpdateMultiPoint::Obj

Multi-point object with positional data relative to own vehicle.