Private attributes of the QF framework. More...
#include <qp_pkg.hpp>
Public Attributes | |
| std::array< QF_EPOOL_TYPE_, QF_MAX_EPOOL > | ePool_ |
| Array of event pools sized for the maximum allowed number of pools. | |
| std::uint8_t | maxPool_ |
| Number of event pools managed by the QF Framework. | |
Private attributes of the QF framework.
Forward Traceability
Definition at line 77 of file qp_pkg.hpp.
| std::array<QF_EPOOL_TYPE_, QF_MAX_EPOOL> QP::QF::Attr::ePool_ |
Array of event pools sized for the maximum allowed number of pools.
Forward Traceability
Definition at line 81 of file qp_pkg.hpp.
| std::uint8_t QP::QF::Attr::maxPool_ |
Number of event pools managed by the QF Framework.
Forward Traceability
Definition at line 82 of file qp_pkg.hpp.