onboardapi  9.10.0
by Rheinmetall
M_VideoTracker::LotMode Namespace Reference

Enumerations

enum  Type { Auto , Scene }
 Lock-On Tracking mode enumeration. More...
 

Functions

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

Enumeration Type Documentation

◆ Type

Lock-On Tracking mode enumeration.

Enumerator
Auto 

Default Lock-On Track (LoT) algorithm. Can be used in most cases.

Scene 

Used to track the scene within the init gate. This can be used with low-dynamic objects with weak signature, e.g. ship on horizon at large distance. Automatic gate control is not available in this mode.

Function Documentation

◆ fromString()

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

◆ toString()

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