NAME
no_op -- protect successor units from operating
PROTOTYPE
unitptr no_op( int iOperands, unitptr uHost)
ARGUMENTS
- int iOperands
- nr of units to disable
- unitptr uHost
- host unit
RETURN VALUE:
A pointer to the created unit or NULL in the case of an error.
INTERFACE OF CREATED UNIT:
This unit has no inputs or outputs.
EXECUTION OF CREATED UNIT:
Protects iOperands successor units from execution or adaptation.
FILE
/local/homes/rhaschke/nst7/man/../o.linx86_64//../nstsrc/nst_stdr.c