onboardapi  9.10.0
by Rheinmetall
M_ObjectManager::CmdModifyPoint Struct Reference

Public Member Functions

 CmdModifyPoint ()
 
 CmdModifyPoint (M_Common::ObjectIdType const &KeyId, M_ObjectManager::ModifyPointType const &Obj)
 

Public Attributes

M_Common::ObjectIdType KeyId
 The unique ID of the object. More...
 
M_ObjectManager::ModifyPointType Obj
 The data to modify for an existing point object. More...
 

Detailed Description

Cmd to modify an existing point object. Note: This command can only be used to modify an already existing object.

Constructor & Destructor Documentation

◆ CmdModifyPoint() [1/2]

M_ObjectManager::CmdModifyPoint::CmdModifyPoint ( )

◆ CmdModifyPoint() [2/2]

M_ObjectManager::CmdModifyPoint::CmdModifyPoint ( M_Common::ObjectIdType const &  KeyId,
M_ObjectManager::ModifyPointType const &  Obj 
)

Member Data Documentation

◆ KeyId

M_Common::ObjectIdType M_ObjectManager::CmdModifyPoint::KeyId

The unique ID of the object.

◆ Obj

M_ObjectManager::ModifyPointType M_ObjectManager::CmdModifyPoint::Obj

The data to modify for an existing point object.