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 {<ID number>};
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 <config file>_public.h in the following format.
#define RPCSVR_ID_<server name> <ID number>
<Server name> refers to the server name defined with SVR_NAME.
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};
Summary of Contents for Stub Generator REJ10J1822-0101
Page 4: ......
Page 6: ......
Page 12: ...vi ...
Page 16: ...Section 2 Installation Rev 1 01 Mar 17 2008 Page 4 of 128 REJ10J1822 0101 ...
Page 34: ...Section 4 Executing RPCGEN Rev 1 01 Mar 17 2008 Page 22 of 128 REJ10J1822 0101 ...
Page 60: ...Section 5 Specifications of a Config File Rev 1 01 Mar 17 2008 Page 48 of 128 REJ10J1822 0101 ...
Page 118: ...Section 9 Notes Rev 1 01 Mar 17 2008 Page 106 of 128 REJ10J1822 0101 ...
Page 131: ...Section 11 Samples Rev 1 01 Mar 17 2008 Page 119 of 128 REJ10J1822 0101 ...
Page 140: ...Section 11 Samples Rev 1 01 Mar 17 2008 Page 128 of 128 REJ10J1822 0101 ...
Page 143: ......