Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: qp_hangman qp_dpp qp_blinky
QEvt Struct Reference
#include <qp.h>
Inherited by QTimeEvt.
Data Fields | |
QSignal | sig |
signal of the event instance | |
Friends | |
class | QF |
class | QTimeEvt |
uint8_t | QF_EVT_POOL_ID_ (QEvt const *const e) |
access to the poolId_ of an event e | |
uint8_t | QF_EVT_REF_CTR_ (QEvt const *const e) |
access to the refCtr_ of an event e | |
void | QF_EVT_REF_CTR_INC_ (QEvt const *const e) |
increment the refCtr_ of an event e | |
void | QF_EVT_REF_CTR_DEC_ (QEvt const *const e) |
decrement the refCtr_ of an event e |
Detailed Description
QEvt base class.
QEvt represents events without parameters and serves as the base class for derivation of events with parameters.
The following example illustrates how to add an event parameter by inheriting from the QEvt class.
Definition at line 167 of file qp.h.
Friends And Related Function Documentation
uint8_t QF_EVT_POOL_ID_ | ( | QEvt const *const | e ) | [friend] |
uint8_t QF_EVT_REF_CTR_ | ( | QEvt const *const | e ) | [friend] |
void QF_EVT_REF_CTR_DEC_ | ( | QEvt const *const | e ) | [friend] |
void QF_EVT_REF_CTR_INC_ | ( | QEvt const *const | e ) | [friend] |
Field Documentation
Generated on Wed Jul 13 2022 11:50:18 by
