Non-preemptive non-blocking QV kernel implementation. More...
#include "qp_port.hpp"#include "qp_pkg.hpp"#include "qsafe.h"#include "qs_port.hpp"#include "qs_pkg.hpp"Go to the source code of this file.
Namespaces | |
| namespace | QP |
| QP/C++ Framework namespace. | |
| namespace | QP::QF |
| QF Active Object Framework namespace. | |
Functions | |
| void | QP::QF::init () |
| QF initialization. | |
| void | QP::QF::stop () |
| Invoked by the application layer to stop the QF framework and return control to the OS/Kernel (used in some QF ports). | |
| int_t | QP::QF::run () |
| Transfers control to QF to run the application. | |
Non-preemptive non-blocking QV kernel implementation.
Definition in file qv.cpp.