onboardapi  9.10.0
by Rheinmetall
M_VideoTracker::ObjectTrackSource Namespace Reference

Enumerations

enum  Type { Automatic_Track_Recognition , Lock_On_Track , Detection }
 Type of tracked object enumeration. More...
 

Functions

std::string toString (M_VideoTracker::ObjectTrackSource::Type val)
 
M_VideoTracker::ObjectTrackSource::Type fromString (const std::string &val)
 

Enumeration Type Documentation

◆ Type

Type of tracked object enumeration.

Enumerator
Automatic_Track_Recognition 

Object is identified by Automatic Track Recognition (ATR).

Lock_On_Track 

The object is locked-on manually, e.g. by commands CmdLotLockOnTrack and CmdLosCtrlLeadOn.

Detection 

The object represents a detected object that is not tracked.

Function Documentation

◆ fromString()

M_VideoTracker::ObjectTrackSource::Type M_VideoTracker::ObjectTrackSource::fromString ( const std::string &  val)
inline

◆ toString()

std::string M_VideoTracker::ObjectTrackSource::toString ( M_VideoTracker::ObjectTrackSource::Type  val)
inline