Renesas Stub Generator V.1.00 Informazioni Techniche Pagina 84

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 144
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 83
Section 6 Definitions of Server Functions
Rev. 1.01 Mar. 17, 2008 Page 72 of 128
REJ10J1822-0101
int func (struct INF * inf, struct ST * ptr )
{
IOVEC __input[1];
IOVEC __output[1];
...
__input[ __ulInputParamCount ].pBaseAddress = (UINT8 *)(inf);
__input[ __ulInputParamCount++ ].ulSize = sizeof(*inf);
if (((UINT32)(inf->count)) > 0UL)
{
__output[ __ulOutputParamCount ].pBaseAddress = (UINT8 *)(ptr);
__output[ __ulOutputParamCount++ ].ulSize = sizeof(*ptr) * ((UINT32)(inf->count));
}
...
rpc_call(...);
}
Figure 6.4 Code Output to the Client Stub (OUT) for First COUNT
Vedere la pagina 83
1 2 ... 79 80 81 82 83 84 85 86 87 88 89 ... 143 144

Commenti su questo manuale

Nessun commento