Constants.h 499 B

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