|
SRS-control 0.1.4
|
#include "srs/ConfigHandler.hpp"#include "srs/SRSWorld.hpp"#include "srs/devices/Configuration.hpp"#include "srs/utils/CommonFunctions.hpp"#include "srs/writers/DataWriterOptions.hpp"#include <CLI/CLI.hpp>#include <algorithm>#include <chrono>#include <cstddef>#include <cstdlib>#include <exception>#include <filesystem>#include <fmt/base.h>#include <fmt/format.h>#include <fmt/ranges.h>#include <format>#include <spdlog/common.h>#include <spdlog/spdlog.h>#include <string>#include <string_view>#include <thread>#include <utility>#include <vector>
Go to the source code of this file.
Classes | |
| class | exception |
| STL class. More... | |
Functions | |
| auto | main (int argc, char **argv) -> int |
| template<typename Enum> | |
| constexpr auto | get_enum_dash_map () |
| template<auto EnumVal> | |
| constexpr auto | get_enum_dashed_name () |
| template<typename Enum> | |
| constexpr auto | get_enum_dashed_names () |
Variables | |
| constexpr auto | SPDLOG_LOG_NAMES = get_enum_dashed_names<spdlog::level::level_enum>() |
| const auto | spdlog_map = get_enum_dash_map<spdlog::level::level_enum>() |
| constexpr auto | DEFAULT_RUN_TIME_S = 5 |
| constexpr auto | DEFAULT_DELAY_TIME_US = 10000 |
|
constexpr |
Definition at line 102 of file EnumConvertFunctions.hpp.
|
constexpr |
Definition at line 73 of file EnumConvertFunctions.hpp.
|
constexpr |
Definition at line 35 of file EnumConvertFunctions.hpp.
| auto main | ( | int | argc, |
| char ** | argv )->int |
Definition at line 53 of file test_output.cpp.
|
constexpr |
Definition at line 51 of file test_output.cpp.
|
constexpr |
Definition at line 50 of file test_output.cpp.
|
constexpr |
Definition at line 31 of file test_output.cpp.
| const auto spdlog_map = get_enum_dash_map<spdlog::level::level_enum>() |
Definition at line 32 of file test_output.cpp.