Renesas Stub Generator V.1.00 Información técnica Pagina 110

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 144
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 109
Section 8 Application Interface
Rev. 1.01 Mar. 17, 2008 Page 98 of 128
REJ10J1822-0101
(3) With SVR_NOSTUBTBL and without SVR_NOINIT
RPCGEN does not generate the server-stub function table but does generate the server-
initialization function. RPCGEN assumes that the server-stub function table shown below is
provided in the application and outputs the server-initialization function, which externally refers to
the table, to <config file>_svr.c.
UINT32 (* const __rpcsvr_<server name>_StubTable[])
(rpc_server_stub_info *) =
{
<server-stub function name>,
<server-stub function name>,
};
<Server name> refers to the server name defined with SVR_NAME.
(4) With SVR_NOSTUBTBL and SVR_NOINIT
RPCGEN generates neither a server-initialization function nor a server-stub function table, so they
must be provided in the application.
Vista de pagina 109
1 2 ... 105 106 107 108 109 110 111 112 113 114 115 ... 143 144

Comentarios a estos manuales

Sin comentarios