home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
swCHIP 1991 January
/
swCHIP_95-1.bin
/
demo
/
wit4711
/
lib
/
help
/
flow
/
buf.
/
buf.bin
Wrap
Text File
|
1995-12-09
|
411b
|
13 lines
OPERATOR
buf --- object buffer
DESCRIPTION
The buf operator acts as a NOP by passing its input object to its output.
This operator is used primarily as a means to connect the output of an
operator back to its input. Connecting outputs directly to the inputs of the
same operator causes deadlock. Deadlock is fixed by using the buf operator
between output and input connections.