RS232DecodeResult.cpp 560 B

123456789101112131415161718
  1. // // ******************************************************************
  2. // // /\ /| @File RS232DecodeResult.cpp
  3. // // \ V/ @Brief
  4. // // | "") @Author lijinwen, ghz005@uni-trend.com.cn
  5. // // / | @Creation 2024-05-16
  6. // // / \\ @Modified 2024-05-16
  7. // // *(__\_\
  8. // // ******************************************************************
  9. #include "RS232DecodeResult.h"
  10. namespace Protocol
  11. {
  12. // void RS232DecodeResult::ClearData()
  13. // {
  14. //
  15. // }
  16. }