onboardapi  9.10.0
by Rheinmetall
M_LaserRangeFinder::MeasurementStrength Namespace Reference

Enumerations

enum  Type { None , Strong , Weak }
 A measure of the strength of a measured signal. More...
 

Functions

std::string toString (M_LaserRangeFinder::MeasurementStrength::Type val)
 
M_LaserRangeFinder::MeasurementStrength::Type fromString (const std::string &val)
 

Enumeration Type Documentation

◆ Type

A measure of the strength of a measured signal.

Enumerator
None 

None.

Strong 

Strong signal.

Weak 

Weak signal.

Function Documentation

◆ fromString()

M_LaserRangeFinder::MeasurementStrength::Type M_LaserRangeFinder::MeasurementStrength::fromString ( const std::string &  val)
inline

◆ toString()

std::string M_LaserRangeFinder::MeasurementStrength::toString ( M_LaserRangeFinder::MeasurementStrength::Type  val)
inline