Recorder_def_g.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. #ifndef __RECORDER_DEF_G_H
  2. #define __RECORDER_DEF_G_H
  3. #pragma once
  4. // This code is generated by spgen tool!
  5. #include "SpHelper.h"
  6. namespace Recorder {
  7. //
  8. // const goes here
  9. //
  10. #define RecorderSerVice_Method_StartTransactionRecord 0
  11. #define RecorderSerVice_Method_StopTransactionRecord 1
  12. #define RecorderSerVice_MethodSignature_StartTransactionRecord -227160339
  13. #define RecorderSerVice_MethodSignature_StopTransactionRecord 541502029
  14. #define RecorderSerVice_LogCode_StartTransactionRecord "QLR040231200"
  15. #define RecorderSerVice_LogCode_StopTransactionRecord "QLR040231201"
  16. struct RecorderSerVice_StartTransactionRecord_Req
  17. {
  18. CSimpleStringA VideoName;
  19. void Serialize(SpBuffer &Buf)
  20. {
  21. auto & buf = Buf & VideoName;
  22. }
  23. };
  24. struct RecorderSerVice_StartTransactionRecord_Ans
  25. {
  26. void Serialize(SpBuffer &Buf)
  27. {
  28. }
  29. };
  30. struct RecorderSerVice_StopTransactionRecord_Req
  31. {
  32. CSimpleStringA VideoName;
  33. void Serialize(SpBuffer &Buf)
  34. {
  35. auto & buf = Buf & VideoName;
  36. }
  37. };
  38. struct RecorderSerVice_StopTransactionRecord_Ans
  39. {
  40. void Serialize(SpBuffer &Buf)
  41. {
  42. }
  43. };
  44. ///////////////////////////
  45. } // namespace Recorder
  46. #endif // __RECORDER_DEF_G_H