Next | Prev | Up | Top | Contents | Index

tclObjSrv--for Objectserver

The tclObjSrv library is a Tcl Motif interface to the IRIX Cadmin distributed object system; see objectserver(1M) for details. To use the tclObjSrv library, first initialize it with dlopen:

moat> dlopen libtclObjSrv.so init ObjSrv_Init 
199.99.99.1
moat> .hostObject info 
The ObjSrv_Init routine returns the IP address of the current host. You can change to a different host by setting the _objAddr variable to the IP address of that machine. The hostObject routine retrieves object information for the current class.

See the tclObjSrv(3Tcl) reference page for more information about the tclObjSrv library.



Next | Prev | Up | Top | Contents | Index