|
QP/C
|
QActive_unsubscribe() definition. More...
Go to the source code of this file.
Functions | |
| void | QActive_unsubscribe (QActive const *me, QSignal sig) |
| Un-subscribes from the delivery of signal sig to the active object me. | |
QActive_unsubscribe() definition.
Definition in file qa_usub.c.
| void QActive_unsubscribe | ( | QActive const * | me, |
| QSignal | sig | ||
| ) |
Un-subscribes from the delivery of signal sig to the active object me.
This function is part of the Publish-Subscribe event delivery mechanism available in QF. Un-subscribing from an event means that the framework will stop posting published events with a given signal sig to the event queue of the active object me.
Definition at line 40 of file qa_usub.c.
References Q_REQUIRE, Q_USER_SIG, QF_active_, QF_div8Lkup, QF_invPwr2Lkup, QF_MAX_ACTIVE, QF_maxSignal_, QF_PTR_AT_, QF_subscrList_, QS_aoObj_, QS_BEGIN_NOCRIT_, QS_END_NOCRIT_, QS_OBJ_, QS_QF_ACTIVE_UNSUBSCRIBE, and QS_TIME_.
1.7.6.1