SRS-control 0.1.4
Loading...
Searching...
No Matches
test_output.cpp File Reference
#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>
Include dependency graph for test_output.cpp:

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

Function Documentation

◆ get_enum_dash_map()

template<typename Enum>
auto srs::common::internal::get_enum_dash_map ( )
constexpr

Definition at line 102 of file EnumConvertFunctions.hpp.

◆ get_enum_dashed_name()

template<auto EnumVal>
auto srs::common::internal::get_enum_dashed_name ( )
constexpr

Definition at line 73 of file EnumConvertFunctions.hpp.

◆ get_enum_dashed_names()

template<typename Enum>
auto srs::common::internal::get_enum_dashed_names ( )
constexpr

Definition at line 35 of file EnumConvertFunctions.hpp.

◆ main()

auto main ( int argc,
char ** argv )->int

Definition at line 53 of file test_output.cpp.

Variable Documentation

◆ DEFAULT_DELAY_TIME_US

auto DEFAULT_DELAY_TIME_US = 10000
constexpr

Definition at line 51 of file test_output.cpp.

◆ DEFAULT_RUN_TIME_S

auto DEFAULT_RUN_TIME_S = 5
constexpr

Definition at line 50 of file test_output.cpp.

◆ SPDLOG_LOG_NAMES

auto SPDLOG_LOG_NAMES = get_enum_dashed_names<spdlog::level::level_enum>()
constexpr

Definition at line 31 of file test_output.cpp.

◆ spdlog_map

const auto spdlog_map = get_enum_dash_map<spdlog::level::level_enum>()

Definition at line 32 of file test_output.cpp.