rad  3.0.0
Public Member Functions | Static Public Member Functions | List of all members
exmalif::StdCmds Class Referenceabstract

StdCmds. More...

#include <Exmalif.hpp>

Inheritance diagram for exmalif::StdCmds:
exmalif::StdCmdsImpl exmalif::StdCmdsSync exmalif::zpb::StdCmdsSyncImpl generated::opcua::exmalif::StdCmdsSyncImpl

Public Member Functions

virtual std::string Stop ()=0
 
virtual std::string Init ()=0
 
virtual std::string Reset ()=0
 
virtual std::string Enable ()=0
 
virtual std::string Disable ()=0
 
virtual std::string GetState ()=0
 
virtual std::string GetStatus ()=0
 
virtual std::string GetVersion ()=0
 
virtual std::string Config ()=0
 
virtual std::string Exit ()=0
 
virtual std::string SetLogLevel (const std::shared_ptr<::exmalif::LogInfo > &info)=0
 
virtual std::string Preset (const std::shared_ptr<::exmalif::TelPosition > &pos)=0
 
virtual std::string Move (const std::shared_ptr<::exmalif::AxesPosition > &pos)=0
 
virtual std::shared_ptr<::elt::mal::rr::Ami< std::string > > GetPresetProgress ()=0
 
virtual ~StdCmds ()=default
 

Static Public Member Functions

static int typeHash ()
 

Detailed Description

StdCmds.

Constructor & Destructor Documentation

◆ ~StdCmds()

virtual exmalif::StdCmds::~StdCmds ( )
virtualdefault

Member Function Documentation

◆ Config()

virtual std::string exmalif::StdCmds::Config ( )
pure virtual

◆ Disable()

virtual std::string exmalif::StdCmds::Disable ( )
pure virtual

◆ Enable()

virtual std::string exmalif::StdCmds::Enable ( )
pure virtual

◆ Exit()

virtual std::string exmalif::StdCmds::Exit ( )
pure virtual

◆ GetPresetProgress()

virtual std::shared_ptr<::elt::mal::rr::Ami<std::string> > exmalif::StdCmds::GetPresetProgress ( )
pure virtual

◆ GetState()

virtual std::string exmalif::StdCmds::GetState ( )
pure virtual

◆ GetStatus()

virtual std::string exmalif::StdCmds::GetStatus ( )
pure virtual

◆ GetVersion()

virtual std::string exmalif::StdCmds::GetVersion ( )
pure virtual

◆ Init()

virtual std::string exmalif::StdCmds::Init ( )
pure virtual

◆ Move()

virtual std::string exmalif::StdCmds::Move ( const std::shared_ptr<::exmalif::AxesPosition > &  pos)
pure virtual
Parameters
posWARN do not copy shared_ptr, it is valid only within a scope of this method.

Implemented in exmalif::zpb::StdCmdsSyncImpl, and exmalif::StdCmdsImpl.

◆ Preset()

virtual std::string exmalif::StdCmds::Preset ( const std::shared_ptr<::exmalif::TelPosition > &  pos)
pure virtual
Parameters
posWARN do not copy shared_ptr, it is valid only within a scope of this method.

Implemented in exmalif::zpb::StdCmdsSyncImpl, and exmalif::StdCmdsImpl.

◆ Reset()

virtual std::string exmalif::StdCmds::Reset ( )
pure virtual

◆ SetLogLevel()

virtual std::string exmalif::StdCmds::SetLogLevel ( const std::shared_ptr<::exmalif::LogInfo > &  info)
pure virtual
Parameters
infoWARN do not copy shared_ptr, it is valid only within a scope of this method.

Implemented in exmalif::zpb::StdCmdsSyncImpl, and exmalif::StdCmdsImpl.

◆ Stop()

virtual std::string exmalif::StdCmds::Stop ( )
pure virtual

◆ typeHash()

static int exmalif::StdCmds::typeHash ( )
inlinestatic

The documentation for this class was generated from the following file: