QP::QActive services and QF support code. More...
#include "qf_port.hpp"
#include "qf_pkg.hpp"
#include "qassert.h"
#include "qs_port.hpp"
#include "qs_pkg.hpp"
Go to the source code of this file.
Namespaces | |
QP | |
namespace associated with the QP/C++ framework | |
Macros | |
#define | QF_PTR_INC_(p_) (++(p_)) |
Functions | |
std::uint_fast8_t | QF_LOG2 (QP::QPSetBits x) noexcept |
function that returns (log2(x) + 1), where x is a 32-bit bitmask More... | |
QP::QActive services and QF support code.
Definition in file qf_act.cpp.
#define QF_PTR_INC_ | ( | p_ | ) | (++(p_)) |
[in] | p_ | pointer to be incremented. |
Definition at line 57 of file qf_act.cpp.
|
noexcept |
function that returns (log2(x) + 1), where x
is a 32-bit bitmask
Definition at line 151 of file qf_act.cpp.