Sen API
Sen Libraries
Loading...
Searching...
No Matches
bootloader.h File Reference
#include "sen/core/base/class_helpers.h"
#include "sen/kernel/kernel.h"
#include "sen/kernel/kernel_config.h"
#include <filesystem>
#include <memory>
#include <string>

Go to the source code of this file.

Classes

class  sen::kernel::Bootloader
 Configures a kernel for running. More...

Namespaces

namespace  sen
namespace  sen::kernel
 Strong type for the unique identifier for a transport timer.

Functions

VarMap sen::kernel::getConfigAsVarFromYaml (const std::filesystem::path &path, bool printFinalConfig=false)
 Loads a configuration YAML file and returns its contents as a sen::VarMap. This function does not validate the correctness of the configuration, but simply translates the contents into the Var. It resolves included yamls.
VarMap sen::kernel::getConfigAsVarFromYaml (const std::string &content, const std::filesystem::path &path, bool printFinalConfig=false)
 Loads a configuration YAML file and returns its contents as a sen::VarMap. This function does not validate the correctness of the configuration, but simply translates the contents into the Var. It resolves included yamls. If the "path" argument is not correct, it will not resolve the inclusions.