SRS-control 0.1.4
 
Loading...
Searching...
No Matches
CLIOptionsMap.hpp File Reference
#include <map>
#include <spdlog/common.h>
#include <srs/Application.hpp>
#include <string>
Include dependency graph for CLIOptionsMap.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  DataPrintMode
 

Variables

const auto spd_log_map
 
const auto print_mode_map
 

Enumeration Type Documentation

◆ DataPrintMode

enum class srs::common::DataPrintMode : uint8_t
strong

Definition at line 52 of file CommonDefitions.hpp.

Variable Documentation

◆ print_mode_map

const auto print_mode_map
Initial value:
= std::map<std::string, srs::common::DataPrintMode>{ { "speed", print_speed },
{ "header", print_header },
{ "raw", print_raw },
{ "all", print_all } }

Definition at line 15 of file CLIOptionsMap.hpp.

◆ spd_log_map

const auto spd_log_map
Initial value:
= std::map<std::string, spdlog::level::level_enum>{
{ "trace", spdlog::level::trace }, { "debug", spdlog::level::debug }, { "info", spdlog::level::info },
{ "warn", spdlog::level::warn }, { "error", spdlog::level::err }, { "critical", spdlog::level::critical },
{ "off", spdlog::level::off }
}

Definition at line 9 of file CLIOptionsMap.hpp.