onboardapi  9.10.0
by Rheinmetall
M_VideoTracker::VtLosCtrlState Namespace Reference

Enumerations

enum  Type { None , Init_Leading , Leading }
 Line-of-Sight (LOS) control status enumeration. More...
 

Functions

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

Enumeration Type Documentation

◆ Type

Line-of-Sight (LOS) control status enumeration.

Enumerator
None 

The object is not selected for LOS tracking.

Init_Leading 

The object is selected for LOS tracking by Lead-On command, but mount does not follow yet.

Leading 

The object is selected for LOS tracking by Lead-On command and mount follows LOS-Control output rate.

Function Documentation

◆ fromString()

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

◆ toString()

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