47 #include "qf_port.hpp"
56 #ifndef QP_API_VERSION
70 #define QP_API_VERSION 0
77 #if (QP_API_VERSION < 691)
80 #define QS_FILTER_ON(rec_) QS_GLB_FILTER((rec_))
83 #define QS_FILTER_OFF(rec_) QS_GLB_FILTER(-(rec_))
86 #define QS_FILTER_SM_OBJ(obj_) (static_cast<void>(0))
89 #define QS_FILTER_AO_OBJ(obj_) (static_cast<void>(0))
92 #define QS_FILTER_MP_OBJ(obj_) (static_cast<void>(0))
95 #define QS_FILTER_EQ_OBJ(obj_) (static_cast<void>(0))
98 #define QS_FILTER_TE_OBJ(obj_) (static_cast<void>(0))
103 #define QS_FILTER_AP_OBJ(obj_) \
104 (QP::QS::priv_.locFilter_AP = (obj_))
107 #define QS_BEGIN(rec_, obj_) \
108 if (QS_GLB_FILTER_(rec_) && \
109 ((QP::QS::priv_.locFilter[QP::QS::AP_OBJ] == nullptr) \
110 || (QP::QS::priv_.locFilter_AP == (obj_)))) \
114 QP::QS::beginRec_(static_cast<std::uint_fast8_t>(rec_)); \
118 #define QS_U32_HEX(width_, data_) \
119 (QP::QS::u32_fmt_(static_cast<std::uint8_t>( \
120 (static_cast<std::uint8_t>((width_) << 4)) \
121 | static_cast<std::uint8_t>(0xFU)), (data_)))
127 #define QS_FILTER_AP_OBJ(obj_) (static_cast<void>(0))
128 #define QS_BEGIN(rec_, obj_) if (false) {
129 #define QS_U32_HEX(width_, data_) (static_cast<void>(0))
134 #if (QP_API_VERSION < 680)
140 #define Q_TRAN(target_) (me->tran(Q_STATE_CAST(target_)))
146 #define Q_TRAN_HIST(hist_) (me->tran_hist((hist_)))
152 #define Q_SUPER(state_) (me->super((state_)))
158 #define QM_ENTRY(state_) (me->qm_entry((state_)))
164 #define QM_EXIT(state_) (me->qm_exit((state_)))
170 #define QM_SM_EXIT(state_) (me->qm_sm_exit((state_)))
176 #define QM_TRAN(tatbl_) (me->qm_tran((tatbl_)))
182 #define QM_TRAN_INIT(tatbl_) (me->qm_tran_init((tatbl_)))
188 #define QM_TRAN_HIST(history_, tatbl_) \
189 (me->qm_tran_hist((history_), (tatbl_)))
195 #define QM_TRAN_EP(tatbl_) (me->qm_tran_ep((tatbl_)))
201 #define QM_TRAN_XP(xp_, tatbl_) (me->qm_tran_xp((xp_), (tatbl_)))
207 #define QM_SUPER_SUB(state_) (me->qm_super_sub((state_)))
Customizable and memory-efficient assertions for embedded systems.
Dummy definitions of the QS macros that avoid code generation from the QS instrumentation.
QS/C++ port to a 32-bit CPU, generic compiler.