onboardapi  9.10.0
by Rheinmetall
M_VideoTrackerLot::CmdForceCoasting Struct Reference

Public Member Functions

 CmdForceCoasting ()
 
 CmdForceCoasting (M_Common::ObjectIdOptionalType const &ObjId, bool Enable)
 

Public Attributes

M_Common::ObjectIdOptionalType ObjId
 Identifies an existing currently tracked object. More...
 
bool Enable
 Enables / disables coasting for specified object. More...
 

Detailed Description

Enforce coasting on specified object. In coasting, the object position is predicted based on its preceding movement.
Note: If ObjId is "Selected", the LoT object currently selected (if available) is taken.
Note: If ObjId is empty and there is only one LoT object, this one is taken.
Which object is taken is described by M_VideoTracker::VtObjectType::IsSelected flag.

Constructor & Destructor Documentation

◆ CmdForceCoasting() [1/2]

M_VideoTrackerLot::CmdForceCoasting::CmdForceCoasting ( )

◆ CmdForceCoasting() [2/2]

M_VideoTrackerLot::CmdForceCoasting::CmdForceCoasting ( M_Common::ObjectIdOptionalType const &  ObjId,
bool  Enable 
)

Member Data Documentation

◆ Enable

bool M_VideoTrackerLot::CmdForceCoasting::Enable

Enables / disables coasting for specified object.

◆ ObjId

M_Common::ObjectIdOptionalType M_VideoTrackerLot::CmdForceCoasting::ObjId

Identifies an existing currently tracked object.