40 #include "qf_port.hpp"
78 bool const status = eq->post(e, 0U, m_prio);
114 QEvt const *
const e = eq->get(m_prio);
180 for (
QEvt const *e = eq->get(m_prio);
unsigned int uint_fast16_t
fast at-least 16-bit unsigned int
QActive active object (based on QP::QHsm implementation)
virtual void postLIFO(QEvt const *const e) noexcept
Posts an event directly to the event queue of the active object using the Last-In-First-Out (LIFO) po...
bool recall(QEQueue *const eq) noexcept
Recall a deferred event from a given event queue.
std::uint_fast16_t flushDeferred(QEQueue *const eq) const noexcept
Flush the specified deferred queue 'eq'.
Native QF Event Queue class.
static void gc(QEvt const *const e) noexcept
Recycle a dynamic event.
namespace associated with the QP/C++ framework
@ QS_QF_ACTIVE_RECALL
AO recalled an event.
@ QS_QF_ACTIVE_RECALL_ATTEMPT
AO attempted to recall an event.
@ QS_QF_ACTIVE_DEFER
AO deferred an event.
void QF_EVT_REF_CTR_DEC_(QEvt const *const e) noexcept
decrement the refCtr_ of an event e
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.
Internal (package scope) QF/C++ interface.
#define QF_CRIT_STAT_
This is an internal macro for defining the critical section status type.
#define Q_ASSERT_CRIT_(id_, test_)
#define QF_CRIT_X_()
This is an internal macro for exiting a critical section.
#define QF_CRIT_E_()
This is an internal macro for entering a critical section.
#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_BEGIN_NOCRIT_PRE_(rec_, qs_id_)
#define QS_OBJ_PRE_(obj_)
#define QS_END_NOCRIT_PRE_()
#define QS_2U8_PRE_(data1_, data2_)
#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
std::uint8_t volatile refCtr_
reference counter
std::uint8_t poolId_
pool ID (0 for static event)