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

QP natvie, 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
 

Variables

QEQueue QEQueue_dummy
 

Detailed Description

QP natvie, platform-independent, thread-safe event queue interface.

Traceability

Definition in file qequeue.h.

Typedef Documentation

◆ QEQueueCtr

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

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 53 of file qequeue.h.

Variable Documentation

◆ QEQueue_dummy

QEQueue QEQueue_dummy
extern