Section 11 Samples
Rev. 1.01 Mar. 17, 2008 Page 124 of 128
REJ10J1822-0101
T_RTSK * pk_rtsk;
UINT32 __ulInputParamOffset = 0UL;
UINT32 __ulOutputParamCount = 0UL;
ER ercd;
tskid = *(ID *)( __pInfo->pucPar __ulInputParamOffset);
__ulInputParam= ALIGNUP4(sizeof(ID));
pk_rtsk = ( T_RTSK *)( __pInfo->pucPar
__ulInputParamOffset);
ercd = ref_tsk2( tskid, pk_rtsk );
__pInfo->pOutputIOVectorTable[ __ulOutputParamCount
].pBaseAddress = pk_rtsk;
__pInfo->pOutputIOVectorTable[ __ulOutputPar+ ].ulSize =
sizeof(*pk_rtsk);
__pInfo->ulOutputIOVectorTableSize = 1UL;
return ((UINT32)ercd);
}
UINT32 rpcsvr_SMPL_ref_sem2( rpc_server_stub_info * __pInfo )
{
ID semid;
T_RSEM * pk_rsem;
UINT32 __ulInputParamOffset = 0UL;
UINT32 __ulOutputParamCount = 0UL;
ER ercd;
semid = *(ID *)( __pInfo->pucPar __ulInputParamOffset);
__ulInputParam= ALIGNUP4(sizeof(ID));
Summary of Contents for Stub Generator REJ10J1822-0101
Page 4: ......
Page 6: ......
Page 12: ...vi ...
Page 16: ...Section 2 Installation Rev 1 01 Mar 17 2008 Page 4 of 128 REJ10J1822 0101 ...
Page 34: ...Section 4 Executing RPCGEN Rev 1 01 Mar 17 2008 Page 22 of 128 REJ10J1822 0101 ...
Page 60: ...Section 5 Specifications of a Config File Rev 1 01 Mar 17 2008 Page 48 of 128 REJ10J1822 0101 ...
Page 118: ...Section 9 Notes Rev 1 01 Mar 17 2008 Page 106 of 128 REJ10J1822 0101 ...
Page 131: ...Section 11 Samples Rev 1 01 Mar 17 2008 Page 119 of 128 REJ10J1822 0101 ...
Page 140: ...Section 11 Samples Rev 1 01 Mar 17 2008 Page 128 of 128 REJ10J1822 0101 ...
Page 143: ......