onboardapi  9.10.0
by Rheinmetall
M_ObjectManager::OperatorAcknowledgeKind Namespace Reference

Enumerations

enum  Type {
  Unknown , NotAcknowledged , Acknowledged , Acknowledged_IsNotOfInterest ,
  Acknowledged_IsOfInterest , Escalate
}
 OperatorAcknowledgeKind enumeration. More...
 

Functions

std::string toString (M_ObjectManager::OperatorAcknowledgeKind::Type val)
 
M_ObjectManager::OperatorAcknowledgeKind::Type fromString (const std::string &val)
 

Enumeration Type Documentation

◆ Type

OperatorAcknowledgeKind enumeration.

Enumerator
Unknown 

Unknown ack.

NotAcknowledged 

NotAcknowledged.

Acknowledged 

Acknowledged.

Acknowledged_IsNotOfInterest 

Acknowledged but not of interest.

Acknowledged_IsOfInterest 

Acknowledged and of interest.

Escalate 

Escalate.

Function Documentation

◆ fromString()

M_ObjectManager::OperatorAcknowledgeKind::Type M_ObjectManager::OperatorAcknowledgeKind::fromString ( const std::string &  val)
inline

◆ toString()

std::string M_ObjectManager::OperatorAcknowledgeKind::toString ( M_ObjectManager::OperatorAcknowledgeKind::Type  val)
inline