onboardapi  9.10.0
by Rheinmetall
M_ReplayCtrl::ReplayStartMode Namespace Reference

Enumerations

enum  Type { Play , Pause }
 Loop mode enumeration. More...
 

Functions

std::string toString (M_ReplayCtrl::ReplayStartMode::Type val)
 
M_ReplayCtrl::ReplayStartMode::Type fromString (const std::string &val)
 

Enumeration Type Documentation

◆ Type

Loop mode enumeration.

Enumerator
Play 

Load video channel and start replay immediately.

Pause 

Load video channel for replay, but wait for start or step commands to replay.

Function Documentation

◆ fromString()

M_ReplayCtrl::ReplayStartMode::Type M_ReplayCtrl::ReplayStartMode::fromString ( const std::string &  val)
inline

◆ toString()

std::string M_ReplayCtrl::ReplayStartMode::toString ( M_ReplayCtrl::ReplayStartMode::Type  val)
inline