qpcpp/include/qk.hpp

197 lines
6.5 KiB
C++
Raw Normal View History

2022-08-11 15:36:19 -04:00
//$file${include::qk.hpp} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
//
// Model: qpcpp.qm
// File: ${include::qk.hpp}
//
2024-01-17 07:50:09 -05:00
// This code has been generated by QM 6.1.1 <www.state-machine.com/qm>.
2022-08-11 15:36:19 -04:00
// DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
//
// This code is covered by the following QP license:
// License # : LicenseRef-QL-dual
// Issued to : Any user of the QP/C++ real-time embedded framework
// Framework(s) : qpcpp
// Support ends : 2024-12-31
2022-08-11 15:36:19 -04:00
// License scope:
//
// Copyright (C) 2005 Quantum Leaps, LLC <state-machine.com>.
//
// Q u a n t u m L e a P s
// ------------------------
// Modern Embedded Software
//
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-QL-commercial
//
// This software is dual-licensed under the terms of the open source GNU
// General Public License version 3 (or any later version), or alternatively,
// under the terms of one of the closed source Quantum Leaps commercial
// licenses.
//
// The terms of the open source GNU General Public License version 3
// can be found at: <www.gnu.org/licenses/gpl-3.0>
//
// The terms of the closed source Quantum Leaps commercial licenses
// can be found at: <www.state-machine.com/licensing>
//
// Redistributions in source code must retain this top-level comment block.
// Plagiarizing this software to sidestep the license obligations is illegal.
//
// Contact information:
2022-08-11 15:36:19 -04:00
// <www.state-machine.com/licensing>
// <info@state-machine.com>
2022-08-11 15:36:19 -04:00
//
//$endhead${include::qk.hpp} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#ifndef QK_HPP_
#define QK_HPP_
2012-08-14 18:00:48 -04:00
//$declare${QK::QSchedStatus} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
namespace QP {
2018-02-18 12:08:21 -05:00
//${QK::QSchedStatus} ........................................................
using QSchedStatus = std::uint_fast8_t;
2018-02-18 12:08:21 -05:00
} // namespace QP
//$enddecl${QK::QSchedStatus} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2015-12-31 14:56:37 -05:00
2022-08-11 15:36:19 -04:00
//$declare${QK::QK-base} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
2018-02-18 12:08:21 -05:00
namespace QP {
2022-08-11 15:36:19 -04:00
namespace QK {
//${QK::QK-base::schedLock} ..................................................
QSchedStatus schedLock(std::uint_fast8_t const ceiling) noexcept;
//${QK::QK-base::schedUnlock} ................................................
void schedUnlock(QSchedStatus const prevCeil) noexcept;
2018-02-18 12:08:21 -05:00
//${QK::QK-base::onIdle} .....................................................
void onIdle();
2022-08-11 15:36:19 -04:00
} // namespace QK
} // namespace QP
//$enddecl${QK::QK-base} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2016-09-01 11:58:57 -04:00
extern "C" {
2022-08-11 15:36:19 -04:00
//$declare${QK-extern-C} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
2016-09-01 11:58:57 -04:00
2022-08-11 15:36:19 -04:00
//${QK-extern-C::QK_Attr} ....................................................
class QK_Attr {
public:
QP::QPSet readySet;
std::uint_fast8_t actPrio;
std::uint_fast8_t nextPrio;
std::uint_fast8_t actThre;
std::uint_fast8_t lockCeil;
std::uint_fast8_t intNest;
#ifndef Q_UNSAFE
QP::QPSet readySet_dis;
#endif // ndef Q_UNSAFE
#ifndef Q_UNSAFE
std::uint_fast8_t actPrio_dis;
#endif // ndef Q_UNSAFE
#ifndef Q_UNSAFE
std::uint_fast8_t nextPrio_dis;
#endif // ndef Q_UNSAFE
#ifndef Q_UNSAFE
std::uint_fast8_t actThre_dis;
#endif // ndef Q_UNSAFE
#ifndef Q_UNSAFE
std::uint_fast8_t lockCeil_dis;
#endif // ndef Q_UNSAFE
}; // class QK_Attr
//${QK-extern-C::QK_priv_} ...................................................
extern QK_Attr QK_priv_;
2016-09-01 11:58:57 -04:00
2022-08-11 15:36:19 -04:00
//${QK-extern-C::QK_sched_} ..................................................
std::uint_fast8_t QK_sched_() noexcept;
2016-09-01 11:58:57 -04:00
2022-08-11 15:36:19 -04:00
//${QK-extern-C::QK_activate_} ...............................................
2022-10-06 20:29:33 -04:00
void QK_activate_() noexcept;
2022-08-11 15:36:19 -04:00
//$enddecl${QK-extern-C} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
} // extern "C"
//============================================================================
// interface used only for internal implementation, but not in applications
2014-04-13 21:35:34 -04:00
#ifdef QP_IMPL
2016-10-08 12:46:03 -04:00
//$declare${QK-impl} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
2022-08-11 15:36:19 -04:00
//${QK-impl::QF_SCHED_STAT_} .................................................
#define QF_SCHED_STAT_ QSchedStatus lockStat_;
//${QK-impl::QF_SCHED_LOCK_} .................................................
2022-08-28 22:12:27 -04:00
#define QF_SCHED_LOCK_(ceil_) do { \
2022-08-11 15:36:19 -04:00
if (QK_ISR_CONTEXT_()) { \
lockStat_ = 0xFFU; \
} else { \
2022-08-28 22:12:27 -04:00
lockStat_ = QK::schedLock((ceil_)); \
2022-08-11 15:36:19 -04:00
} \
} while (false)
//${QK-impl::QF_SCHED_UNLOCK_} ...............................................
#define QF_SCHED_UNLOCK_() do { \
if (lockStat_ != 0xFFU) { \
QK::schedUnlock(lockStat_); \
} \
} while (false)
//${QK-impl::QACTIVE_EQUEUE_WAIT_} ...........................................
#define QACTIVE_EQUEUE_WAIT_(me_) \
Q_ASSERT_INCRIT(320, (me_)->m_eQueue.m_frontEvt != nullptr)
2022-08-11 15:36:19 -04:00
//${QK-impl::QACTIVE_EQUEUE_SIGNAL_} .........................................
#ifndef Q_UNSAFE
2022-08-11 15:36:19 -04:00
#define QACTIVE_EQUEUE_SIGNAL_(me_) do { \
QK_priv_.readySet.insert( \
2022-08-11 15:36:19 -04:00
static_cast<std::uint_fast8_t>((me_)->m_prio)); \
QK_priv_.readySet.update_(&QK_priv_.readySet_dis); \
2022-08-11 15:36:19 -04:00
if (!QK_ISR_CONTEXT_()) { \
if (QK_sched_() != 0U) { \
2022-10-06 20:29:33 -04:00
QK_activate_(); \
2022-08-11 15:36:19 -04:00
} \
} \
} while (false)
#endif // ndef Q_UNSAFE
//${QK-impl::QACTIVE_EQUEUE_SIGNAL_} .........................................
#ifdef Q_UNSAFE
#define QACTIVE_EQUEUE_SIGNAL_(me_) do { \
QK_priv_.readySet.insert( \
static_cast<std::uint_fast8_t>((me_)->m_prio)); \
if (!QK_ISR_CONTEXT_()) { \
if (QK_sched_() != 0U) { \
QK_activate_(); \
} \
} \
} while (false)
#endif // def Q_UNSAFE
2022-08-11 15:36:19 -04:00
//$enddecl${QK-impl} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
//$declare${QF_EPOOL-impl} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
2022-08-11 15:36:19 -04:00
//${QF_EPOOL-impl::QF_EPOOL_TYPE_} ...........................................
2022-08-11 15:36:19 -04:00
#define QF_EPOOL_TYPE_ QMPool
//${QF_EPOOL-impl::QF_EPOOL_INIT_} ...........................................
2022-08-11 15:36:19 -04:00
#define QF_EPOOL_INIT_(p_, poolSto_, poolSize_, evtSize_) \
(p_).init((poolSto_), (poolSize_), (evtSize_))
//${QF_EPOOL-impl::QF_EPOOL_EVENT_SIZE_} .....................................
2022-08-11 15:36:19 -04:00
#define QF_EPOOL_EVENT_SIZE_(p_) ((p_).getBlockSize())
//${QF_EPOOL-impl::QF_EPOOL_GET_} ............................................
2024-01-17 07:50:09 -05:00
#define QF_EPOOL_GET_(p_, e_, m_, qsId_) \
((e_) = static_cast<QEvt *>((p_).get((m_), (qsId_))))
2022-08-11 15:36:19 -04:00
//${QF_EPOOL-impl::QF_EPOOL_PUT_} ............................................
2024-01-17 07:50:09 -05:00
#define QF_EPOOL_PUT_(p_, e_, qsId_) ((p_).put((e_), (qsId_)))
//$enddecl${QF_EPOOL-impl} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2015-05-14 16:05:04 -04:00
#endif // QP_IMPL
2022-09-22 11:13:20 -04:00
#endif // QK_HPP_