2 svr_id – Renesas Stub Generator V.1.00 User Manual
Page 45
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 {
Description:
This statement defines the server ID. The ID number can only be specified as a 4-byte integer
constant that can be represented as UINT32 or a C-language macro name to be replaced by such a
4-byte integer constant. If a C-language macro is used, this macro must have been defined in a file
specified by GLOBAL_INCFILE.
The server ID must, of course, be consistent across the entire system due to the specifications of
the HI7200/MP. RPCGEN does not detect duplication of server IDs.
The ID number is output to
#define RPCSVR_ID_
SVR_ID cannot be omitted if a definition of SVR_AUTH has been omitted. Also refer to section
5.5.8, SVR_AUTH.
Example:
SVR_ID{1UL};