53 #define QEP_ACT_PTR_INC_(act_) (++(act_))
86 m_state.obj = &msm_top_s;
135 static_cast<void>(qs_id);
196 }
while (t !=
nullptr);
231 r = (*tmp.
act)(
this);
297 else if (t ==
nullptr) {
313 static_cast<void>(qs_id);
397 static_cast<void>(qs_id);
441 static_cast<void>(qs_id);
507 static_cast<void>(qs_id);
525 bool inState =
false;
527 for (
QMState const *s = m_state.obj;
557 QMState const *child = m_state.obj;
558 bool isFound =
false;
560 for (
QMState const *s = m_state.obj;
577 static_cast<void>(isFound);
unsigned int uint_fast8_t
fast at-least 8-bit unsigned int
Hierarchical State Machine base class.
static constexpr QState Q_RET_SUPER_SUB
event passed to submachine superstate
static constexpr QState Q_RET_HANDLED
event handled (internal transition)
static constexpr QState Q_RET_SUPER
event passed to the superstate to handle
static constexpr QState Q_RET_UNHANDLED
event unhandled due to a guard evaluating to 'false'
static constexpr QState Q_RET_TRAN_EP
entry-point transition into a submachine
static constexpr QState Q_RET_TRAN_INIT
initial transition taken
static constexpr QState Q_RET_NULL
return value without any effect
static constexpr QState Q_RET_TRAN
regular transition taken
QHsmAttr m_state
current active state (state-variable)
static constexpr QState Q_RET_EXIT
state exit action executed
static constexpr QState Q_RET_TRAN_HIST
transition to history of a given state
QHsmAttr m_temp
temporary: transition chain, target state, etc.
static constexpr QState Q_RET_TRAN_XP
exit-point transition out of a submachine
static constexpr QState Q_RET_ENTRY
state entry action executed
void exitToTranSource_(QMState const *s, QMState const *const ts, std::uint_fast8_t const qs_id)
Internal helper function to exit current state to transition source.
static QMState const msm_top_s
the top state object for the QMsm
QStateHandler getStateHandler() noexcept override
Get the current state handler of the QMsm.
QState execTatbl_(QMTranActTable const *const tatbl, std::uint_fast8_t const qs_id)
Internal helper function to execute a transition-action table.
void dispatch(QEvt const *const e, std::uint_fast8_t const qs_id) override
Dispatches an event to a HSM.
static constexpr std::int_fast8_t MAX_ENTRY_DEPTH_
maximum depth of implemented entry levels for transitions to history
QMState const * childStateObj(QMState const *const parent) const noexcept
Obtain the current active child state of a given parent (read only)
QState enterHistory_(QMState const *const hist, std::uint_fast8_t const qs_id)
Internal helper function to enter state history.
void init(void const *const e, std::uint_fast8_t const qs_id) override
Performs the second step of SM initialization by triggering the top-most initial transition.
bool isInState(QMState const *const st) const noexcept
Tests if a given state is part of the active state configuration.
namespace associated with the QP/C++ framework
std::uint_fast8_t QState
Type returned from state-handler functions.
@ QS_QEP_STATE_INIT
an initial transition was taken in a state
@ QS_QEP_TRAN_HIST
a tran to history was taken
@ QS_QEP_TRAN_EP
a tran to entry point into a submachine
@ QS_QEP_STATE_EXIT
a state was exited
@ QS_QEP_INIT_TRAN
the top-most initial transition was taken
@ QS_QEP_INTERN_TRAN
an internal transition was taken
@ QS_QEP_TRAN_XP
a tran to exit point out of a submachine
@ QS_QEP_STATE_ENTRY
a state was entered
@ QS_QEP_UNHANDLED
an event was unhandled due to a guard
@ QS_QEP_TRAN
a regular transition was taken
@ QS_QEP_DISPATCH
an event was dispatched (begin of RTC step)
@ QS_QEP_IGNORED
an event was ignored (silently discarded)
QActionHandler const act[1]
QMState const * obj
pointer to QMState object
QMTranActTable const * tatbl
transition-action table
QActionHandler const entryAction
entry action handler function
QMState const * superstate
superstate of this state
QState(*)(void *const me) QActionHandler
Pointer to an action-handler function.
QActionHandler const initAction
init action handler function
QState(*)(void *const me, QEvt const *const e) QStateHandler
Pointer to state-handler function.
QActionHandler const exitAction
exit action handler function
QStateHandler const stateHandler
state handler function
QStateHandler fun
pointer to a state handler function
QActionHandler act
pointer to an action-handler function
State object for the QP::QMsm class (QM State Machine).
Transition-Action Table for the QP::QMsm State Machine.
Attribute of for the QHsm class (Hierarchical State Machine).
Customizable and memory-efficient assertions for embedded systems.
#define Q_DEFINE_THIS_MODULE(name_)
Define the user-specified module name for assertions in this file.
#define Q_ASSERT_ID(id_, test_)
General purpose assertion with user-specified assertion-id.
#define Q_ENSURE_ID(id_, test_)
Assertion for checking postconditions with user-specified assertion-id.
#define Q_REQUIRE_ID(id_, test_)
Assertion for checking preconditions with user-specified assertion-id.
#define Q_DIM(array_)
Helper macro to calculate static dimension of a 1-dim array_.
#define Q_ERROR_ID(id_)
Assertion with user-specified assertion-id for a wrong path.
#define Q_EVT_CAST(class_)
Perform downcast of an event onto a subclass of QEvt class_.
#define QEP_ACT_PTR_INC_(act_)
Internal macro to increment the given action table act_.
QEP/C++ port, generic C++11 compiler.
#define QS_CRIT_STAT_
This is an internal macro for defining the critical section status type.
Dummy definitions of the QS macros that avoid code generation from the QS instrumentation.
#define QS_BEGIN_PRE_(rec_, qs_id_)
#define QS_OBJ_PRE_(obj_)
#define QS_FUN_PRE_(fun_)
#define QS_SIG_PRE_(sig_)
Internal (package scope) QS/C++ interface.
QS/C++ port to a 32-bit CPU, generic compiler.
QSignal sig
signal of the event instance