QP/C  8.0.3
Real-Time Event Framework
Loading...
Searching...
No Matches
qequeue.h File Reference

QP native platform-independent thread-safe event queue interface. More...

Go to the source code of this file.

Classes

class  QEQueue
 Native QF Event Queue. More...
 

Typedefs

typedef uint16_t QEQueueCtr
 

Detailed Description

QP native platform-independent thread-safe event queue interface.

Backward Traceability
  • DVP_QP_MC4_D04_08

Definition in file qequeue.h.

Typedef Documentation

◆ QEQueueCtr

typedef uint16_t QEQueueCtr

The data type to store the ring-buffer counters based on the macro QF_EQUEUE_CTR_SIZE.

Details
The dynamic range of this data type determines the maximum length of the ring buffer managed by the native QF event queue.

Definition at line 39 of file qequeue.h.