File runtime_impl.cpp
FileList > src > runtime_impl.cpp
Go to the source code of this file
#include "illixr/runtime.hpp"#include "illixr/dynamic_lib.hpp"#include "illixr/error_util.hpp"#include "illixr/global_module_defs.hpp"#include "illixr/phonebook.hpp"#include "illixr/plugin.hpp"#include "illixr/record_logger.hpp"#include "illixr/stoplight.hpp"#include "illixr/switchboard.hpp"#include "illixr/vk/vk_extension_request.hpp"#include "vulkan_display.hpp"#include "no_op_record_logger.hpp"#include <algorithm>#include <memory>#include <mutex>#include <set>#include <spdlog/spdlog.h>#include <spdlog/sinks/basic_file_sink.h>#include <spdlog/sinks/stdout_color_sinks.h>#include <string>#include <vector>
Classes
| Type | Name |
|---|---|
| class | runtime_impl |
Public Types
| Type | Name |
|---|---|
| typedef bool(* | n_monado_t |
Public Functions
| Type | Name |
|---|---|
| MY_EXPORT_API runtime * | runtime_factory () |
| void | spdlogger (const std::string & name, const char * log_level) |
Public Types Documentation
typedef n_monado_t
typedef bool(* n_monado_t) ();
Public Functions Documentation
function runtime_factory
MY_EXPORT_API runtime * runtime_factory ()
function spdlogger
void spdlogger (
const std::string & name,
const char * log_level
)
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR/illixr_release/ILLIXR/src/runtime_impl.cpp