onboardapi  9.10.0
by Rheinmetall
M_VideoManager::IService Class Reference

Public Member Functions

virtual ~IService ()
 
virtual void CmdFovCoupling (bool Enable)
 
virtual void ConfigVideoChannel (std::string const &VideoChannelName)
 

Detailed Description

Video Manager Service interface. Contains operations that a client can command the Video Manager Service to perform such as switching between Cameras (e.g. TV/IR) and coupling the Field of View.

Constructor & Destructor Documentation

◆ ~IService()

M_VideoManager::IService::~IService ( )
virtual

Member Function Documentation

◆ CmdFovCoupling()

void M_VideoManager::IService::CmdFovCoupling ( bool  Enable)
virtual

Enable or disable Field of View coupling.

Parameters
EnableEnable or disable (True = Enable, False = Disable)

◆ ConfigVideoChannel()

void M_VideoManager::IService::ConfigVideoChannel ( std::string const &  VideoChannelName)
virtual

Set the video channel which shall be active.

Parameters
VideoChannelNameName of video channel (Example: "Infrared" or "Daylight")