13#ifndef RTCTK_COMPONENTFRAMEWORK_SUSPCMDSIMPL_HPP
14#define RTCTK_COMPONENTFRAMEWORK_SUSPCMDSIMPL_HPP
18#include <rtctk/componentFramework/events.rad.hpp>
38 std::shared_ptr<elt::mal::rr::RrEntity>
rr_service = std::make_shared<SuspCmdsImpl>(
engine);
43 : m_logger(GetLogger(
"rtctk")), m_engine(
engine) {
46 ::elt::mal::future<std::string>
Suspend()
override {
51 ::elt::mal::future<std::string>
Resume()
override {
57 log4cplus::Logger& m_logger;
Class that handles reception of commands using MAL.
Definition commandReplier.hpp:30
Definition stateMachineEngine.hpp:35
Class that handles reception of commands Suspend and Resume using MAL.
Definition suspCmdsImpl.hpp:35
SuspCmdsImpl(StateMachineEngine &engine)
Definition suspCmdsImpl.hpp:42
static void Register(CommandReplier &replier, StateMachineEngine &engine)
Definition suspCmdsImpl.hpp:37
::elt::mal::future< std::string > Resume() override
Definition suspCmdsImpl.hpp:51
::elt::mal::future< std::string > Suspend() override
Definition suspCmdsImpl.hpp:46
Receive commands via MAL.
Logging Support Library based on log4cplus.
Provides core functionality of an RTC Component.
Definition commandReplier.cpp:22
elt::mal::future< std::string > InjectReqRepEvent(StateMachineEngine &engine)
Definition malEventInjector.hpp:23
Wrapper around the SCXML State Machine Engine.