Previous: x/ zvtrans_out Up: Translation Routines

x/ zvtrans_set


call xvtrans_set(buf, stype, dtype, status)
status = zvtrans_set(buf, stype, dtype);

Set up a translation buffer for data types only. Both the source and the destination must be in the native host representation. It is useful for converting internal buffers from one data type to another. Don't use it with data direct from a file, however, as files are not guaranteed to be in the native host representation.

Arguments:

rgd059@ipl.jpl.nasa.gov