Renesas Stub Generator V.1.00 Informations techniques Page 135

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 144
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 134
Section 11 Samples
Rev. 1.01 Mar. 17, 2008 Page 123 of 128
REJ10J1822-0101
nptr = ( const char *)( __pInfo->pucParamArea +
__ulInputParamOffset);
ret = atof( nptr );
*((double *)(__pInfo->pOutputIOVectorTable[ __ulOutputParamCount
].pBaseAddress)) = ret;
__pInfo->pOutputIOVectorTable[ __ulOutputParamCount ].ulSize =
sizeof(double);
__pInfo->ulOutputIOVectorTableSize = 1UL;
return (UINT32)NULL;
}
UINT32 rpcsvr_SMPL_atoi( rpc_server_stub_info * __pInfo )
{
const char * nptr;
UINT32 __ulInputParamOffset = 0UL;
int ret;
nptr = *( const char **)( __pInfo->pucParamArea +
__ulInputParamOffset);
ret = atoi( nptr );
__pInfo->ulOutputIOVectorTableSize = 0UL;
return ((UINT32)ret);
}
UINT32 rpcsvr_SMPL_ref_tsk2( rpc_server_stub_info * __pInfo )
{
ID tskid;
Vue de la page 134
1 2 ... 130 131 132 133 134 135 136 137 138 139 140 ... 143 144

Commentaires sur ces manuels

Pas de commentaire