Renesas Stub Generator V.1.00 Informations techniques

Naviguer en ligne ou télécharger Informations techniques pour Logiciel Renesas Stub Generator V.1.00. Renesas Stub Generator V.1.00 Technical information Manuel d'utilisatio

  • 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 0
To our customers,
Old Company Name in Catalogs and Other Documents
On April 1
st
, 2010, NEC Electronics Corporation merged with Renesas Technology
Corporation, and Renesas
Electronics Corporation took over all the business of both
companies.
Therefore, although the old company name remains in this document, it is a valid
Renesas Electronics document. We appreciate your understanding.
Renesas Electronics website: http://www.renesas.com
April 1
st
, 2010
Renesas Electronics Corporation
Issued by: Renesas Electronics Corporation (http://www.renesas.com)
Send any inquiries to http://www.renesas.com/inquiry
.
Vue de la page 0
1 2 3 4 5 6 ... 143 144

Résumé du contenu

Page 1 - To our customers

To our customers, Old Company Name in Catalogs and Other Documents On April 1st, 2010, NEC Electronics Corporation merged with Renesas Technology C

Page 2

iv 5.4.3 CLNT_INCFILE... 30 5.4.4 SVR_INCFILE ...

Page 3 - Stub Generator

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 88 of 128 REJ10J1822-0101 6.7.5 CLNTCOPYCBK (RPC Call by rpc_call_copycb

Page 4

Section 7 Server Functions Not Supported by RPCGEN Rev. 1.01 Mar. 17, 2008 Page 89 of 128 REJ10J1822-0101 Section 7 Server Functions Not

Page 5

Section 7 Server Functions Not Supported by RPCGEN Rev. 1.01 Mar. 17, 2008 Page 90 of 128 REJ10J1822-0101 (2) Multiple-level pointers RPCGEN onl

Page 6

Section 7 Server Functions Not Supported by RPCGEN Rev. 1.01 Mar. 17, 2008 Page 91 of 128 REJ10J1822-0101 7.2 Return Value (1) Pointer If

Page 7 - Preface

Section 7 Server Functions Not Supported by RPCGEN Rev. 1.01 Mar. 17, 2008 Page 92 of 128 REJ10J1822-0101

Page 8

Section 8 Application Interface Rev. 1.01 Mar. 17, 2008 Page 93 of 128 REJ10J1822-0101 Section 8 Application Interface 8.1 Client-Stub F

Page 9 - Contents

Section 8 Application Interface Rev. 1.01 Mar. 17, 2008 Page 94 of 128 REJ10J1822-0101 (2) When SVR_AUTH has been specified Each of the client-s

Page 10

Section 8 Application Interface Rev. 1.01 Mar. 17, 2008 Page 95 of 128 REJ10J1822-0101 8.2 Server-Stub Functions Generated by RPCGEN RPCGE

Page 11

Section 8 Application Interface Rev. 1.01 Mar. 17, 2008 Page 96 of 128 REJ10J1822-0101 8.3 Server-Initialization Function The server-initializa

Page 12

Section 8 Application Interface Rev. 1.01 Mar. 17, 2008 Page 97 of 128 REJ10J1822-0101 • Specification The server is started up by calling

Page 13 - Section 1 Overview

v6.7 Optional Keywords... 83 6.7.1 SVRS

Page 14 - 1.2 Operating Environment

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

Page 15 - Section 2 Installation

Section 8 Application Interface Rev. 1.01 Mar. 17, 2008 Page 99 of 128 REJ10J1822-0101 8.5 Server-Shutdown Function The server-shutdown fu

Page 16

Section 8 Application Interface Rev. 1.01 Mar. 17, 2008 Page 100 of 128 REJ10J1822-0101 8.6 Client-Initialization Function The client-initializ

Page 17

Section 8 Application Interface Rev. 1.01 Mar. 17, 2008 Page 101 of 128 REJ10J1822-0101 8.7 Client-Shutdown Function The client-shutdown f

Page 18

Section 8 Application Interface Rev. 1.01 Mar. 17, 2008 Page 102 of 128 REJ10J1822-0101 8.8 rpc_retval_adr() rpc_retval_adr() is a client funct

Page 19

Section 8 Application Interface Rev. 1.01 Mar. 17, 2008 Page 103 of 128 REJ10J1822-0101 • Example of implementation (for the HI7200/MP) #d

Page 20

Section 8 Application Interface Rev. 1.01 Mar. 17, 2008 Page 104 of 128 REJ10J1822-0101 8.9 <Config file>_public.h The following macro de

Page 21 - Section 4 Executing RPCGEN

Section 9 Notes Rev. 1.01 Mar. 17, 2008 Page 105 of 128 REJ10J1822-0101 Section 9 Notes (1) Check that the source program generated by RP

Page 22 - 4.2 Options

Section 9 Notes Rev. 1.01 Mar. 17, 2008 Page 106 of 128 REJ10J1822-0101

Page 23

Section 10 Error Messages Rev. 1.01 Mar. 17, 2008 Page 107 of 128 REJ10J1822-0101 Section 10 Error Messages RPCGEN shows an error message

Page 25

Section 10 Error Messages Rev. 1.01 Mar. 17, 2008 Page 108 of 128 REJ10J1822-0101 10.2 General Cannot open configuration file. RPCGEN cannot ac

Page 26

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 109 of 128 REJ10J1822-0101 Section 11 Samples This section introduces samples of the code

Page 27

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 110 of 128 REJ10J1822-0101 11.1 Config File (sample.x) /***************************************

Page 28

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 111 of 128 REJ10J1822-0101 { // stdlib.h [RETEXT] double ret = atof ([IN STR] const

Page 29

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 112 of 128 REJ10J1822-0101 11.2 sample_clnt.h /************************************************

Page 30

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 113 of 128 REJ10J1822-0101 #endif #endif /* End of _RPC_SMPL_CLNT_H */ 11.3 sample_privat

Page 31

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 114 of 128 REJ10J1822-0101 11.4 sample_clnt.c /************************************************

Page 32

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 115 of 128 REJ10J1822-0101 UINT32 __ulOutputParamCount = 0UL; IOVEC __output[1];

Page 33

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 116 of 128 REJ10J1822-0101 UINT32 __ulInputParamCount = 0UL; IOVEC __input[1]; int ret;

Page 34

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 117 of 128 REJ10J1822-0101 __info.ulMarshallingType = 0UL; __info.ulServerID

Page 35 - 5.1 Definition

Section 1 Overview Rev. 1.01 Mar. 17, 2008 Page 1 of 128 REJ10J1822-0101 Section 1 Overview 1.1 Overview The stub generator (hereafter r

Page 36 - 5.2 Comments

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 118 of 128 REJ10J1822-0101 __info.ulMarshallingType = 0UL; __info.ulServerID

Page 37 - 5.3 File Locations

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 119 of 128 REJ10J1822-0101 }

Page 38

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 120 of 128 REJ10J1822-0101 11.5 sample_svr.h /*************************************************

Page 39

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 121 of 128 REJ10J1822-0101 UINT32 rpcsvr_SMPL_ref_sem2( rpc_server_stub_info * __pInfo ); I

Page 40

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 122 of 128 REJ10J1822-0101 11.6 sample_svr.c /*************************************************

Page 41

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 123 of 128 REJ10J1822-0101 nptr = ( const char *)( __pInfo->pucParamArea + __ulInput

Page 42

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 124 of 128 REJ10J1822-0101 T_RTSK * pk_rtsk; UINT32 __ulInputParamOffset = 0UL; UIN

Page 43

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 125 of 128 REJ10J1822-0101 pk_rsem = ( T_RSEM *)( __pInfo->pucParamArea + __ulInputP

Page 44 - 5.5 Server Information

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 126 of 128 REJ10J1822-0101 __server_info.ulRPCServerVersion = RPCSVR_VERS_SMPL; _

Page 45 - SVR_ID{1UL};

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 127 of 128 REJ10J1822-0101 11.7 sample_public.h /*****************************************

Page 46

Section 1 Overview Rev. 1.01 Mar. 17, 2008 Page 2 of 128 REJ10J1822-0101 1.2 Operating Environment RPCGEN is provided as a Perl script file. Ta

Page 47 - SVR_NOSTUBTBL;

Section 11 Samples Rev. 1.01 Mar. 17, 2008 Page 128 of 128 REJ10J1822-0101

Page 48 - SVR_NOSHUTDOWN;

Renesas Microcomputer Development Environment SystemUser's Manual Stub Generator V.1.00Publication Date: Rev.1.01, March 17, 200

Page 49

Sales Strategic Planning Div. Nippon Bldg., 2-6-2, Ohte-machi, Chiyoda-ku, Tokyo 100-0004, Japanhttp://www.renesas.comRefer to

Page 51 - Figure 5.1 Model 1

1753, Shimonumabe, Nakahara-ku, Kawasaki-shi, Kanagawa 211-8668 JapanStub Generator V.1.00REJ10J1822-0101User’s Manual

Page 52

Section 2 Installation Rev. 1.01 Mar. 17, 2008 Page 3 of 128 REJ10J1822-0101 Section 2 Installation 2.1 Downloading RPCGEN can be downlo

Page 53 - <config file>_public.h

Section 2 Installation Rev. 1.01 Mar. 17, 2008 Page 4 of 128 REJ10J1822-0101

Page 54 - SVR_SECTION{ C_EXAMPLE };

Section 3 Functions and Files Generated by RPCGEN Rev. 1.01 Mar. 17, 2008 Page 5 of 128 REJ10J1822-0101 Section 3 Functions and Files Gen

Page 55 - 5.6 Client Information

Section 3 Functions and Files Generated by RPCGEN Rev. 1.01 Mar. 17, 2008 Page 6 of 128 REJ10J1822-0101 3.1.1 Client (1) Client-initialization

Page 56

Section 3 Functions and Files Generated by RPCGEN Rev. 1.01 Mar. 17, 2008 Page 7 of 128 REJ10J1822-0101 3.2 Files Generated by RPCGEN RPCG

Page 57

Notice 1. All information included in this document is current as of the date this document is issued. Such information, however, is subject to chang

Page 58 - CLNT_SECTION{ C_EXAMPLE };

Section 3 Functions and Files Generated by RPCGEN Rev. 1.01 Mar. 17, 2008 Page 8 of 128 REJ10J1822-0101 (3) <config file>_private.h (inter

Page 59 - 5.7 Server Functions

Section 4 Executing RPCGEN Rev. 1.01 Mar. 17, 2008 Page 9 of 128 REJ10J1822-0101 Section 4 Executing RPCGEN 4.1 Executing RPCGEN RPCGEN

Page 60

Section 4 Executing RPCGEN Rev. 1.01 Mar. 17, 2008 Page 10 of 128 REJ10J1822-0101 4.2 Options 4.2.1 PUBI Format: PUBI="<path>"

Page 61 - 6.1 Format

Section 4 Executing RPCGEN Rev. 1.01 Mar. 17, 2008 Page 11 of 128 REJ10J1822-0101 4.2.4 SVRS Format: SVRS="<path>" Descri

Page 62

Section 4 Executing RPCGEN Rev. 1.01 Mar. 17, 2008 Page 12 of 128 REJ10J1822-0101 4.3 Executing RPCGEN as a Build Phase in the High-performance

Page 63

Section 4 Executing RPCGEN Rev. 1.01 Mar. 17, 2008 Page 13 of 128 REJ10J1822-0101 (2) Adding a File Extension To make execution as a custom

Page 64

Section 4 Executing RPCGEN Rev. 1.01 Mar. 17, 2008 Page 14 of 128 REJ10J1822-0101 Figure 4.3 [Add File Extension] Dialog Box

Page 65

Section 4 Executing RPCGEN Rev. 1.01 Mar. 17, 2008 Page 15 of 128 REJ10J1822-0101 (3) Creating the RPCGEN Custom Build Phase Select [Build-

Page 66

Section 4 Executing RPCGEN Rev. 1.01 Mar. 17, 2008 Page 16 of 128 REJ10J1822-0101 Figure 4.5 [New Build Phase - Step 1 of 4] Dialog Box Click

Page 67 - 6.3 Function Names

Section 4 Executing RPCGEN Rev. 1.01 Mar. 17, 2008 Page 17 of 128 REJ10J1822-0101 At step 2, select [Multiple phase]. Then select [RPCGEN c

Page 68 - 6.4 Parameters

Stub GeneratorV.1.00User’s ManualUser’s Manual Rev.1.01 2008.03Renesas Microcomputer Development Environment System

Page 69

Section 4 Executing RPCGEN Rev. 1.01 Mar. 17, 2008 Page 18 of 128 REJ10J1822-0101 Figure 4.8 [New Build Phase - Step 4 of 4] Dialog Box Altho

Page 70

Section 4 Executing RPCGEN Rev. 1.01 Mar. 17, 2008 Page 19 of 128 REJ10J1822-0101 Now settings must be made so that the files output by RPC

Page 71

Section 4 Executing RPCGEN Rev. 1.01 Mar. 17, 2008 Page 20 of 128 REJ10J1822-0101 (4) Settings in the [Build Phases] Dialog Box The created RPCG

Page 72

Section 4 Executing RPCGEN Rev. 1.01 Mar. 17, 2008 Page 21 of 128 REJ10J1822-0101 Figure 4.13 [Build Phases] Dialog Box - [Build File Or

Page 73

Section 4 Executing RPCGEN Rev. 1.01 Mar. 17, 2008 Page 22 of 128 REJ10J1822-0101

Page 74

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 23 of 128 REJ10J1822-0101 Section 5 Specifications of a Config Fil

Page 75 - 6.6 Keywords for Data Types

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 24 of 128 REJ10J1822-0101 (3) Server information • SVR_NAME{…}; Server

Page 76

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 25 of 128 REJ10J1822-0101 5.3 File Locations Use the statements lis

Page 77

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 26 of 128 REJ10J1822-0101 5.3.2 CLNT_SOURCEPATH Format: CLNT_SOURCEPATH

Page 78

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 27 of 128 REJ10J1822-0101 5.3.4 SVR_SOURCEPATH Format: SVR_SOURCEP

Page 80

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 28 of 128 REJ10J1822-0101 5.4 Controlling the Output of #include Directi

Page 81

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 29 of 128 REJ10J1822-0101 5.4.1 Order of #Include Directives RPCGEN

Page 82

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 30 of 128 REJ10J1822-0101 5.4.2 GLOBAL_INCFILE Format: GLOBAL_INCFILE{&

Page 83

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 31 of 128 REJ10J1822-0101 5.4.4 SVR_INCFILE Format: SVR_INCFILE{&l

Page 84

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 32 of 128 REJ10J1822-0101 5.5 Server Information The following types of

Page 85

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 33 of 128 REJ10J1822-0101 5.5.2 SVR_ID Format: SVR_ID {<ID num

Page 86

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 34 of 128 REJ10J1822-0101 5.5.3 SVR_VERSION Format: SVR_VERSION {<s

Page 87

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 35 of 128 REJ10J1822-0101 5.5.5 SVR_NOSTUBTBL Format: SVR_NOSTUBTB

Page 88

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 36 of 128 REJ10J1822-0101 5.5.6 SVR_NOSHUTDOWN Format: SVR_NOSHUTDOWN;

Page 89

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 37 of 128 REJ10J1822-0101 5.5.7 SVR_STATIC Format: SVR_STATIC{<

Page 90

1. This document is provided for reference purposes only so that Renesas customers may select the appropriate Renesas products for their use.

Page 91

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 38 of 128 REJ10J1822-0101 5.5.8 SVR_AUTH Format: SVR_AUTH; Description:

Page 92

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 39 of 128 REJ10J1822-0101 Client applicationServer applicationSer ve

Page 93

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 40 of 128 REJ10J1822-0101 (2) Model 2 Model 2 applies when SVR_AUTH has b

Page 94

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 41 of 128 REJ10J1822-0101 Client application Server applicationSer v

Page 95 - 6.7 Optional Keywords

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 42 of 128 REJ10J1822-0101 5.5.9 SVR_SECTION Format: SVR_SECTION{<sec

Page 96

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 43 of 128 REJ10J1822-0101 5.6 Client Information The following defi

Page 97

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 44 of 128 REJ10J1822-0101 5.6.2 CLNT_NOSHUTDOWN Format: CLNT_NOSHUTDOWN

Page 98 - [CLNTSTUB]

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 45 of 128 REJ10J1822-0101 5.6.3 CLNT_CALLCHK Format: CLNT_CALLCHK;

Page 99 - [UNACK]

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 46 of 128 REJ10J1822-0101 5.6.4 CLNT_SECTION Format: CLNT_SECTION{<s

Page 100 - REJ10J1822-0101

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 47 of 128 REJ10J1822-0101 5.7 Server Functions The following defini

Page 102

Section 5 Specifications of a Config File Rev. 1.01 Mar. 17, 2008 Page 48 of 128 REJ10J1822-0101

Page 103 - 7.2 Return Value

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 49 of 128 REJ10J1822-0101 Section 6 Definitions of Server Function

Page 104

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 50 of 128 REJ10J1822-0101 Example 2: Specification of a server function v

Page 105 - REJ10J1822-0101

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 51 of 128 REJ10J1822-0101 Example 3: Specification of a server funct

Page 106

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 52 of 128 REJ10J1822-0101 6.2 Function-Type Directives 6.2.1 Function w

Page 107

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 53 of 128 REJ10J1822-0101 6.2.2 Function without a Return Value Des

Page 108

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 54 of 128 REJ10J1822-0101 6.2.3 When the Return Value is not Representab

Page 109

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 55 of 128 REJ10J1822-0101 6.3 Function Names Description: Type the

Page 110

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 56 of 128 REJ10J1822-0101 6.4 Parameters Parameters must be defined in t

Page 111 - __ulServerVersion);

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 57 of 128 REJ10J1822-0101 6.5 Keywords for Input/Output The followi

Page 112 - __ulRPCServerVersion);

iPreface This manual describes how to use the stub generator. Read this manual and understand it well before using the stub generator. Notes on De

Page 113

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 58 of 128 REJ10J1822-0101 6.5.2 OUT (Output) Description: This keyword d

Page 114 - 8.8 rpc_retval_adr()

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 59 of 128 REJ10J1822-0101 6.5.3 INOUT (Input and Output) Descriptio

Page 115

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 60 of 128 REJ10J1822-0101 6.5.4 REF (Passing by Reference) Description:

Page 116

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 61 of 128 REJ10J1822-0101 Without the REF specification, the data in

Page 117 - Section 9 Notes

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 62 of 128 REJ10J1822-0101 6.5.5 DESC (Specified Parameter is not Passed

Page 118

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 63 of 128 REJ10J1822-0101 6.6 Keywords for Data Types Select one of

Page 119 - Section 10 Error Messages

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 64 of 128 REJ10J1822-0101 6.6.2 STR (String) Input/Output Keywords Avail

Page 120 - 10.2 General

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 65 of 128 REJ10J1822-0101 6.6.3 PTR (Pointer) Input/Output Keywords

Page 121 - Section 11 Samples

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 66 of 128 REJ10J1822-0101 6.6.4 ARY (Array) Input/Output Keywords Availa

Page 122 - 11.1 Config File (sample.x)

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 67 of 128 REJ10J1822-0101 6.6.5 COUNT (Number of Elements in an Arr

Page 123

ii Trademarks All trademarks and registered trademarks belong to their respective owners. 1. TRON is an acronym formed from "The Real Time Op

Page 124 - 11.2 sample_clnt.h

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 68 of 128 REJ10J1822-0101 UINT32 rpcsvr_SMPL_func( rpc_server_stub_info *

Page 125 - 11.3 sample_private.h

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 69 of 128 REJ10J1822-0101 Example 2 Specification of a server functi

Page 126 - 11.4 sample_clnt.c

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 70 of 128 REJ10J1822-0101 Example 5 Specification of a server function in

Page 127

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 71 of 128 REJ10J1822-0101 (2) When the input/output keyword selecte

Page 128

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 ) {

Page 129

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 73 of 128 REJ10J1822-0101 UINT32 rpcsvr_SMPL_func( rpc_server_stub_i

Page 130

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 74 of 128 REJ10J1822-0101 Examples: Example 1 Specification of a server f

Page 131

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 75 of 128 REJ10J1822-0101 Example 4 Specification of a server functi

Page 132 - 11.5 sample_svr.h

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 76 of 128 REJ10J1822-0101 Example 6 Specification of a server function in

Page 133

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 77 of 128 REJ10J1822-0101 Example 8 Specification of a server functi

Page 134 - 11.6 sample_svr.c

iiiContents Section 1 Overview...1 1.1 Overview...

Page 135

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 78 of 128 REJ10J1822-0101 int func (struct INF * inf, struct ST * ptr ) {

Page 136

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 79 of 128 REJ10J1822-0101 UINT32 rpcsvr_SMPL_func( rpc_server_stub_i

Page 137

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 80 of 128 REJ10J1822-0101 Examples: Example 1 Specification of a server f

Page 138

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 81 of 128 REJ10J1822-0101 Example 4 Specification of a server functi

Page 139 - 11.7 sample_public.h

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 82 of 128 REJ10J1822-0101 Example 6 Specification of a server function in

Page 140

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 83 of 128 REJ10J1822-0101 Example 8 Specification of a server functi

Page 141 - Stub Generator V.1.00

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 84 of 128 REJ10J1822-0101 Table 6.2 shows the available combinations of o

Page 142 - RENESAS SALES OFFICES

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 85 of 128 REJ10J1822-0101 6.7.2 SVRFUNC (Server Function Name) Form

Page 143

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 86 of 128 REJ10J1822-0101 6.7.3 CLNTSTUB (Client Stub) Format: [CLNTSTU

Page 144 - User’s Manual

Section 6 Definitions of Server Functions Rev. 1.01 Mar. 17, 2008 Page 87 of 128 REJ10J1822-0101 6.7.4 UNACK (Asynchronous Call) Format:

Commentaires sur ces manuels

Pas de commentaire