onboardapi  9.10.0
by Rheinmetall
M_Sensor::LwsClassification Namespace Reference

Enumerations

enum  Type {
  Initial , In_Progress , Unknown , Single_Pulse ,
  Multiple_Pulse , Beam_Rider , Designator
}
 Enumeration for classifications of laser threats. More...
 

Functions

std::string toString (M_Sensor::LwsClassification::Type val)
 
M_Sensor::LwsClassification::Type fromString (const std::string &val)
 

Enumeration Type Documentation

◆ Type

Enumeration for classifications of laser threats.

Enumerator
Initial 

The laser detection has not been classified, yet.

In_Progress 

The laser detection is currently being classified.

Unknown 

The system has not been able to classify the detection.

Single_Pulse 

The laser detection corresponds to a single pulse.

Multiple_Pulse 

The laser detection corresponds to a multiple pulse.

Beam_Rider 

The laser detection corresponds to a beam rider.

Designator 

The laser detection corresponds to a designator.

Function Documentation

◆ fromString()

M_Sensor::LwsClassification::Type M_Sensor::LwsClassification::fromString ( const std::string &  val)
inline

◆ toString()

std::string M_Sensor::LwsClassification::toString ( M_Sensor::LwsClassification::Type  val)
inline