kobject kpds_open_output_object(
char *name)
none
The argument to this function is the transport or file name. This argument indicates the name of the transport that is associated with the object. The transport name can be any legal khoros transport description. While this will usually be a regular UNIX file name, it is also possible to specify such things as shared memory pointers, memory map pointers, sockets, streams, and even transports on other machines. For more information on the syntax of a Khoros transport name, refer to the online man page for the Khoros function kopen. For more information about opening objects, see kpds_open_object.
The default index order will be set to KWIDTH, KHEIGHT, KDEPTH, KTIME and KELEMENTS for the value and mask data, to KMAP_WIDTH, KMAP_HEIGHT, KMAP_ELEMENTS, KMAP_SPATIAL and KMAP_TIME for the map data and KWIDTH, KHEIGHT, KDEPTH and KDIMENSION for the location data.
This function is equivalent to:
kpds_open_object(name, KOBJ_WRITE)
none
none
$DATASERV/include/kappserv/kpolymorphic.h