QActive_unsubscribeAll() definition. More...
#include "qf_pkg.h"#include "qassert.h"Go to the source code of this file.
Functions | |
| void | QActive_unsubscribeAll (QActive const *me) |
| Un-subscribes from the delivery of all signals to the active object me. | |
QActive_unsubscribeAll() definition.
Definition in file qa_usuba.c.
| void QActive_unsubscribeAll | ( | QActive const * | me | ) |
Un-subscribes from the delivery of all signals to the active object me.
This function is part of the Publish-Subscribe event delivery mechanism available in QF. Un-subscribing from all events means that the framework will stop posting any published events to the event queue of the active object me.
Definition at line 40 of file qa_usuba.c.
References QSubscrList::bits, Q_REQUIRE, Q_ROM_BYTE, Q_USER_SIG, QF_active_, QF_div8Lkup, QF_invPwr2Lkup, QF_MAX_ACTIVE, QF_maxSignal_, QF_pwr2Lkup, QF_subscrList_, QS_aoObj_, QS_BEGIN_NOLOCK_, QS_END_NOLOCK_, QS_OBJ_, QS_QF_ACTIVE_UNSUBSCRIBE, and QS_SIG_.
1.6.3