constants.h 557 B

12345678910111213141516171819
  1. // // ******************************************************************
  2. // // /\ /| @File constants.h
  3. // // \ V/ @Brief
  4. // // | "") @Author lijinwen, ghz005@uni-trend.com.cn
  5. // // / | @Creation 2024-07-19
  6. // // / \\ @Modified 2024-07-23
  7. // // *(__\_\
  8. // // ******************************************************************
  9. #pragma once
  10. #include <cstdint>
  11. #include "../BaseHelper/Constants.h"
  12. namespace Protocol
  13. {
  14. //
  15. //constexpr double xxx = 0.95;
  16. }