28 APP_BOOL build_sendto_rpc_Connect_Rsp_Pos (
LPST_MSG *pMsg,LPST_AREP lpArep, LPST_POOL lpstPoolTmpEc);
29 APP_BOOL build_sendto_rpc_Write_Rsp_Pos (
LPST_MSG *pMsg,LPST_AREP lpArep);
30 APP_BOOL build_sendto_rpc_DControl_Rsp_Pos(
LPST_MSG *pMsg,LPST_AREP lpArep);
31 APP_BOOL build_sendto_rpc_ccontrol_Req (
LPST_MSG* ppMsg);
32 APP_BOOL build_sendto_rpc_Release_Rsp_Pos (
LPST_MSG *pMsg,LPST_AREP lpArep);
33 APP_BOOL build_sendto_rpc_Read_Rsp_Pos(
LPST_MSG *pMsg,LPST_AREP lpArep);
34 APP_BOOL build_sendto_rpc_lookup_rsp(
LPST_MSG *ppMsg,LPST_AREP lpstArep, APP_LPBYTE byHandle);
35 APP_BOOL build_sendto_rpc_lookup_free_rsp(
LPST_MSG *ppMsg,LPST_AREP lpstArep);
37 APP_BOOL BuildBlocHeader(LPST_AREP pArep, APP_WORD wBlocType, APP_WORD wBlocLenReq);
39 APP_BOOL AddBloc_ArBlock_Res (LPST_AREP pArep, LPST_ARBLOCK_RES lpstArBlockRes );
40 APP_BOOL AddBloc_IOCRBlock_Res (LPST_AREP pArep, LPST_IOCR_BLOCK_RES lpstIOCRBlockRes );
41 APP_BOOL AddBloc_AlarmBlock_Res (LPST_AREP pArep, LPST_ALARM_BLOCK_RES lpstAlarmBlockRes);
42 APP_BOOL AddBloc_WriteReadBlock_Res(LPST_AREP pArep, LPST_IOD_READ_WRITE lpstWriteReadRspPos, APP_WORD wBlocType);
43 APP_BOOL AddBloc_DControlBlock_Res (LPST_AREP pArep, LPST_CONTROL_REQ_BLOCK lpstControlBlockReq, APP_WORD wBlocType);
44 APP_BOOL AddBloc_IOXControlBlock_Req(LPST_AREP pArep, LPST_CONTROL_REQ_BLOCK lpstControlReqBlock, APP_WORD wBlocType);
45 APP_BOOL AddBloc_ReleaseBlock_Res (LPST_AREP pArep, LPST_CONTROL_REQ_BLOCK lpstReleaseBlockReq);
46 APP_BOOL AddBloc_SubModuleDiffBloc(LPST_AREP pArep, LPST_EXPECTED_SUBMODULE_STATE_RES lpstModifBlock);
47 APP_BOOL AddBloc_ModuleDiffBloc(LPST_AREP pArep, LPST_EXPECTED_MODULE_STATE_BLOCK_REQ lpstModifBlock);
48 APP_BOOL AddBloc_ApiBloc(LPST_AREP pArep, LPST_EXPECTED_API_MODULE_BLOCK_RES lpstModifBlock);
49 APP_BOOL AddBloc_DiffBloc(LPST_AREP pArep, LPST_EXPECTED_MODULE_BLOCK_RES lpstModifBlock);
50 APP_WORD GetRPCCallBuffer(LPST_AREP pArep);
51 APP_WORD ReleaseRPCCallBuffer(LPST_AREP pArep);
52 APP_BOOL AddBloc_ReadWriteData(LPST_AREP pArep, APP_LPBYTE pdata, APP_WORD wDataLen);
56 #define _BUILD_SENDTO_RPC_CONNECT_RSP_POS_ 0
57 #define _BUILD_SENDTO_RPC_WRITE_RSP_POS_ 1
58 #define _BUILD_SENDTO_RPC_DCONTROL_RSP_POS_ 2
59 #define _BUILD_SENDTO_RPC_CCONTROL_REQ_ 3
60 #define _BUILD_SENDTO_RPC_RELEASE_RSP_POS_ 4
61 #define _BUILDBLOCHEADER_ 5
62 #define _ADDBLOC_ARBLOCK_RES_ 6
63 #define _ADDBLOC_IOCRBLOCK_RES_ 7
64 #define _ADDBLOC_ALARMBLOCK_RES_ 8
65 #define _ADDBLOC_WRITEREADBLOCK_RES_ 9
66 #define _ADDBLOC_DCONTROLBLOCK_RES_ 10
67 #define _ADDBLOC_IOXCONTROLBLOCK_REQ_ 11
68 #define _ADDBLOC_RELEASEBLOCK_RES_ 12
69 #define _GETRPCCALLBUFFER_ 13
71 #define _ADDBLOC_SUBMODULE_DIFF_BLOC_ 14
72 #define _ADDBLOC_MODULE_DIFF_BLOC_ 15
73 #define _ADDBLOC_API_BLOC_ 16
74 #define _ADDBLOC_DIFF_BLOC_ 17
75 #define _BUILD_SENDTO_RPC_READ_RSP_POS_ 18
77 #define NB_FRMGENERDEV_LOG 19
Definition: message.h:1163