SRS-control 0.1.4
 
Loading...
Searching...
No Matches
DataConvertOptions.hpp File Reference
#include <algorithm>
#include <array>
#include <cstdint>
#include <fmt/format.h>
#include <string_view>
Include dependency graph for DataConvertOptions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  srs::process::ConvertOptionRelation
 
class  fmt::formatter< srs::process::DataConvertOptions >
 

Namespaces

namespace  srs
 
namespace  srs::process
 

Enumerations

enum class  srs::process::DataConvertOptions : uint8_t {
  srs::process::none , srs::process::raw , srs::process::raw_frame , srs::process::structure ,
  srs::process::proto , srs::process::proto_frame
}
 

Functions

constexpr auto srs::process::convert_option_to_string (DataConvertOptions option) -> std::string_view
 
constexpr auto srs::process::convert_option_has_dependency (DataConvertOptions dependee, DataConvertOptions depender) -> bool
 

Variables

constexpr auto srs::process::EMPTY_CONVERT_OPTION_COUNT_MAP
 
constexpr auto srs::process::CONVERT_OPTION_RELATIONS