QP/C  8.0.0
Real-Time Embedded Framework
Loading...
Searching...
No Matches
qf Directory Reference

Platform-independent implementation of the QEP and QF components.

More...

Files

 qep_hsm.c
 QHsm class implementation
 
 qep_msm.c
 QMsm class implementation
 
 qf_act.c
 defines Active Object management internal data
 
 qf_actq.c
 Active Object queue operations based on the QEQueue class.
 
 qf_defer.c
 event deferral facilities
 
 qf_dyn.c
 dynamic event management facilities
 
 qf_mem.c
 QMPool implementation
 
 qf_ps.c
 publish-subscribe facilities
 
 qf_qact.c
 Active Object management facilities.
 
 qf_qeq.c
 QEQueue implementation
 
 qf_qmact.c
 QMActive implementation
 
 qf_time.c
 QTimeEvt implementation
 

Detailed Description

Platform-independent implementation of the QEP and QF components.

Details
Typically, files in this directory need to be added to the application build, but some QP ports might not need all the files in this directory. For example, a QP port to a 3rd-party RTOS kernel might be using a message queue of the RTOS instead of the native QP event queue, in which case the file src/qf/qf_actq.c would not be needed and should be excluded from the build.