39 #include "qf_port.hpp"
49 #define QF_QMACTIVE_TO_QMSM_CAST_(qact_) \
50 reinterpret_cast<QMsm *>((qact_))
53 #define QF_QMACTIVE_TO_QMSM_CONST_CAST_(qact_) \
54 reinterpret_cast<QMsm const *>((qact_))
unsigned int uint_fast8_t
fast at-least 8-bit unsigned int
QActive active object (based on QP::QHsm implementation)
QHsmAttr m_state
current active state (state-variable)
QStateHandler getStateHandler() noexcept override
Get the current state handler of the QMsm.
void dispatch(QEvt const *const e, std::uint_fast8_t const qs_id) override
Dispatches an event to QHsm.
QMState const * childStateObj(QMState const *const parent) const noexcept
Obtain the current active child state of a given parent (read only)
void init(void const *const e, std::uint_fast8_t const qs_id) override
executes the top-most initial transition in QP::QHsm
bool isInState(QMState const *const st) const noexcept
Tests if a given state is part of the active state configuration.
static QMState const msm_top_s
the top state object for the QMsm
namespace associated with the QP/C++ framework
QMState const * obj
pointer to QMState object
QState(*)(void *const me, QEvt const *const e) QStateHandler
Pointer to state-handler function.
State object for the QP::QMsm class (QM State Machine).
Customizable and memory-efficient assertions for embedded systems.
#define QF_QMACTIVE_TO_QMSM_CONST_CAST_(qact_)
Internal macro to cast a QP::QMActive pointer qact_ to QP::QMsm const *.
#define QF_QMACTIVE_TO_QMSM_CAST_(qact_)
Internal macro to cast a QP::QMActive pointer qact_ to QP::QMsm*.