|
SRS-control 0.1.4
|
#include "srs/Application.hpp"#include "srs/ConfigHandler.hpp"#include "srs/devices/Configuration.hpp"#include "srs/utils/CommonDefinitions.hpp"#include "srs/utils/CommonFunctions.hpp"#include <CLI/CLI.hpp>#include <cstdlib>#include <exception>#include <fmt/format.h>#include <fmt/ranges.h>#include <format>#include <print>#include <spdlog/common.h>#include <spdlog/spdlog.h>#include <string>#include <utility>#include <vector>
Go to the source code of this file.
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 | ACTION_MODE_NAMES = get_enum_dashed_names<srs::common::ActionMode>() |
| constexpr auto | SPDLOG_LOG_NAMES = get_enum_dashed_names<spdlog::level::level_enum>() |
| constexpr auto | PRINT_MODE_NAMES = get_enum_dashed_names<srs::common::DataPrintMode>() |
| const auto | print_mode_map = get_enum_dash_map<srs::common::DataPrintMode>() |
| const auto | spdlog_map = get_enum_dash_map<spdlog::level::level_enum>() |
| const auto | action_mode_map = get_enum_dash_map<srs::common::ActionMode>() |
|
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.
| const auto action_mode_map = get_enum_dash_map<srs::common::ActionMode>() |
|
constexpr |
| const auto print_mode_map = get_enum_dash_map<srs::common::DataPrintMode>() |
|
constexpr |
|
constexpr |
| const auto spdlog_map = get_enum_dash_map<spdlog::level::level_enum>() |