Renesas Stub Generator V.1.00 Technical Information Page 70

  • Download
  • Add to my manuals
  • Print
  • Page
    / 144
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 69
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 defines a parameter as an output from the server function. The data output by the
server function to the area specified by the parameter are returned to the client. This keyword can
only be used with the data-type keywords PTR and ARY.
Example:
Specification of a server function
void func(struct ST *ptr);
The function has no input and returns a value in the ST structure indicated by *ptr.
Definition of the server function
func([OUT PTR]struct ST *ptr);
Page view 69
1 2 ... 65 66 67 68 69 70 71 72 73 74 75 ... 143 144

Comments to this Manuals

No comments