| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 |
- #ifndef __GUICONSOLE_DEF_G_H
- #define __GUICONSOLE_DEF_G_H
- #pragma once
- // This code is generated by spgen tool!
- #include "SpHelper.h"
- namespace GUIConsole {
- //
- // const goes here
- //
- #define GUIConsoleService_Method_OpenLogSender 0
- #define GUIConsoleService_Method_CloseLogSender 1
- #define GUIConsoleService_Method_OpenEntityMonitor 2
- #define GUIConsoleService_Method_CloseEntityMonitor 3
- #define GUIConsoleService_Method_OpenPerformanceSender 4
- #define GUIConsoleService_Method_ClosePerformanceSender 5
- #define GUIConsoleService_Method_VTMSystemControl 6
- #define GUIConsoleService_Method_VTM_controlEntity 7
- #define GUIConsoleService_Method_GetAllEntityList 8
- #define GUIConsoleService_MethodSignature_OpenLogSender -744778557
- #define GUIConsoleService_MethodSignature_CloseLogSender -1838250527
- #define GUIConsoleService_MethodSignature_OpenEntityMonitor 664878859
- #define GUIConsoleService_MethodSignature_CloseEntityMonitor 481662505
- #define GUIConsoleService_MethodSignature_OpenPerformanceSender 1205505908
- #define GUIConsoleService_MethodSignature_ClosePerformanceSender 975418125
- #define GUIConsoleService_MethodSignature_VTMSystemControl -1084584417
- #define GUIConsoleService_MethodSignature_VTM_controlEntity -580226164
- #define GUIConsoleService_MethodSignature_GetAllEntityList 1179841316
- #define GUIConsoleService_LogCode_OpenLogSender "QLR040250800"
- #define GUIConsoleService_LogCode_CloseLogSender "QLR040250801"
- #define GUIConsoleService_LogCode_OpenEntityMonitor "QLR040250802"
- #define GUIConsoleService_LogCode_CloseEntityMonitor "QLR040250803"
- #define GUIConsoleService_LogCode_OpenPerformanceSender "QLR040250804"
- #define GUIConsoleService_LogCode_ClosePerformanceSender "QLR040250805"
- #define GUIConsoleService_LogCode_VTMSystemControl "QLR040250806"
- #define GUIConsoleService_LogCode_VTM_controlEntity "QLR040250807"
- #define GUIConsoleService_LogCode_GetAllEntityList "QLR040250808"
- struct GUIConsoleService_OpenLogSender_Req
- {
- int reserved1;
- int reserved2;
- CSimpleStringA reserved3;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & reserved1 & reserved2 & reserved3;
- }
- };
- struct GUIConsoleService_OpenLogSender_Ans
- {
- bool result;
- CSimpleStringA additionalMsg;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & result & additionalMsg;
- }
- };
- struct GUIConsoleService_CloseLogSender_Req
- {
- int reserved1;
- int reserved2;
- CSimpleStringA reserved3;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & reserved1 & reserved2 & reserved3;
- }
- };
- struct GUIConsoleService_CloseLogSender_Ans
- {
- bool result;
- CSimpleStringA additionalMsg;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & result & additionalMsg;
- }
- };
- struct GUIConsoleService_OpenEntityMonitor_Req
- {
- int reserved1;
- int reserved2;
- CSimpleStringA reserved3;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & reserved1 & reserved2 & reserved3;
- }
- };
- struct GUIConsoleService_OpenEntityMonitor_Ans
- {
- bool result;
- CSimpleStringA additionalMsg;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & result & additionalMsg;
- }
- };
- struct GUIConsoleService_CloseEntityMonitor_Req
- {
- int reserved1;
- int reserved2;
- CSimpleStringA reserved3;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & reserved1 & reserved2 & reserved3;
- }
- };
- struct GUIConsoleService_CloseEntityMonitor_Ans
- {
- bool result;
- CSimpleStringA additionalMsg;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & result & additionalMsg;
- }
- };
- struct GUIConsoleService_OpenPerformanceSender_Req
- {
- int sendFrequence;
- int reserved2;
- CSimpleStringA reserved3;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & sendFrequence & reserved2 & reserved3;
- }
- };
- struct GUIConsoleService_OpenPerformanceSender_Ans
- {
- bool result;
- CSimpleStringA additionalMsg;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & result & additionalMsg;
- }
- };
- struct GUIConsoleService_ClosePerformanceSender_Req
- {
- int reserved1;
- int reserved2;
- CSimpleStringA reserved3;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & reserved1 & reserved2 & reserved3;
- }
- };
- struct GUIConsoleService_ClosePerformanceSender_Ans
- {
- bool result;
- CSimpleStringA additionalMsg;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & result & additionalMsg;
- }
- };
- struct GUIConsoleService_VTMSystemControl_Req
- {
- CSimpleStringA rebootFunction;
- int reserved2;
- CSimpleStringA reserved3;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & rebootFunction & reserved2 & reserved3;
- }
- };
- struct GUIConsoleService_VTMSystemControl_Ans
- {
- bool result;
- CSimpleStringA additionalMsg;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & result & additionalMsg;
- }
- };
- struct GUIConsoleService_VTM_controlEntity_Req
- {
- CSimpleStringA entityName;
- CSimpleStringA operation;
- bool isWait;
- int reserved1;
- CSimpleStringA reserved2;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & entityName & operation & isWait & reserved1 & reserved2;
- }
- };
- struct GUIConsoleService_VTM_controlEntity_Ans
- {
- bool result;
- CSimpleStringA additionalMsg;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & result & additionalMsg;
- }
- };
- struct GUIConsoleService_GetAllEntityList_Req
- {
- int reserved1;
- int reserved2;
- CSimpleStringA reserved3;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & reserved1 & reserved2 & reserved3;
- }
- };
- struct GUIConsoleService_GetAllEntityList_Ans
- {
- bool result;
- CSimpleStringA additionalMsg;
- CAutoArray<CSimpleStringA> entityName;
- CAutoArray<CSimpleStringA> status;
- CAutoArray<CSimpleStringA> processId;
- CAutoArray<CSimpleStringA> versionNo;
- CAutoArray<CSimpleStringA> lastStartTime;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & result & additionalMsg & entityName & status & processId & versionNo & lastStartTime;
- }
- };
- ///////////////////////////
- } // namespace GUIConsole
- #endif // __GUICONSOLE_DEF_G_H
|