SRS-control 0.1.4
 
Loading...
Searching...
No Matches
DataWriterOptions.hpp File Reference
#include <filesystem>
#include <srs/converters/DataConvertOptions.hpp>
Include dependency graph for DataWriterOptions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  srs
 

Enumerations

enum class  srs::DataWriterOption : uint8_t {
  srs::no_output = 0x00 , srs::root = 0x01 , srs::json = 0x02 , srs::bin = 0x04 ,
  srs::udp = 0x10
}
 

Functions

auto srs::get_filetype_from_filename (std::string_view filename) -> std::tuple< DataWriterOption, process::DataConvertOptions >