The data type to store in the event queue ring-buffer. More...
Public Attributes | |
| struct QEvt const * | e |
| QEvt const * | e |
The data type to store in the event queue ring-buffer.
Details
QEvtPtr represents data stored in the QP/C event queues. In the standard QP editions, QEvtPtr is just a const pointer to QEvt. However, in the safe editions, QEvtPtr stores additionally the redundant duplicate inverse storage (DIS) of the pointer. The QEvtPtr type hides these differences from the application-level.