onboardapi  9.10.0
by Rheinmetall
M_Mount::MovementState Namespace Reference

Enumerations

enum  Type { Position_Reached , Position_Not_Reached }
 

Functions

std::string toString (M_Mount::MovementState::Type val)
 
M_Mount::MovementState::Type fromString (const std::string &val)
 

Enumeration Type Documentation

◆ Type

Mount movement state enumeration. Describes the current state of a commanded positional movement.

Enumerator
Position_Reached 

Mount has reached the commanded position.

Position_Not_Reached 

Mount has been commanded to a specific position and movement is in progress.

Function Documentation

◆ fromString()

M_Mount::MovementState::Type M_Mount::MovementState::fromString ( const std::string &  val)
inline

◆ toString()

std::string M_Mount::MovementState::toString ( M_Mount::MovementState::Type  val)
inline