xxx_packet.h 593 B

123456789101112131415161718192021
  1. // // ******************************************************************
  2. // // /\ /| @File XXX_packet.h
  3. // // \ V/ @Brief
  4. // // | "") @Author lijinwen, ghz005@uni-trend.com.cn
  5. // // / | @Creation 2024-05-16
  6. // // / \\ @Modified 2024-06-24
  7. // // *(__\_\
  8. // // ******************************************************************
  9. #pragma once
  10. #include <cstdint>
  11. #include "protocol_xxx_enums.h"
  12. namespace Protocol
  13. {
  14. //内部使用数据结构 数据帧
  15. struct XXXPacket
  16. {
  17. };
  18. }