Cooperative QV kernel implementation. 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 | |
namespace | QP |
QP/C++ framework. | |
namespace | QP::QV |
cooperative, non-preemptive kernel | |
namespace | QP::QF |
hierarchical event processor and active object framework | |
Functions | |
void | QP::QF::init () |
QF initialization. | |
void | QP::QF::stop () |
Function invoked by the application layer to stop the QF application and return control to the OS/Kernel. | |
int_t | QP::QF::run () |
Transfers control to QF to run the application. | |