README for the "test1" interface example.

[ Copyright (c) 1994 Xerox Corporation.  All Rights Reserved.  

  Unlimited use, reproduction, and distribution of this software is
  permitted.  Any copy of this software must include both the above
  copyright notice of Xerox Corporation and this paragraph.  Any
  distribution of this software must comply with all applicable United
  States export control laws.  This software is made available AS IS,
  and XEROX CORPORATION DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
  INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY
  AND FITNESS FOR A PARTICULAR PURPOSE, AND NOTWITHSTANDING ANY OTHER
  PROVISION CONTAINED HEREIN, ANY LIABILITY FOR DAMAGES RESULTING FROM
  THE SOFTWARE OR ITS USE IS EXPRESSLY DISCLAIMED, WHETHER ARISING IN
  CONTRACT, TORT (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, EVEN IF
  XEROX CORPORATION IS ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. ]

"test1" is an example module implemented in ANSI C.

To build, use the following commands:

	% ilumkmf
	% sunrpc-register-interface Test1.isl
	% sunrpc-register-interface Test2.isl
	% sunrpc-register-interface Test3.isl
	% make server client
	% ./server &
	exported Test1_Initial_Object@Test1-Server@sunrpc_2_0x310001e6_1|tcp_13.1.100.162_3668
	% ./client
	Test1.O1.U-CSS-to-U
	u._d=5, u._u.boolean = 1, u._u.O1 = 0x1
	Test1.O1.f-CSS-to-R0
	ro->i=9
	Test1.O1.R-ScS-to-F
	f=39.700001
	Test1.O1.a-RO
	Test1.O1.get-O2
	got O2, sbh = 0@13.1.100.162.3f0f.2da90354.3f62@sunrpc_2_0x310001e7_1|tcp_13.1.100.162_3670
	Test1.o2.OO-A0-to-CSS
	Test1.O2.R-I-A1-to-I-A0
	Test1.O1.get-O3
	got O3, sbh = 1@13.1.100.162.3f0f.2da90354.3f62@sunrpc_2_0x310001e8_1|tcp_13.1.100.162_3670, type = Test1.O3
	Test1.O3.RS-R-to-R-IS
	Test1.O3.O1-U-to-U
	u._d=3, u._u.boolean = 401184, u._u.O1 = 0x61f20
	Test1.O1.get-O3
	got O3, sbh = 2@13.1.100.162.3f0f.2da90354.3f62@sunrpc_2_0x310001ea_1|tcp_13.1.100.162_3670, type = Test3.O
	Test3.O.RS-R-to-R-IS
	Test3.O.O1-U-to-U(0x60cf0, {3})
	u._d=3, u._u.boolean = 401184, u._u.O1 = 0x61f20
	Test3.O.I-to-Test1U(397)
	Test3_O_I_to_Test1U:  u2._d=5, u2._u.boolean = 1, u2._u.O1 = 0x1
	% 



