#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 entityName; CAutoArray status; CAutoArray processId; CAutoArray versionNo; CAutoArray 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 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