Renesas REJ10J1822-0101 Computer Hardware User Manual


 
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 definition statement is available for defining server functions.
RPC_FUNC{…}; Server functions
5.7.1 RPC_FUNC
Format:
RPC_FUNC
{
<definitions of server functions>;
...
};
Description:
Enter definitions of server functions between the braces {} of RPC_FUNC. For information on
definition statements for server functions, refer to section 6, Definitions of Server Functions.
Example:
RPC_FUNC
{
int ret = func1([IN DFLT]int par);
func2([OUT PTR]struct ST *ptr);
};