RTC Toolkit  2.0.0
Public Member Functions | Static Public Member Functions | List of all members
rtctk::componentFramework::SuspCmdsImpl Class Reference

Class that handles reception of commands Suspend and Resume using MAL. More...

#include <suspCmdsImpl.hpp>

Inheritance diagram for rtctk::componentFramework::SuspCmdsImpl:

Public Member Functions

 SuspCmdsImpl (StateMachineEngine &engine)
 
::elt::mal::future< std::string > Suspend () override
 
::elt::mal::future< std::string > Resume () override
 

Static Public Member Functions

static void Register (CommandReplier &replier, StateMachineEngine &engine)
 

Detailed Description

Class that handles reception of commands Suspend and Resume using MAL.

Constructor & Destructor Documentation

◆ SuspCmdsImpl()

rtctk::componentFramework::SuspCmdsImpl::SuspCmdsImpl ( StateMachineEngine engine)
inline

Member Function Documentation

◆ Register()

static void rtctk::componentFramework::SuspCmdsImpl::Register ( CommandReplier replier,
StateMachineEngine engine 
)
inlinestatic

◆ Resume()

::elt::mal::future<std::string> rtctk::componentFramework::SuspCmdsImpl::Resume ( )
inlineoverride

◆ Suspend()

::elt::mal::future<std::string> rtctk::componentFramework::SuspCmdsImpl::Suspend ( )
inlineoverride

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