// // ****************************************************************** // // /\ /| @File protocol_decode_base.h // // \ V/ @Brief // // | "") @Author lijinwen, ghz005@uni-trend.com.cn // // / | @Creation 2024-05-16 // // / \\ @Modified 2024-06-24 // // *(__\_\ // // ****************************************************************** #pragma once #include #include #include #include #include #include #include #include "decode_result.h" #include "BaseEnums/protocol_enums.h" #include "BaseHelper/Loger.h" // DLL_VERSION "x.x.x" const std::string DLL_VERSION = "0.1.11"; namespace Protocol { class QuantizeParams; struct DecodeParams; };