|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| CmdManualGateControl () | |
| CmdManualGateControl (M_Common::ObjectIdOptionalType const &ObjId, int32_t StepX, int32_t StepY) | |
Public Attributes | |
| M_Common::ObjectIdOptionalType | ObjId |
| Identifies an existing currently tracked object. More... | |
| int32_t | StepX |
| The number of pixels to increase/decrease one step in x-direction (rightwards positive). More... | |
| int32_t | StepY |
| The number of pixels to increase/decrease one step in y-direction (downwards positive). More... | |
Activate and perform manual gate control for a LoT object. Note: If ObjId is "Selected", the LoT object currently selected (if available) is taken.
If ObjId is empty and there is only one LoT object, this one is taken.
Which object gate is changed is described by M_VideoTracker::VtObjectType::IsSelected flag.
| M_VideoTrackerLot::CmdManualGateControl::CmdManualGateControl | ( | ) |
| M_VideoTrackerLot::CmdManualGateControl::CmdManualGateControl | ( | M_Common::ObjectIdOptionalType const & | ObjId, |
| int32_t | StepX, | ||
| int32_t | StepY | ||
| ) |
| M_Common::ObjectIdOptionalType M_VideoTrackerLot::CmdManualGateControl::ObjId |
Identifies an existing currently tracked object.
| int32_t M_VideoTrackerLot::CmdManualGateControl::StepX |
The number of pixels to increase/decrease one step in x-direction (rightwards positive).
| int32_t M_VideoTrackerLot::CmdManualGateControl::StepY |
The number of pixels to increase/decrease one step in y-direction (downwards positive).