|
Sen API
Sen Libraries
|
#include "sen/core/base/class_helpers.h"#include "sen/core/meta/class_type.h"#include "sen/kernel/kernel_config.h"#include "stl/sen/kernel/basic_types.stl.h"#include <filesystem>#include <memory>Go to the source code of this file.
Classes | |
| class | sen::kernel::Kernel |
| Main entry point of a sen microkernel. More... | |
Namespaces | |
| namespace | sen |
| namespace | sen::kernel |
| Strong type for the unique identifier for a transport timer. | |
Enumerations | |
| enum class | sen::kernel::KernelBlockMode { sen::kernel::doNotBlock , sen::kernel::doBlock } |
| How to deal with the thread that calls the Kernel::run() function. More... | |