NAME

var_iter -- create unit to ..

PROTOTYPE

unitptr var_iter( int iOperands, char *pcName, int iNum, int iFields, char **ppcFmt, char *pcOpt, unitptr uHost)

ARGUMENTS

int iOperands
nr of operands
char *pcName
name of variable record array
int iNum
nr of dimensions
int iFields
nr of fields per record
char **ppcFmt
format of single record
char *pcOpt
option string [determines iteration type]
unitptr uHost
host unit

RETURN VALUE:

A pointer to the created unit or NULL in the case of an error.

INTERFACE OF CREATED UNIT:

X_in[]:
(packed input field 0)
Y_in[]:
(packed input field 1)
Z_in[]:
(packed input field 2)
in_3[]:
(packed input field 3)
CTL_in[]:
(control field)
X_out[]:
(packed output field 0)
Y_out[]:
(packed output field 1)
Z_out[]:
(packed output field 2)
out_3[]:
(packed output field 3)

EXECUTION OF CREATED UNIT:

INITIALIZATION:

DESCRIPTION:

CONTROL MODES:

EXAMPLES:

STATUS:

Preliminary.

SEE ALSO:

FILE

/local/homes/rhaschke/nst7/man/../o.linx86//../nstsrc/nst_var.c