onboardapi  9.10.0
by Rheinmetall
M_ObjectManager::CmdAddUpdatePoint Struct Reference

Public Member Functions

 CmdAddUpdatePoint ()
 
 CmdAddUpdatePoint (M_Common::ObjectIdType const &KeyId, M_ObjectManager::PointObjectType const &Obj)
 

Public Attributes

M_Common::ObjectIdType KeyId
 The unique ID of the object. More...
 
M_ObjectManager::PointObjectType Obj
 Point object with positional data relative to own vehicle. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CmdAddUpdatePoint() [1/2]

M_ObjectManager::CmdAddUpdatePoint::CmdAddUpdatePoint ( )

◆ CmdAddUpdatePoint() [2/2]

M_ObjectManager::CmdAddUpdatePoint::CmdAddUpdatePoint ( M_Common::ObjectIdType const &  KeyId,
M_ObjectManager::PointObjectType const &  Obj 
)

Member Data Documentation

◆ KeyId

M_Common::ObjectIdType M_ObjectManager::CmdAddUpdatePoint::KeyId

The unique ID of the object.

◆ Obj

M_ObjectManager::PointObjectType M_ObjectManager::CmdAddUpdatePoint::Obj

Point object with positional data relative to own vehicle.