NAME
use_named_unit1 -- as use_named_unit, but string interface
PROTOTYPE
unitptr use_named_unit1( char *pcName, int iNumInp, char *apcIDesc[], int* piIRefs, int iNumOut, char *apcODesc[], int* piORefs)
ARGUMENTS
- char *pcName
- name of referenced operand
- int iNumInp
- nr of input fields of named unit
- char *apcIDesc[]
- format (pins and their types) of each input field
- int* piIRefs
- field numbers of mirrored input fields of referenced operand [array entries correspond with apcIDesc, 0-entry IS used]
- int iNumOut
- nr of output fields of named unit
- char *apcODesc[]
- format (pins and their types) of each output field
- int* piORefs
- field numbers of mirrored output fields of referenced operand [array entries correspond with apcODesc, 0-entry IS used]
FILE
/local/homes/rhaschke/nst7/man/../o.linx86//../nstsrc/nst_stdr.c