UsbDecodeEvent.h 567 B

12345678910111213141516171819
  1. // // ******************************************************************
  2. // // /\ /| @File UsbDecodeEvent.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. #include "../DecodeEvent.h"
  11. namespace Protocol
  12. {
  13. struct UsbDecodeEvent : Protocol::DecodeBaseEvent
  14. {
  15. public:
  16. };
  17. }