onboardapi  9.10.0
by Rheinmetall
M_VideoTrackerLosCtrl::CmdLeadOn Struct Reference

Lead-on an object. More...

Public Member Functions

 CmdLeadOn ()
 
 CmdLeadOn (M_Common::ObjectIdOptionalType const &ObjId)
 

Public Attributes

M_Common::ObjectIdOptionalType ObjId
 

Detailed Description

Lead-on an object.

Constructor & Destructor Documentation

◆ CmdLeadOn() [1/2]

M_VideoTrackerLosCtrl::CmdLeadOn::CmdLeadOn ( )

◆ CmdLeadOn() [2/2]

M_VideoTrackerLosCtrl::CmdLeadOn::CmdLeadOn ( M_Common::ObjectIdOptionalType const &  ObjId)

Member Data Documentation

◆ ObjId

M_Common::ObjectIdOptionalType M_VideoTrackerLosCtrl::CmdLeadOn::ObjId

Identifies an existing currently tracked object.
Note: If not present then the VideoTracker should initiate a lead-on at the aligned image centre.
Note: If ObjId is "Selected", a lead-on on the currently selected object (if available) is initiated.
Note: If ObjId is "SelectedOrCenter", a leaded-on on the currently selected object (if available) is initiated.
Which object will be leaded-on is described by M_VideoTracker::VtObjectType::IsSelected flag.