39 #include "qf_port.hpp"
50 #ifdef QF_OS_OBJECT_TYPE
51 QF::bzero(&m_osObject,
sizeof(m_osObject));
static void bzero(void *const start, std::uint_fast16_t const len) noexcept
Clear a specified region of memory to zero.
Hierarchical State Machine base class.
static QState top(void *const me, QEvt const *const e) noexcept
the top-state.
namespace associated with the QP/C++ framework
QState(*)(void *const me, QEvt const *const e) QStateHandler
Pointer to state-handler function.
#define Q_STATE_CAST(handler_)
Macro to perform casting to QStateHandler.