Go to the documentation of this file.
12 #ifndef RTCTK_COMPONENTFRAMEWORK_OPTCMDSIMPL_HPP
13 #define RTCTK_COMPONENTFRAMEWORK_OPTCMDSIMPL_HPP
15 #include <Rtctkif.hpp>
17 #include <rtctk/componentFramework/events.rad.hpp>
22 #include <mal/Cii.hpp>
35 std::shared_ptr<elt::mal::rr::RrEntity> rr_service = std::make_shared<OptCmdsImpl>(engine);
42 ::elt::mal::future<std::string>
Optimise(std::string
const& args)
override {
43 LOG4CPLUS_TRACE(
GetLogger(),
"Received command 'Optimise' with payload '" + args +
"'");
44 return InjectReqRepEvent<events::Optimise>(this->m_engine, args);
Receive commands via MAL.
Wrapper around the SCXML State Machine Engine.
static void Register(CommandReplier &replier, StateMachineEngine &engine)
Definition: optCmdsImpl.hpp:34
Definition: commandReplier.cpp:20
Class that handles reception of command Optimise using MAL.
Definition: optCmdsImpl.hpp:32
Definition: stateMachineEngine.hpp:31
log4cplus::Logger & GetLogger(const std::string &name="")
Get handle to a specific logger (used with logging macros)
::elt::mal::future< std::string > Optimise(std::string const &args) override
Definition: optCmdsImpl.hpp:42
Class that handles reception of commands using MAL.
Definition: commandReplier.hpp:26
Logging Support Library based on log4cplus.
void RegisterService(std::string const &name, std::shared_ptr< elt::mal::rr::RrEntity > &service)
Definition: commandReplier.hpp:33
Provides core functionality of an RTC Component.
OptCmdsImpl(StateMachineEngine &engine)
Definition: optCmdsImpl.hpp:39