onboardapi  9.10.0
by Rheinmetall
M_Teleoperation::RadioLinkConnectionState Namespace Reference

Enumerations

enum  Type {
  Undefined , Disconnected , Connecting , Diconnecting ,
  Connected , Error
}
 Enumeration of states of a the radio link. More...
 

Functions

std::string toString (M_Teleoperation::RadioLinkConnectionState::Type val)
 
M_Teleoperation::RadioLinkConnectionState::Type fromString (const std::string &val)
 

Enumeration Type Documentation

◆ Type

Enumeration of states of a the radio link.

Enumerator
Undefined 

The connection is in a undefined state.

Disconnected 

The link is currently disconnected.

Connecting 

The link is currently connecting.

Diconnecting 

The link is currently disconnecting.

Connected 

The link is currently connected.

Error 

The link is currently in error state.

Function Documentation

◆ fromString()

M_Teleoperation::RadioLinkConnectionState::Type M_Teleoperation::RadioLinkConnectionState::fromString ( const std::string &  val)
inline

◆ toString()

std::string M_Teleoperation::RadioLinkConnectionState::toString ( M_Teleoperation::RadioLinkConnectionState::Type  val)
inline