xxx_decode_options.h 509 B

1234567891011121314151617
  1. // // ******************************************************************
  2. // // /\ /| @File xxxDecodeOptions.h
  3. // // \ V/ @Brief
  4. // // | "") @Author lijinwen, ghz005@uni-trend.com.cn
  5. // // / | @Creation 2024-07-16
  6. // // / \\ @Modified 2024-07-16
  7. // // *(__\_\
  8. // // ******************************************************************
  9. #pragma once
  10. namespace Protocol
  11. {
  12. struct xxxDecodeOptions
  13. {
  14. };
  15. }