QP/C++ 6.9.3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
qxk_pkg.hpp
Go to the documentation of this file.
1 
39 #ifndef QXK_PKG_HPP
40 #define QXK_PKG_HPP
41 
42 namespace QP {
43 
49 };
50 
51 } // namespace QP
52 
53 //****************************************************************************
54 extern "C" {
55 
57 void QXK_stackInit_(void *thr, QP::QXThreadHandler const handler,
58  void * const stkSto, std::uint_fast16_t const stkSize) noexcept;
59 
61 void QXK_threadRet_(void) noexcept;
62 
63 } // extern "C"
64 
66 //
76 #define QXK_PTR_CAST_(type_, ptr_) (reinterpret_cast<type_>(ptr_))
77 
78 #include "qf_pkg.hpp" // QF package-scope interface
79 
80 #endif // QXK_PKG_HPP
unsigned int uint_fast16_t
fast at-least 16-bit unsigned int
Definition: 16bit/stdint.h:38
unsigned char uint8_t
exact-width 8-bit unsigned int
Definition: 16bit/stdint.h:29
namespace associated with the QP/C++ framework
Definition: struct.dox:1
void(*)(QXThread *const me) QXThreadHandler
Pointer to a thread-handler function.
Definition: qep.hpp:232
QXK_Timeouts
timeout signals
Definition: qxk_pkg.hpp:45
@ QXK_SEMA_SIG
Definition: qxk_pkg.hpp:48
@ QXK_QUEUE_SIG
Definition: qxk_pkg.hpp:47
@ QXK_DELAY_SIG
Definition: qxk_pkg.hpp:46
constexpr enum_t Q_USER_SIG
Offset or the user signals.
Definition: qep.hpp:610
Internal (package scope) QF/C++ interface.
void QXK_threadRet_(void) noexcept
called when a thread function returns
Definition: qxk_xthr.cpp:618
void QXK_stackInit_(void *thr, QP::QXThreadHandler const handler, void *const stkSto, std::uint_fast16_t const stkSize) noexcept
initialize the private stack of a given AO