13#ifndef RTCTK_COMPONENTFRAMEWORK_OPTCMDSIMPL_HPP
14#define RTCTK_COMPONENTFRAMEWORK_OPTCMDSIMPL_HPP
18#include <rtctk/componentFramework/events.rad.hpp>
38 std::shared_ptr<elt::mal::rr::RrEntity>
rr_service = std::make_shared<OptCmdsImpl>(
engine);
43 : m_logger(GetLogger(
"rtctk")), m_engine(
engine) {
46 ::elt::mal::future<std::string>
Optimise(
const std::string&
args)
override {
52 log4cplus::Logger& m_logger;
Class that handles reception of commands using MAL.
Definition commandReplier.hpp:30
Class that handles reception of command Optimise using MAL.
Definition optCmdsImpl.hpp:35
OptCmdsImpl(StateMachineEngine &engine)
Definition optCmdsImpl.hpp:42
static void Register(CommandReplier &replier, StateMachineEngine &engine)
Definition optCmdsImpl.hpp:37
::elt::mal::future< std::string > Optimise(const std::string &args) override
Definition optCmdsImpl.hpp:46
Definition stateMachineEngine.hpp:35
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.