Renesas V.1.00 Computer Hardware User Manual


 
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
void func(struct ST *ptr);
The function takes ptr, a pointer to a structure of type ST, as an input and does not return a
value.
Definition of the server function
func([IN PTR]struct ST *ptr)[UNACK];
Description
Directive to extend the return value: None
Specification of the return value: None
Function name: func
Parameter directive: [IN PTR]
Parameter specification: struct ST *ptr
Option: [UNACK]