QP/C++ 6.9.3
qf Directory Reference

Platform-independent implementation of the QEP and QF components.

More...

Directory dependency graph for qf:
qf

Files

file  qep_hsm.cpp [code]
 QP::QHsm implementation.
 
file  qep_msm.cpp [code]
 QP::QMsm implementation.
 
file  qf_act.cpp [code]
 QP::QActive services and QF support code.
 
file  qf_actq.cpp [code]
 QP::QActive native queue operations (based on QP::QEQueue)
 
file  qf_defer.cpp [code]
 QP::QActive::defer() and QP::QActive::recall() definitions.
 
file  qf_dyn.cpp [code]
 QF/C++ dynamic event management.
 
file  qf_mem.cpp [code]
 QF/C++ memory management services.
 
file  qf_ps.cpp [code]
 QF/C++ Publish-Subscribe services definitions.
 
file  qf_qact.cpp [code]
 QP::QActive::QActive() definition.
 
file  qf_qeq.cpp [code]
 QP::QEQueue implementation.
 
file  qf_qmact.cpp [code]
 QMActive::QMActive() and virtual functions.
 
file  qf_time.cpp [code]
 QF/C++ time events and time management services.
 

Detailed Description

Platform-independent implementation of the QEP and QF components.

Note
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 qf_actq.c would not be needed and should be excluded from the build.