onboardapi  9.10.0
by Rheinmetall
M_BuiltInTest::IBitRoutineState Namespace Reference

Enumerations

enum  Type {
  Go , No_Go , Running , Cancelled ,
  Aborted
}
 Built-in test IBit state type enumeration. More...
 

Functions

std::string toString (M_BuiltInTest::IBitRoutineState::Type val)
 
M_BuiltInTest::IBitRoutineState::Type fromString (const std::string &val)
 

Enumeration Type Documentation

◆ Type

Built-in test IBit state type enumeration.

Enumerator
Go 

Test routine finished with a "GO" (passed) result.

No_Go 

Test routine finished with a "NO GO" (failed) result.

Running 

Test routine is currently running.

Cancelled 

Test routine was cancelled by the user before it could be completed.

Aborted 

Test routine was aborted by the system logic before it could be completed.

Function Documentation

◆ fromString()

M_BuiltInTest::IBitRoutineState::Type M_BuiltInTest::IBitRoutineState::fromString ( const std::string &  val)
inline

◆ toString()

std::string M_BuiltInTest::IBitRoutineState::toString ( M_BuiltInTest::IBitRoutineState::Type  val)
inline