7#ifndef CCF_COMMON_APP_BASE_HPP_
8#define CCF_COMMON_APP_BASE_HPP_
12#include <rad/mal/replier.hpp>
14#include <scxml4cpp/Context.h>
15#include <scxml4cpp/EventQueue.h>
16#include <rad/smAdapter.hpp>
20#include <ifw/ccf/common/events.rad.hpp>
37 static boost::asio::io_context&
IoContext();
49 static boost::asio::io_context s_io_context;
50 static scxml4cpp::EventQueue s_external_events;
51 static scxml4cpp::Context s_state_machine_ctx;
52 static rad::SMAdapter* s_state_machine;
static bool RecordingActive()
Return true if a Recording Session is ongoing.
Definition appBase.cpp:46
~AppBase()
Definition appBase.cpp:25
static rad::SMAdapter & StateMachine()
Return reference to state machine engine.
Definition appBase.cpp:32
AppBase()
Definition appBase.cpp:21
static boost::asio::io_context & IoContext()
Return reference to Asio I/O Service instance.
Definition appBase.cpp:41
Definition appBase.cpp:10