onboardapi  9.10.0
by Rheinmetall
M_Sensor::WaveDetectionKind Namespace Reference

Enumerations

enum  Type { MachWave , SourceWave , MachWave_SourceWave , MachWave_No_SourceWave }
 Wave detection enumeration. More...
 

Functions

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

Enumeration Type Documentation

◆ Type

Wave detection enumeration.

Enumerator
MachWave 

A Mach wave has been detected.

SourceWave 

A source wave has been detected.

MachWave_SourceWave 

A Mach and a source wave have been detected together (fusion result).

MachWave_No_SourceWave 

A Mach wave has been detected, and there is certainty that a source wave will not follow (fusion result).

Function Documentation

◆ fromString()

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

◆ toString()

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