Renesas Stub Generator V.1.00 Informacje Techniczne Strona 64

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 144
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 63
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 with a Return Value
Format:
<type of the return value>Δ<variable to hold the return value>=
Description:
<Variable to hold the return value> refers to a local variable used to store the return value in both
client and server stubs. A parameter of the function may be specified as this variable.
Example:
Specification of a server function
int func(int par);
The function takes par as an input and returns a value of type int.
Definition of the server function
int ret = func([IN DFLT]int par);
Przeglądanie stron 63
1 2 ... 59 60 61 62 63 64 65 66 67 68 69 ... 143 144

Komentarze do niniejszej Instrukcji

Brak uwag