Class to be used as parent for CCF application type of classes.
More...
#include <appBase.hpp>
|
static rad::SMAdapter & | StateMachine () |
| Return reference to state machine engine.
|
|
static bool | RecordingActive () |
| Return true if a Recording Session is ongoing.
|
|
static boost::asio::io_context & | IoContext () |
| Return reference to Asio I/O Service instance.
|
|
Class to be used as parent for CCF application type of classes.
◆ AppBase()
ifw::ccf::common::AppBase::AppBase |
( |
| ) |
|
◆ ~AppBase()
ifw::ccf::common::AppBase::~AppBase |
( |
| ) |
|
◆ IoContext()
boost::asio::io_context & ifw::ccf::common::AppBase::IoContext |
( |
| ) |
|
|
static |
Return reference to Asio I/O Service instance.
◆ RecordingActive()
bool ifw::ccf::common::AppBase::RecordingActive |
( |
| ) |
|
|
static |
Return true if a Recording Session is ongoing.
◆ StateMachine()
rad::SMAdapter & ifw::ccf::common::AppBase::StateMachine |
( |
| ) |
|
|
static |
Return reference to state machine engine.
The documentation for this class was generated from the following files: