onboardapi  9.10.0
by Rheinmetall
M_ErrorMemory::ErrorClassKind Namespace Reference

Enumerations

enum  Type {
  Undefined , Warning , Reduced_Performance_Error , Fatal_Error ,
  OK
}
 Errror class enumeration. More...
 

Functions

std::string toString (M_ErrorMemory::ErrorClassKind::Type val)
 
M_ErrorMemory::ErrorClassKind::Type fromString (const std::string &val)
 

Enumeration Type Documentation

◆ Type

Errror class enumeration.

Enumerator
Undefined 

Unknown.

Warning 

Warning – a situation which warrants a warning was detected.

Reduced_Performance_Error 

Reduced performance – an error was detected which results in reduced performance.

Fatal_Error 

Fatal error – a failure was detected which results in complete loss of functionality.

OK 

OK – no failure was detected.

Function Documentation

◆ fromString()

M_ErrorMemory::ErrorClassKind::Type M_ErrorMemory::ErrorClassKind::fromString ( const std::string &  val)
inline

◆ toString()

std::string M_ErrorMemory::ErrorClassKind::toString ( M_ErrorMemory::ErrorClassKind::Type  val)
inline