HSPScanner_msg_g.h 460 B

12345678910111213141516171819202122232425262728293031
  1. #ifndef __HSPSCANNER_MSG_G_H
  2. #define __HSPSCANNER_MSG_G_H
  3. #pragma once
  4. // This code is generated by spgen tool!
  5. #include "SpHelper.h"
  6. namespace HSPScanner {
  7. #define eMsg_StatusMsg 0
  8. #define eMsgSig_StatusMsg -1779659877
  9. struct StatusMsg
  10. {
  11. int status;
  12. CSimpleStringA description;
  13. void Serialize(SpBuffer &Buf)
  14. {
  15. auto & buf = Buf & status & description;
  16. }
  17. };
  18. ///////////////////////////
  19. } // namespace HSPScanner
  20. #endif // __HSPSCANNER_MSG_G_H