Previous: x/ zvtrans Up: Translation Routines Next: x/ zvtrans_inb

x/ zvtrans_in


call xvtrans_in(buf, stype, dtype, sihost, srhost, status)
status = zvtrans_in(buf, stype, dtype, sihost, srhost);

Set up a translation buffer for input. The data will be converted from a host representation of (SIHOST,SRHOST) and data type of STYPE into the machine's native representation and data type DTYPE. So, it converts from foreign to local format. Since all processing must be done in native format on the machine the program is running on, this translation is most often needed for input from a file.

Arguments:

rgd059@ipl.jpl.nasa.gov