|
onboardapi
9.10.0
by Rheinmetall
|
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... | |
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.
| M_VideoTrackerLot::CmdForceCoasting::CmdForceCoasting | ( | ) |
| M_VideoTrackerLot::CmdForceCoasting::CmdForceCoasting | ( | M_Common::ObjectIdOptionalType const & | ObjId, |
| bool | Enable | ||
| ) |
| bool M_VideoTrackerLot::CmdForceCoasting::Enable |
Enables / disables coasting for specified object.
| M_Common::ObjectIdOptionalType M_VideoTrackerLot::CmdForceCoasting::ObjId |
Identifies an existing currently tracked object.