1 #ifndef __RAW_EVENT_STREAM_FORMAT_HPP__
2 #define __RAW_EVENT_STREAM_FORMAT_HPP__
12 #ifdef DVSENSE_HAL_EXPORTS
13 #define DVSENSE_API __declspec(dllexport)
15 #define DVSENSE_API __declspec(dllimport)
87 const std::string &
operator[](
const std::string_view name)
const;
95 void parseEncodingType(
const std::string &encodingTypeStr);
101 std::string encodingTypeStr;
111 std::map<std::string, std::string> options;
Definition: TypeUtils.hpp:7
RawEventStreamEncodingType
原始事件流编码类型的枚举
Definition: RawEventStreamFormat.hpp:32