123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432 |
- #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_Method_GetBasicInformation 9
- #define GUIConsoleService_Method_GetHelpInformationArr 10
- #define GUIConsoleService_Method_GetHelpDetail 11
- #define GUIConsoleService_Method_OpenCommonPage 12
- #define GUIConsoleService_Method_CloseCommonPage 13
- #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_MethodSignature_GetBasicInformation -1553978632
- #define GUIConsoleService_MethodSignature_GetHelpInformationArr 260508505
- #define GUIConsoleService_MethodSignature_GetHelpDetail -45426198
- #define GUIConsoleService_MethodSignature_OpenCommonPage 15213547
- #define GUIConsoleService_MethodSignature_CloseCommonPage 1463237030
- #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"
- #define GUIConsoleService_LogCode_GetBasicInformation "QLR040250809"
- #define GUIConsoleService_LogCode_GetHelpInformationArr "QLR040250810"
- #define GUIConsoleService_LogCode_GetHelpDetail "QLR040250811"
- #define GUIConsoleService_LogCode_OpenCommonPage "QLR040250812"
- #define GUIConsoleService_LogCode_CloseCommonPage "QLR040250813"
- struct GUIConsoleService_OpenLogSender_Req
- {
- CSimpleStringA LogType;
- int reserved2;
- CSimpleStringA reserved3;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & LogType & 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 longestFrequence;
- int leastFrequence;
- CSimpleStringA reserved3;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & longestFrequence & leastFrequence & 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;
- }
- };
- struct GUIConsoleService_GetBasicInformation_Req
- {
- int reserved1;
- int reserved2;
- CSimpleStringA reserved3;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & reserved1 & reserved2 & reserved3;
- }
- };
- struct GUIConsoleService_GetBasicInformation_Ans
- {
- bool result;
- CSimpleStringA additionalMsg;
- int Idle_entityNum;
- int total_entityNum;
- CSimpleStringA vtm_startupTime;
- CSimpleStringA terminalNo;
- CSimpleStringA machineType;
- CSimpleStringA manufacturer;
- CSimpleStringA machineModel;
- CSimpleStringA versionNo;
- CSimpleStringA Env;
- bool basicconfig_status;
- bool errmsg_status;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & result & additionalMsg & Idle_entityNum & total_entityNum & vtm_startupTime & terminalNo & machineType & manufacturer & machineModel & versionNo & Env & basicconfig_status & errmsg_status;
- }
- };
- struct GUIConsoleService_GetHelpInformationArr_Req
- {
- int reserved1;
- int reserved2;
- CSimpleStringA reserved3;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & reserved1 & reserved2 & reserved3;
- }
- };
- struct GUIConsoleService_GetHelpInformationArr_Ans
- {
- CAutoArray<CSimpleStringA> titleArr;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & titleArr;
- }
- };
- struct GUIConsoleService_GetHelpDetail_Req
- {
- CSimpleStringA title;
- int reserved2;
- CSimpleStringA reserved3;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & title & reserved2 & reserved3;
- }
- };
- struct GUIConsoleService_GetHelpDetail_Ans
- {
- CSimpleStringA subtitle;
- CSimpleStringA detail;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & subtitle & detail;
- }
- };
- struct GUIConsoleService_OpenCommonPage_Req
- {
- CSimpleStringA title;
- CSimpleStringA url;
- CSimpleStringA size;
- CSimpleStringA point;
- CSimpleStringA top;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & title & url & size & point & top;
- }
- };
- struct GUIConsoleService_OpenCommonPage_Ans
- {
- bool result;
- CSimpleStringA additionalMsg;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & result & additionalMsg;
- }
- };
- struct GUIConsoleService_CloseCommonPage_Req
- {
- CSimpleStringA title;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & title;
- }
- };
- struct GUIConsoleService_CloseCommonPage_Ans
- {
- bool result;
- CSimpleStringA additionalMsg;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & result & additionalMsg;
- }
- };
- ///////////////////////////
- } // namespace GUIConsole
- #endif // __GUICONSOLE_DEF_G_H
|